diff --git a/Android/Sources.md b/Android/Sources.md index 9d6d72d4..50f273bb 100644 --- a/Android/Sources.md +++ b/Android/Sources.md @@ -20,18 +20,18 @@ Android - [Community](#community) ## Reference - * [Android Developers](https://developer.android.com/index.html) +[⬆ Back to Top](#index) ## Online Training - * [Vogella](http://www.vogella.com/tutorials/android.html) * [Android Basics Nanodegree](https://in.udacity.com/course/android-basics-nanodegree-by-google--nd803/) * [Tutorials Point](https://www.tutorialspoint.com/android/) * [Udemy](https://www.udemy.com/courses/development/mobile-development/Android-Video-Tutorials/) * [Lynda](https://www.lynda.com/Android-training-tutorials/947-0.html) +[⬆ Back to Top](#index) ## Books * [Head First Android](https://www.amazon.com/Head-First-Android-Development-Brain-Friendly/dp/1449362184) @@ -39,6 +39,7 @@ Android * [The Busy Coder's Guide to Android Development](https://commonsware.com/Android/) * [Android's Architecture Components](https://commonsware.com/AndroidArch/) +[⬆ Back to Top](#index) ## Blogs * [Android Developers Blog](https://android-developers.googleblog.com) @@ -46,12 +47,14 @@ Android * [Styling Android](https://blog.stylingandroid.com) * [Grokking Android](https://www.grokkingandroid.com) +[⬆ Back to Top](#index) + ## Tools * [Android Studio](https://developer.android.com/studio/index.html) +[⬆ Back to Top](#index) ## Good to Have Libraries - * [Dagger 2](https://google.github.io/dagger/) * [ButterKnife](https://github.com/JakeWharton/butterknife) * [Parceler](http://parceler.org/) @@ -63,9 +66,9 @@ Android * [Android View Animations](https://github.com/daimajia/AndroidViewAnimations) * [Logging Interceptor](https://github.com/ihsanbal/LoggingInterceptor) +[⬆ Back to Top](#index) ## Networking Libraries - * [Retrofit](http://square.github.io/retrofit/) * [Volley](https://developer.android.com/training/volley/) * [OkHttp](https://square.github.io/okhttp/) @@ -73,9 +76,9 @@ Android * [Android Asynchronous Http](http://loopj.com/android-async-http/) * [Fast Android Networking](https://github.com/amitshekhariitbhu/Fast-Android-Networking) +[⬆ Back to Top](#index) ## Image Processing Libraries - * [Picasso](http://square.github.io/picasso/) * [Glide](https://github.com/bumptech/glide) * [Fresco](https://frescolib.org/) @@ -87,6 +90,7 @@ Android * [Image Effect Filter](https://github.com/mnafian/ImageEffectFilter) * [VidEffects](https://github.com/krazykira/VidEffects) +[⬆ Back to Top](#index) ## Testing frameworks ### Unit testing framework @@ -99,9 +103,9 @@ Android - [UI Automator](https://developer.android.com/training/testing/ui-automator) - [The Monkey](https://developer.android.com/studio/test/monkey) +[⬆ Back to Top](#index) ## Debugging Tools and Libraries - * [AnUitor](http://anuitor.scurab.com/) * [Android Debug Database](https://github.com/amitshekhariitbhu/Android-Debug-Database) * [Bugfender](https://github.com/bugfender/BugfenderSDK-android-sample) @@ -109,8 +113,10 @@ Android * [RxJava2Debug](https://github.com/akaita/RxJava2Debug) * [Stetho](http://facebook.github.io/stetho/) +[⬆ Back to Top](#index) ## Community * [Android Developers](https://developer.android.com/support.html) * [Stack Overflow](https://stackoverflow.com/users/878126/android-developer) +[⬆ Back to Top](#index)