Android United
183 subscribers
78 photos
4 videos
10 links
Hi, I'm @p_val and here I share a good stuff on my way of becoming better Android developer.
- best practices
- important releases
- tools and libraries
- tips and tricks

#tips #kotlin #lint #db #ui #lib #testing #gradle #security #IoT #animation #rx #ai
Download Telegram
Device metrics – library of devices from Google.

It provides the list of most used devices with a comprehensive metrics description.

material.io/devices/

#tools #tips
DiffUtil – it's much faster than notifyDataSetChanged().

Read more: https://goo.gl/ZAnsRR
Google doc: https://goo.gl/YS0wO2
Sample: https://goo.gl/Yw4Wx3

#tools #tips
The Android Lint utility is probably one of the most powerful tools in your arsenal that you are not using.

Full article: https://goo.gl/BhtSao

#lint #tools
-no rule
-keep
-keepclassmembers
-keepnames
-keepclassmembernames
-keepclasseswithmembers
-keepclasseswithmembernames

Read mode: http://bit.ly/2BcxfYP

#tools @android_united
Visualise the data working on the layout. No need to compile to check how the screen will look fulfilled with a real data.

Read: http://bit.ly/2E3tokT
Code: http://bit.ly/2E6kzqM

#tools #tips
Easier life for Kotlin devs 😉

- Animator functions
- Time operations
- Utils
- OS
- Database Cursor
- SQLite
- Resources
- Text
- Graphics
- Views
- Transitions

Read: http://bit.ly/2sutUnx

#tools