How can I improve the look and feel of an Android app?
Some ideas:
- LayoutAnimations for your
ListViews
. - Using TextSwitcher and ImageSwitcher instead of TextView and ImageView.
- Add animations to your views.
- Provide the correct resources for every device. You can use android-ui-utils.
- Use android-wheel for iphone like pickers.
- Provide some android patterns with GreenDroid.
- Use rounded corners for your
ListView
s. - Check the third party libs available.
- Internacionalize your app using android2po or getlocalization.
- Use mapviewballoons for your android map.
If you have some sort of tutorial, place it inside a SwipeView.
PS:If you want your login to be secure, use naked-password for Android ;)
Clearly you need to go take a look at the awesome Android Patterns website! Now with ten percent more useful!