How Can I Allow Other Apps To Act As A Theme For My Android Application
I'm building a File Manager App for Android. And i want to make it themable, so that designers can create themes for my app. I see a similar thing in the Go SMS Pro App. Can anyone
Solution 1:
You can get the resources of other application by using this code
context.getPackageManager().getResourcesForApplication(String appPackageName)
Post a Comment for "How Can I Allow Other Apps To Act As A Theme For My Android Application"