This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do you create rich user interfaces on Android? For example like the Facebook and Twitter apps have?
10-12-2012, 08:08 AM
Post: #1
How do you create rich user interfaces on Android? For example like the Facebook and Twitter apps have?
I can only find tutorials to create basic user interfaces with simple list views, text boxes and buttons. I can only assume the Facebook and Twitter app use web views with HTML/CSS to create theirs?

Ads

Find all posts by this user
Quote this message in a reply
10-12-2012, 08:16 AM
Post: #2
 
Check google app inverter for Android
no programming req.

Ads

Find all posts by this user
Quote this message in a reply
10-12-2012, 08:16 AM
Post: #3
 
As a starting point, see this video: http://www.youtube.com/watch?v=M1ZBjlCRfz0

and read this article: http://android-developers.blogspot.com/2...ok-at.html

Both are about Android UI patterns and both use the official Twitter app as an example. I don't think that app uses web views; it looks like it's mostly list views. I can't be sure without seeing the source code though (which I don't think they ever ended up releasing like they had planned).

You could check out the source code of the stock Android apps (Music Player, Email, Gallery, etc.) that come with the emulator to see how they do things. http://source.android.com/source/download.html

There are a lot of tutorials at http://developer.android.com

You could also use a visual program like Droid Draw http://www.droiddraw.org/

These visual layout programs still aren't the best, but they help in the beginning to see how XML layouts work and you can use the code generated to get you started.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)