Blog

Warning: file_get_contents(http://twitter.com/statuses/user_timeline.atom?screen_name=kvcindia&count=1) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request in /home/shanq/public_html/blog/wp-content/themes/infocus/lib/functions/twitter.php on line 64
  • Twitter is having problems and hanging. Feed empty or you have no twitters in your account. Check back later.

  • 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?

    2 Comments


    1. Edge
      Jan 07, 2011

      Check google app inverter for Android
      no programming req.


    2. yuckybear
      Jan 07, 2011

      As a starting point, see this video: http://www.youtube.com/watch?v=M1ZBjlCRfz0

      and read this article: http://android-developers.blogspot.com/2010/05/twitter-for-android-closer-look-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.

    Leave a Reply