Slide 16
Slide 16 text
16
Other good practices
● Crashlytics → Crash reporting solution
○ Spend less time finding crashes
○ When app is getting bigger
○ Dependency in build + API Key + Call in Application/Base Activity
class + watch the report → Done!
● Keep testing on various OS versions
○ Min SDK?
○ Max SDK?
○ Backgrounds, shadows, SVGs
■ IN Android Kitkat 4.4.4 no SVGs but a picture
● Formatting code for a better reading - Android Square (Code Style)
● Lint tool
Genymotion :)