What was the experience of creating a mobile application using phonegap and CodeIgniter?

I am looking for a mobile application using phonegap. However, I would like to use CodeIgniter. What was the community experience in this? I tried a Google search, but it looks like I just found a resume and job postings! I intend to use CI with jquery-mobile. But I was wondering if I can use the telephone with him and pack it as an Android or iOS mobile application.

0
source share
1 answer

I assume that you are using CI as the backend for delivering data back and forth between your mobile application created using phonegap + jquery mobile. If so, regardless of whether you use CI or some other basic web frameworks, it should be pretty simple. You probably want to use JSON as the data format to keep the data size.

I would suggest that RESTful web services work well for you. Check out this guide to work with CI: http://net.tutsplus.com/tutorials/php/working-with-restful-services-in-codeigniter-2/

I personally use CI + phonegap + xuijs stack now and its pretty straight forward in terms of communication.

+2
source

All Articles