Connecting database with application

Markovic

New member
Sep 4, 2014
21
0
0
Visit site
Im making application which will show restaurants, hotels, caffes, clubs,... etc in my city. Which is the best and simplest solutions for my libary. I thought of putting my libary on internet and change it once a week adding new events for that weekend without need to update app from store. I have absolutely no experience with databases so im asking what is the best way of doing this?
 

NicoVermeir

New member
Sep 22, 2014
4
0
0
Visit site
the way I see it, you have 2 possibilities:

- add SQLite to your application and have all data locally, meaning that you'll probably need to do an app update everytime you add something to the DB, unless you build in some sort of DB update mechanism

- Create a REST API (have a look at ASP.net WebAPI if you have no REST experience) and consume that API from your app. When going this route you can choose how you want to save your data, JSON, XML, MySQL, SQL server, NoSQL, ...
 

eshy

New member
Sep 6, 2011
71
0
0
Visit site
You can also use Azure Mobile Services or Parse instead of building your own API.


Another option is to have a json file on a server and just download once a day/week to get the latest data
 

Members online

Forum statistics

Threads
326,609
Messages
2,248,629
Members
428,522
Latest member
BarkerJarrod