Blogs

A place to stay updated with all the latest happenings at Appcarvers.

Writing Mock APIs in PHP

Writing Mock APIs in PHP

Many a times we could land up in situation when web services for some functionality are not ready. At that time creating desired JSON and accessing it by Mock API will be a good option, so that when web service is ready you can make little changes in your code. In this post let’s see how to write Mock APIs.

Continue reading
  19899 Hits
  0 Comments
19899 Hits
0 Comments

LocalStorage Rocks…!

LocalStorage Rocks…!

HTML5 has introduced one of the very useful concept called Local Storage. Local storage can be used in applications that need to save some user data and references even after application restarts. In this article we would be talking about the methods of using the local storage.

Continue reading
  3133 Hits
  0 Comments
3133 Hits
0 Comments

Cross Platform Phonegap App Development

Cross Platform Phonegap App Development

As we all know, the world is moving towards cross platform app development. It is very important to choose appropriate technology for cross platform app development. In this blog, we will explore technologies for developing phonegap app.

Continue reading
  3474 Hits
  0 Comments
3474 Hits
0 Comments