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" :
- The user install my app
- He browse for theme specific to my app on the Play Store (or free in app) and install it
- 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 ?