
You can always go back to your saved themes, edit and download them any time without the need to write any CSS or HTML code. With the live editor you don't have to save/load the theme to try it, you will see the effect of your changes immediately. There are even presets that will help you get started.

We have created the perfect tool for you, that makes it easy and fun to customize the 8 Themes, including iOS, iOS7, Android, Android Holo (light and dark), Windows Phone (light and dark), Sense UI, jQuery Mobile (inherits jQM swatches) and our Default theme.Īll those tricky gradient calculations, color matching is covered with a simple form that is kids play to use. Our theme builder is there to help you create the perfect look that will delight your users. We have 8 good looking themes that you can use in your web, hybrid and native apps.

This feature is implemented in my app Weather Forecast.The sky is the limit, but we make it simple for you. You can implement it in the way you wish in your app.įor Sample App on GitHub, click MultiColorThemes. To make your chosen color applied in other activities, call this method setCustomizedThemes(this,getThemeColor(this)) in other activities’ onCreate() method and just before setContentView().Ĭongratulations, now you have an application with multi-themes 🤩. I have created an interface to encapsulate my in a separate class. You can use your color palette in your menu or any view you want.ģ- Add themes inside the styles.xml file. Let’s know how to apply it.ġ- Create Custom Color Palette to make User choose a color from:Ĭreate your color_palette.xml layout Ģ- Create a button in the activity that you want to choose a color:

Multi theme app makes your users love your app most as they may not like your chosen default color, so you give them a chance to use your app with their favorite color. Do you want to build an app with more than two colors mode?
