Pages

Friday 16 May 2014

Android Swipe-to-Dismiss Sample Code


Github : https://github.com/romannurik/Android-SwipeToDismiss

android super list view

This library is making listview way more easy to use. No need to embed the listview in a framelayout to add the progressbar or the emptyview. It's all right here.

Features built in:
  • ProgressBar while adapter hasn't been set
  • EmptyView if adapter is empty
  • SwipeRefreshLayout (Google's one)
  • Infinite scrolling, when you reach the X last item, load more of them.
  • Swipe To Dismiss for the SuperListView (doesn't make sense for a gridview) (Thanks Roman Nurik)
  • GridView with SuperGridView


Github : https://github.com/dommerq/SuperListview

android Size Adjusting TextView

Adding the ability to move text from cell to cell. Also adding different sections to place text that have different size so you can see what it looks like for text to re-adjust.


Github : https://github.com/erchenger/SizeAdjustingTextView

Android button with nice design

FButton is a custom Button of Android with "Flat UI" concept. It's customizable and it looks how flat design should look nowadays.

library available on github : https://github.com/hoang8f/android-flat-button

Android Social Networks : Facebook, Twitter, LinkedIn, Google


Android Social Networks is a library which makes working with social networks easier. It contains a common interface for Twitter, LinkedIn, Facebook and Google Plus, just build SocialNetworkManager and configure your AndroidManiferst and your users can login, post messages or photos and manage friends.

Git hub : https://github.com/antonkrasov/AndroidSocialNetworks