How create a mobil app from a web page created with sitefninity
I need alternatives to envolve a web page created with sitefinity to create the app with differents tools than appbuilder because my customer wants other alternativa and he doesn't like appBuilder.
Thanks for all!
Hello Javier,
All data within Sitefinity is exposed through RESTful services. This means that you can use the services to retrieve news articles, events, page data, etc. The mobile app builder within Sitefinity is generating a basic app that you can use as a staring point. You can of course develop an application from scratch and do your mobile development using Telerik AppBuilder IDE or any other IDE, but for reading the data you would be using the RESTful services. You can use our Kendo UI Web suite and Kendo UI Mobile suite for the actual mobile app development. I would suggest reproducing the static part of the page on the mobile using the controls from the kendo suite and storing the dynamic data with SQLite. You can read an article on the usage of the SQLite Plugin here. I hope you find it useful.
Regards,
Bilyana
Telerik
Ok, finally I will try do my app with sitefinity and its extensions.Thanks for your help!