Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back to top + formatting in Android Sources.md #502

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions Android/Sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,38 +20,41 @@ 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)
* [Big Nerd Ranch Android](https://www.amazon.com/Android-Programming-Ranch-Guide-Guides/dp/0134706056/)
* [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)
* [The CommonsBlog](https://commonsware.com/blog/)
* [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/)
Expand All @@ -63,19 +66,19 @@ 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/)
* [Ion](https://github.com/koush/ion)
* [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/)
Expand All @@ -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
Expand All @@ -99,18 +103,20 @@ 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)
* [Chuck](https://github.com/jgilfelt/chuck)
* [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)