javascript - Updating a listview in Kendo UI Mobile from a remote databse -


i building cross platform mobile app using icenium in short period of time , such trying learn html5 , css in short period of time. using kendo ui mobile framework build app , need link load list of events remote database , have database populate listview in app.

the database can have open access server , can put ever want on it. literally don't know begin though, good. atm looking @ mysql database easiest , secure maintain.

any ideas / experience in matter?

the database choose has nothing front end. can use db sql server, oracle, mysql(if have budget constraints) etc. kendo front end not talk server db directly; need write http service using .net/java/or server side technology. service talk db , return data (preferably in json format) kendo ui.

kendo ui <-> http services <-> database[independent of ui]


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -