Simple Android App Creation Script

The project is for a simple Android App Creation Script.

The user enters:
1. An app name
2. A website address.
3. Uploads an icon image.
4. Uploads a splash screen image.
5. Email address
6. First Name
7. Last Name

* On my server, I will have an html file to be used for the About page.

Then the script creates an Android Application (apk) using the information input above.

The App just displays the website specified. If the user presses “Menu,” there will be two options:
* “Home” displays the website
* “About” displays the html About page hosted on my website.

The app is created as a file on my server with an address like: mysite.com/apps/appname[datestamp][timestamp].apk

Then an email will be sent to the email address specified using a template in which I can include any of the 7 items above as well as the app file on my server.

The 7 user entries are to be stored in a database along with the file web address.

Leave a Reply

Your email address will not be published. Required fields are marked *