Posts

Showing posts from 2017

The Best and Easiest Tool for Rest / Web services Testing and Debuging

Image
Rested Client Rested Client is a Chrome extension that helps users to quickly and easily create and use APIs. The extension enables users to create and save custom requests and view the results in a graphical format. It also allows users to share their requests with others and collaborate on projects. The extension is designed to make it easier for developers to create and use APIs for their projects. The goal is to reduce the time and effort required to complete an API request. It does this by allowing users to quickly create and save custom requests, as well as view the results in a graphical format. Rested Client helps users create requests by providing a visual interface with a library of components. It allows users to easily customize their requests with parameters, headers, and body content. The requests are then saved in a library where they can be easily accessed and reused in the future. Once a request is created, users can view the results in a graphical format. This m...

Best Android Libraries for Developers (Must Have)

Image
Best Android Libraries You must have android application development is not as easy as web based application but there are certain libraries and tools which can make you life easier described bellow ActiveAndroid is a orm library which is very easy to use and configure make the development faster it can be downloaded from   https://github.com/pardom/ActiveAndroid/ AndroidAnnotations is framework for android which can speed up the development process and help developer to focus on what is important instead of wasting time on none functional things more details on  http://androidannotations.org/ Universal Image Loader is a library focused on image loading, caching and  displaying.it is best for using with online assets. it can load images async and sync.can be found on  https://github.com/nostra13/Android-Universal-Image-Loader Fuel is a great library for the http protocol based networking as mostly of our applications are based on http so we must h...