I am creating an android application using the 2.2 API. I have created the layout of the app (Design interface) and now i need to populate my application with data.
For example, my application shall allow users of my uni to login and then find lecture (PDFS and POWERPOINT DOCUEMENTS) and be able to view them.
Now i am unsure whether to do this using a database where the files have been pre saved so when the user requires the files it is accessed from the database
OR
whether to have some sort of coding that directly links, say a button 'Lecture 3' to the actual web link of Lecture 3?
We have a Blackboard system which holds/displays all our lecture and labratory material, so i could have a link to the material held in the website?
I've heard of JSON, JQUERY but completely unsure on what they are lol.
I was going to use SQLite as my database, however, refering back to what i said before, i am unsure whether that can hold files (DOC, PPt etc)
Look forward to all your help
Thanks in advance
