Implement installable themes for Android app

105 views Asked by At

As there is no official solution for this one, I'm relying to you dev who already done it

I would like to implement an "install theme from Play Store and apply it to my app" :

  1. The user install my app
  2. He browse for theme specific to my app on the Play Store (or free in app) and install it
  3. Then he apply it to the app

To illustrate the goal : Beautifull Widgets has done it, you install the widgets and you can download theme to apply

My first thought is to go with Content Provider so the theme will just provide the elements to the app

But I don't know if it's the best way to do it ? What's your thoughts ?

0

There are 0 answers