• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

App that users can add information into to populate information

  • Thread starter Thread starter DazzleCar
  • Start date Start date
D

DazzleCar

Guest
Hi, I would like to create an app that users can upload information to that will populate real time within the app.

ie: If in the app there was an option to tap red, yellow, and blue buttons for different colour cars and then whether they were men or women driving, and then a section where you could guess their age (ie put some variable data in) and then that info populate on a growing database within the app.

thanks very much if anyone has any tips
 
The app needs access to a server where the data will reside.

User input from the app will update the data.

Then periodically, the app can access the data and present it in the app.

Thank me very much..
 
I would like to create an app that users can upload information to that will populate real time within the app.
If you're already an app developer, but need help accomplishing your goal, you're most likely to get help by posting on our Android Development board. Be sure to include details, including your operating system and the version of Android Studio you're using. The more details you provide, the better.

However, if you're a novice, with no experience creating Android apps, I'm afraid the road ahead will be a good deal steeper. First, you're going to have to learn how to write some basic apps. No one is going to do the work for you. I mean, you can certainly hire someone to write the app, or teach you how, but online it's pretty unlikely anyone will walk you from point A to point Z.

If you are new to this, and do want to pursue writing it yourself, your starting place should probably be installing Android Studio on your computer. And then start reading up on writing apps!
 
Back
Top Bottom