AngularJS is one of the most powerful JavaScript frameworks which is available today. The development process is simple, which is one of the main advantages of Angular JS. This makes it easier for prototyping n...
REST API Representational State Transfer (REST) is is an architectural style used for web development. It relies on a stateless, client-server, cacheable communications protocol. Perfomatix is an app developmen...
AngularJS 2 is a framework mainly focused on the development of mobile apps due to challenges in mobile like performance, load time, etc. AngularJS 2.0 is still in design and prototyping stage. Since it is in t...
Background Jobs Background jobs are set of process that runs behind (background). Thus jobs execute seamlessly and do not disturb foreground processes and operations. Background jobs can be scheduled to run in ...
WebHook Webhook is a service which is using to process or call some events when something happens. It is like a simple HTTP call back which is process HTTP POST method when something happens before/after in da...
Push Notification is a service which notifies a user of new messages or events even when the user is not actively using your application. Let us see how to create an Android Push Notification Using Parse. As a ...
A standard protocol SOAP (Simple Object Access Protocol) is used for sending and receiving web service requests and response. In SOAP, the data is platform independent, uses XML format to send and receive the r...
What you need to know about Proguard in Android ? Proguard is free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. Mobil...