Hi, I'm in the process of researching if and how an entrerprise Windows Mobile .NET application can be ported to Android. The question that I'm into right now is how to distribute and update the application once it's developed.
The current .NET application is "installed" on a device using an approperiate system image. The program then updates itself by downloading new updates from a website during usage and installing those updates on the next startup. So now the question is, how is this task best performed with an android application? I've received indication that the company would like to get away from using images so that more devices can be supported, so using images is not a requirement. However, it is an internal enterprise application and as such no external users are to be able to download it, so simply putting it on android market for anyone to download is not an option. Does anybody know if there is an "easy" solution to this problem in the Android world?