I am newbie doing my Master Thesis on Android development. I already have developed an android app, however the challenging task en route completing my master thesis successfully is to link this android application to a web server. Here is the actual description of the task
- I provide the user the web server link where my application is hosted. Once the user gets into the web server
- He would be provided with some feature list which he will select and click on the download link, once all this is done, the source code should compile and install the apk to his/her device based on the feature lists selected.
Can this be done? If so I would really appreciate your help in guiding me in the right direction to achieve this.