Important Dont's For A Good Android App Design(beginner/novice Level)?
Solution 1:
The very first most important aspect of mobile app development is the look and feel of you app. Here are Android design principles which give you killer design skills.
This is an excellent resource I've found, it is written and explained by Roto Meier.
What would be a better teaching guide than Android Developers site itself
This is a single resource which is very helpful if you are starting out
Here is a same question which was asked on Stack Overflow
Android 4.0 enforces strict mode so check this out to know what that is
To design a perfect app on any platform the first basic thing you need to know is as of how to divide operations into tasks so that the app runs smoothly, multithreading is an important aspect of Mobile development, this is an excellent link that shows you how to make Multi-threaded Android apps
Ofcourse there is also a need to test you app on different devices just to make sure the UI looks perfect, and the app runs smooth. You should also make sure that your app runs on screens of different sizes.
Post a Comment for "Important Dont's For A Good Android App Design(beginner/novice Level)?"