I have a simple android app to play videos. I have a main screen containing few buttons. If you press the button it will play the videos. Everything works fine.
My problem is that my main screen have one background image also there is one image for buttons. i have one button to choose the skin for the app. There are three options. When I choose three options, the background image and button image will change. Now I want to give the skins (contains background image and button image) as separate apk at later stages. When I install this apk it should be shown with the already existing skin. Which is the easiest way to accomplish this?
Thanks