Android app with changable skin/theme
Asked Answered
B

1

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

Boehmite answered 26/1, 2012 at 5:0 Comment(0)
S
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.

Saveall answered 26/1, 2012 at 5:17 Comment(2)
Is it possible to change the theme of home screen launcher?Boehmite
Yes it is. However, I don't see from the API how to change the theme for a single application from anything other than a resource ID.Saveall

© 2022 - 2024 — McMap. All rights reserved.