Android libraries

Use full library and resource for android

Image loading library for android : 
1 ) https://github.com/bumptech/glide
developed by Square
2 ) https://github.com/facebook/fresco
developed by Facebook
Networking library for android :
1 ) http://square.github.io/retrofit/
developed by Square
2 ) https://github.com/google/volley
  developed by Google
Dimension manage for library : 
1 ) https://github.com/intuit/sdp
Offline data support storage library :
1 ) https://realm.io/blog/realm-for-android/
Data binding library for android 
1 ) https://developer.android.com/topic/libraries/data-binding/index.html
Eventbus for object communication 
1 ) https://github.com/greenrobot/EventBus
Image effects like instagram :
1 ) https://github.com/CyberAgent/android-gpuimage
Animation library for android
1 ) https://github.com/airbnb/lottie-android
Material icons :
1 ) https://materialdesignicons.com/
Device matrix : 
1 ) https://material.io/devices/
Library find for android : 
1 ) https://android-arsenal.com/
Latest library version finder
1 ) http://gradleplease.appspot.com/
Mvp architecture for android :
1 ) https://github.com/googlesamples/android-architecture
2 ) https://github.com/MindorksOpenSource/android-mvp-architecture
Online button selector generator :
1 ) http://angrytools.com/android/button/
SOLID principle design for software development
1 ) https://academy.realm.io/posts/donn-felker-solid-part-1/
***Usefull video links for great talk about android application ****
1 ) GoTo conferences
1 ) https://www.youtube.com/channel/UCs_tLP3AiwYKwdUHpltJPuA
2 ) Realm acadamy 
1 ) https://academy.realm.io/section/android/
3 ) Droid India
1 ) https://hasgeek.tv/droidconin/
2 ) https://www.youtube.com/user/hasgeek/playlists
find android videos
4 ) Search droid on youtube 
5 ) Touchlab
1 ) https://www.youtube.com/channel/UC_LIW0OUdsRI21D0xnWkexw
*** Usefull extension or plugin for android studio
1 ) https://www.sitepoint.com/9-more-essential-plugins-for-android-studio/
2 ) https://medium.com/@vatsalbajpai/top-10-most-useful-plugins-for-android-studio-23051200e2b3
Singleton : 
1 ) https://android.jlelse.eu/how-to-make-the-perfect-singleton-de6b951dfdb0
Sharedpreference manage with singleton :
1 ) http://www.codexpedia.com/android/android-sharedpreferences-singleton-example/
Retrofit with singleton : 
1 ) https://gist.github.com/mrabelwahed/6d16130333d93cad43a3842c51116a84
Which design patterns are used on android ?
1 ) https://stackoverflow.com/questions/4916209/which-design-patterns-are-used-on-android
2 ) https://www.raywenderlich.com/109843/common-design-patterns-for-android

Comments

Popular posts from this blog

Android SQLite Example

Android Retrofit Tutorial

Load and Play Video in android using video url.