MySql Database Design, in support of Android App
I am working on an Android application that will allow users to gain
access to certain sets of files and then sync them with their device for
offline use. Thus, when they first download my app, they will have no
account or files, they will have to create an account, then enter an
access code to gain access to certain file directories for download.
I have the majority of UI of the app completed, and it now needs to be
'plugged in' to a backend. I am a little familiar with PHP as I have done
a few dynamic websites, so I am familiar with working with phpmyadmin, but
I really want to make this backend schema well made and able to handle
business.
I don't know where to start to design the relational databases and all the
other factors I may have not even thought about yet. Does anyone have any
good references, tutorials, anything that may help me take this next step?
No comments:
Post a Comment