Singsys blog: Mobile Apps

Apple’s OS X Yosemite Beta Preview

Apple’s OS X Yosemite Beta Preview

 

Apple has unveiled its latest version of desktop Operating system, Mac OS X Yosemite. Anyone having a Mac can download and install a preview version of the software.

 

(more…)

Excellent Wireframe and Mockup Tools for Web Designers

If you want to create a new design concept or a prototype of a website & mobile apps, here is the list of best wireframe and mockup tools (some of which are 100% free) that will help to analyze layout, design, and functionality.

1.  Balsamiq Mockups

Balsamiq Mockups

(more…)

Google Introduces Android L Developer Preview

 

Android L Developer

Image: Google

 

Google today at I/O developer conference, announced a next big android update i.e the developer preview version of Android L, the upcoming android operating system.

(more…)

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