Apr 23rd, 2014
1. 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.
Apr 18th, 2014
In 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.
Apr 17th, 2014
1. 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.
Apr 15th, 2014
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.
Apr 11th, 2014
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.