Singsys blog: Technologies

10 Useful PHP Libraries and Classes

1.  Unirest

Unirest

UniRest is a collection of light weight HTTP Request Client Libraries for many languages including Node, Ruby, PHP, Java, Python, Objective C, .Net and Windows 8.  It has support for GET, POST, PUT, UPDATE and DELETE operations.

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

5 Free Tools To Make Your Own Font

1. FontStruct

FontStruct

FontStruct is a free font-building tool that allows you to create your own fonts. Using FontStruct you can easily create fonts out of geometrical shapes, which are arranged in a grid pattern, like tiles or bricks.

(more…)

Google Acquires Drone Company, Titan Aerospace


 

Google buys Drone Maker Company, Titan Aerospace which is the manufacturer of solar-powered drones. Earlier Facebook was interested to acquire Titan Aerospace but it has decided to acquire rival drone-maker Ascenta instead.

 

(more…)

Optimize Layout Performance by Merge Tag in Android

merge tag in Android

Android provide an excellent feature of Merging Layout. The <merge /> tag can be used for optimizing layouts in android application. Basically it reduces the number of levels in view hierarchy, hence it helps to appear screen fastly with less processing.

(more…)