Hey there- I'm sorry but I can't design your GUI for you. I can, however, point you in some helpful directions:
1) Try to build your GUI using as many standard UI widgets as you can. Things like ListViews and Buttons are already styled for you. 2) This is a very good documentation of Themes and Styles in Android: http://developer.android.com/guide/topics/ui/themes.html .. Read this entire page and you should understand how to use styles and themes. There's a section in there called Using Platform Styles and Themes that will come in very handy if you're not a designer and are feeling intimidated by the idea of building your own UI from scratch [I find a combination of standard styles and custom styles works well] 3) You can also browse around in the source code for Android.. All the stock apps [Browser, Email, Clock, etc] are open-source and available over at git. Search Google for "android source" and you'll find it. Flash: No. CSS: No. There is, however, the WebView class that you could investigate [your app won't feel native if you go this route, though] Hope this helps, Nick On Apr 8, 12:05 pm, anushree <godbole.anush...@gmail.com> wrote: > i am creating a picasa web album client for my major project. > i've almost finished with the coding.its just that i find my UI very > dull.its very boring. > looks like a command line User Interface. > obviously i want to change that and want a good attractive gui for my > project. > can anybody tell me how to create a good GUI which is eye catching and > attractive? > please give me the code because it is very difficult to interpret the > custom theme option at android.com > can't comprehend how to use it. > it'll be better if anyone can post a tutorial. > > there are some questions that i want to ask. > can i use flash? > is there anyway to use css templates for this purpose? > i dun want my gui to be black and white and dull > > thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.