this is for articles and info that i'm read it in my daily life and search and think it will be benefit juniors too
these are sorted by time i read it not by any gategory
Contributors are more than welcome
TODO
- add General categories
- add categories for articles
- filters articles by categories
1- Articles
- 20+ Awesome Open-Source Android Apps To Boost Your Development Skills.
- What 2 Years of Android Development Have Taught Me the Hard Way.
- 25 New Android libraries which you definitely want to try at the beginning of 2017.
- Taking the Associate Android Developer Exam.
- Must have tools for Android development.
- Tips for Developing an Android App: My Lessons Learned (from IVAN DIMOSKI - ANDROID DEVELOPER @ TOPTAL)
- 50+ Ultimate Resources to Master Android Development.
- 3 Key Uses for Animation in Mobile UI Design.
- Things I wish I knew when I started building Android SDK/Libraries.
- Easy Way To Send Local Notification To User In Android.
- Fast Android asset theming with ColorFilter.
- Top 10 Most Common Mistakes That Android Developers Make.
- Keep your keys outside Manifest and Gradle.
- Memory Leak Patterns in Android.
- EventBus in Android: lessons learned.
2- Tools to help developing android fast
- Amazing website i used to inflate the xml into java code (can be used with RoboGuice but not support butterknife).
- Android Studio plug-in for generating ButterKnife injections from selected layout XML.
- json schema 2 pojo (i used it with GSON) generate your model classes from json.
3- Common and new libs to use
______________________ General Topics and repositry about tech and programming ________________
4- Githup Awesome repos
- Extensive Open-Source Guides for Android Developers
- Awesome android complete reference.
- Android Best practise in futurice company.
- Awesome & interesting talks about programming.
5- Testing
- [using livedata in testing with Junit problem][https://stackoverflow.com/a/57843898/3553843]