Singsys blog: Mobile Apps

Efficient way of parsing and validating JSON

JSON

JSON is very familiar for programmers. Basically it stands for JavaScript Object Notation. It is light weighted, well structured. It is also easy to parse and readable. It is a good alternative to XML when we required to get data from server. In this tutorial we will use an efficient way to parse JSON and validate it.

(more…)

10 Mobile App Maker Platforms to build your own App

 

Do you want to build your own mobile app? Below are some of the best mobile app maker platforms to build your own mobile apps and grow your business

 

1.  AppMachine

AppMachine

AppMachine is a platform to build native app for both iOS and Android. Using this any business can design and develop their own custom app with or without coding.

 

(more…)

Google launches free app for Online Education Tool, Classroom

Google launches free app for Online Education Tool, Classroom

Image: Google

Google has taken another big step in education with the launch of online education tool Classroom to help in the teachers-students communication.

(more…)

An iOS 7 Core Data Tutorial For Beginners

An iOS 7 Core Data Tutorial For BeginnersWe will begin this tutorial by defining some of the concepts that are required to use Core Data model before providing an overview of the steps involved in working with this framework. Later we learn how to save and retrieved data from database.

 

(more…)

How To Generate PDF in iOS

How To Generate PDF in iOSIn some of the iOS apps there might come a time where developer need to generate there own documents on the fly and be able to export them to the user, it might be for preview, email or to save the document on the device for further use.

(more…)