tags:

views:

437

answers:

2
+3  Q: 

Themes in Android?

Hi All,

i have an Idea to create Themes for Android Mobile. But i have no knowledge on that. i would need to know about the things

  • what is the file format of theme for android?
  • what kind of things i want to handle to change the themes.(i.e background, directory window, wallpaper, icon slector style,etc like that.)
  • how to start to learn about this.
  • sites and tutorials for beginners.
  • sample applications and codes.

if you passed out about anything above. Please share with me. its more helpful.

thanks.

+1  A: 

I would start with Google's page on Styles and Themes. Many of your questions are answered there.

http://developer.android.com/guide/topics/ui/themes.html

Here's a simple tutorial:

http://developerlife.com/tutorials/?p=309

EDIT:

If you are talking about themes for the phone instead of the app, you can create themes for specific home screen replacements such as aHome. I'm sure if you look around their site you can see how to create a theme for their app.

There are also sites like Android Themes, but they require that you have rooted your phone and have installed a custom ROM such as those by Cyanogen.

Perhaps you could also write your own custom home screen.

Jay Askren
i am not asking about My Application theme buddy. i need about mobile themes.
Praveen Chandrasekaran
+1  A: 

None of what you want to do is possible except by firmware modifications.

CommonsWare
by Googleing , i get this link http://home.pandaapp.com:888/index.html and can you elaborate your answer.. my doubt is what is mean by "firmware modifications"
Praveen Chandrasekaran
The page you link to is for theming a custom home screen application, not for theming an operating system. By "firmware modifications" I mean "firmware modifications" -- taking the Android open source code, modifying it, creating replacement firmware, and installing that firmware on your personal phone (if it supports such a thing). My understanding is that some alternative firmware (e.g., cyanogen) already out there supports theming, but Android itself does not.
CommonsWare