Guides, resources, notes, docs and knowledge for everything Oscar.
Tags
Android Resources
The best Android resources from all over the web, gathered.
Resources
Data-binding
Architecture
MVVM
- MVVM with Data Binding on Android - The Programming Corner (srodrigo.me)
MVP
Animation
Libraries
Http
Images
- For the latest and best regarding memory, use Fresco
- For the most stable and approved, use Glide
Material Design
Layout
ConstraintLayout
FlexboxLayout
Build flexible layouts with FlexboxLayout - Android Developers Blog
Custom views
Testing
Various tips
Intents
- Check to see if the intent can be resolved using
resolveActivity
- Share using the ShareCompat library