Android Question An easy way to get phone data to me?

Psy-nap

New Member
I'm a completely new user and I'd like make an app for uni in which people submit information. I've been thinking since I don't have any server etc. using my dropbox account to receive it (maybe as a unique csv file each time it is completed).

Can I generate data this way?
Is it possible just to just send to a pre-configured (dropbox) destination?

For the minute I'd like to start with a simple text box "what is your name?", a reply box to key in answer and a submit button. Really basic stuff.

I'm just a little lost as to getting hold of the submitted data easily.
Thanks
 

Psy-nap

New Member
I was thinking perhaps along the lines of having the app linked to my dropbox account (somehow - just for ease of data collection) like an upload of some-sort if possible (not syncing) every time a person presses the submit button for example.

I'm not sure about the MySQL route - I don't want the person retrieving info (at this stage anyhow) -

Imagine a simple questionnaire form and that is sent to me with checkboxes Yes/No - I'd like to receive the data as a simple csv file linking field to answers given. It's a uni project collecting answers from those who participate in an experiment. Later down the line it could get more complex such as lookup and compare but for the minute I'd like to start with a basic concept as a new learner that I could create :)

Each single phone app's answers arriving to a central place where I can bring the data collected together.
Thanks for your reply
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
You will need to install Dropbox app on each device and link it with this account.

I don't want the person retrieving info (at this stage anyhow)
They don't need to retrieve anything. You can do whatever you need with MySQL.

It will be much easier and more reliable to build such a solution with a real database server.
 
Upvote 0
Top