Singsys blog: Mobile Apps

Convert the PDF into images in objective C

Convert the PDF into images in objective C

I would recommend you to use LibPdf, for PDF to Image conversion. This library will convert PDF file to image with PNG and BMP as supported image format.

 

(more…)

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…)