I want to create an Android application that is not released to the Android Market for public consumption but only for private use of my company. Is this possible? If so can you post a link to where you can do this?
Thanks! Joe
I want to create an Android application that is not released to the Android Market for public consumption but only for private use of my company. Is this possible? If so can you post a link to where you can do this?
Thanks! Joe
This is not a problem. Just make the apk (installation file) available on an internal website and set the mime type to application/vnd.android.package-archive. Then people can install the application over the intranet directly from their devices.
Other alternates include:
Definitely possible. Just don't distribute the file outside of the enterprise. You don't have to publish your application to the Android Market unless you want to.
This is not an new issue actually many companies make enterpise application not only on mobile but on web and of course Desktop app, there are many issues regarding the developement of enterpise application on Android, like:
Last Google I/O there as this great presentation called Taking Android to Work, you will see multiple approach and issues regarding the enterprise application and features on Android platform.
You can always try Push link service, or take a simpler approach like it has been mention in Update (Private) android application