0

Can I create an apk file dynamically & brand a generic android application for specific companies / groups ?

I want to create a website where users put their company logo & some other detail & get an android app (link to play store or apk file directly??) that is branded specifically for them.

Himanshu
  • 363
  • 1
  • 4
  • 17
  • yes, you can do this dynamically... – RvdK Dec 03 '12 at 13:33
  • Yes you can do that see these links http://stackoverflow.com/questions/2923265/android-how-do-i-open-another-app-from-my-app http://stackoverflow.com/questions/1964819/start-android-market-from-app http://stackoverflow.com/questions/3442366/android-link-to-market-from-inside-another-app – Androider Dec 03 '12 at 13:43

1 Answers1

1

afaik, the easiest way would be several eclipse projects, having their own manifest/res folder, but pointing on the same src folder

elgui
  • 3,303
  • 4
  • 28
  • 37