开发者

Android UI examples [closed]

开发者 https://www.devze.com 2023-02-22 05:46 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

开发者_JS百科

Closed 7 years ago.

Improve this question

I am new with Android UI and I am looking for some resources about best practices to design a UI (examples of UI elements, tutorials, etc.)

I've been looking in Google or http://developer.android.com/resources/tutorials but there is nothing helpful at all.

Can anyone provide me some resources/links ?


There is actually a nice web which explains the most usable UI Design patters used by many apps already: http://www.androidpatterns.com/


If you have no experience with Android UI but you know a little Java already, maybe this is something for you:

SimpleUi ( https://github.com/bitstars/SimpleUi )

The generated UI (code below):

Android UI examples [closed]

The complete code to create this Android UI:

Android UI examples [closed]

I use it in real applications, not only for fast prototyping or dialogs and its well tested over the years. The concept is based on the model view control principle and for most common scenarios there are ready to use components which automatically look correct on any device. I don't say it should be used for any UI (e.g. listviews should be done by hand) but for most usecases this should be quite handy ;) Oh and feel free to fork it and improve it further if you want


UI Patterns, shown on the Twitter app, but they're common on Android in general:

http://android-developers.blogspot.com/2010/05/twitter-for-android-closer-look-at.html

http://www.androiduipatterns.com/

Depending which pattern you want to implement, there are open source projects/samples out there, i.e. for the Quick Contact Bar, etc.


Check anddev.. normally there are nice examples of UI elements. Also some nice tutorials at mobiforge 1 and 2.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号