Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Do and Don't on android development

Do and Don't on android development

sharing our development issues and our fault in DroidYangon.

KeyNote :
Android studio Tips and tricks
https://www.raywenderlich.com/2807578-android-studio-tips-and-tricks

Android gradle Tips and tricks
https://www.raywenderlich.com/5532-gradle-tips-and-tricks-for-android

MVI architecture
https://www.raywenderlich.com/817602-mvi-architecture-for-android-tutorial-getting-started

Nyi Nyi Zaw

July 09, 2019
Tweet

More Decks by Nyi Nyi Zaw

Other Decks in Programming

Transcript

  1. Do not try to create “Do-it-all” application and use Intents.

    Follow KISS principle (Keep it simple, silly)
  2. Do not just copy code from StackOverflow or GitHub. Go

    to google, search, open first SO link, copy first answer, paste and see it working. Woow Cool, I am the one of Sayr Gyi. Next time you face it you do same old process.
  3. Do not think about premature optimizations. Its doesn’t mean you

    shouldn’t do it. Don’t do it at your beginning days.
  4. Do not just catch exceptions and do nothing about it

    for the sake of avoiding crashes.
  5. Do not show only one error message. • Title :

    Error , Message : Something wrong. Please try again !!! • Show specific error message for your Khay Zuu Shin
  6. Job responsibilities of an Android Developer • He is responsible

    to design, develop, test and modify applications. • He is responsible to maintain quality and functionality of product as per the client needs and the feedback. • He is responsible to write code in Programming environment. • He will design and develop the interfaces of apps. • He will provide technical support to the application especially when some issue arises in the mid. • He is responsible to fix the errors as soon as some issues arise. • He needs to communicate the business problems and the solutions with the team members.