6

I am planing to build an android media player that has changeable skin. What i aim at is like the user can download skins and use it with his android media player. Is it possible to pack skins as a different package and use them. Please help really important

Farray
  • 8,290
  • 3
  • 33
  • 37
Antu
  • 523
  • 8
  • 18

1 Answers1

0

You can't change skins at runtime, but you can swap themes.

How to change current Theme at runtime in Android

You can't download new themes from looking at the API. Application.setTheme( resourceID ) doesn't take any other types of arguments. So unfortunately I don't think this is possible without some API changes.

Community
  • 1
  • 1
chubbsondubs
  • 37,646
  • 24
  • 106
  • 138