Our insightful blogs
Agile methodology for software development: First of all we should know about methodologies to develop an application. There are many methodologies or approaches used to develop a software like RAD,
- Quality Engineering
Below tests need to be executed before release. Basic Tests:- Verify that plugin is installable. Verify that plugin is configurable. Verify all mandatory fields (Like- Merchant ID, Access Key, Secret Key).
- Quality Engineering
How to Use Pull Request on Git Creating the project on git is really so effective for debug, cloning, recovering etc. There are various methods to manage the project
- General
Openfire provides multiuser chat using smack lib in android. In the previous blog, i have explained connection creation.We need to follow the following the step to configure MUC. Initialisation
- Digital Engineering
Android provides several ways to store user and app data. SQLite is one way of storing user data. SQLite is a very light weight database which comes with Android OS.
- Digital Engineering
- Mobile
Extensible Messaging and Presence Protocol (XMPP) is a communications protocol for message-oriented middleware based on XML (Extensible Markup Language).[1] It enables the near-real-time exchange of structured yet extensible data between
- Digital Engineering
- Mobile
Below tests need to be executed before release. Basic Tests:- Verify that plugin is installable. Verify that plugin is configurable. Verify all mandatory fields (Like- Merchant ID, Access Key, Secret Key).
- Digital Engineering
- Ecommerce
- Quality Engineering
What is Content Provider.?? A content provider manages access to a central repository of data. A provider is part of an Android application, which often provides its own UI for
- Mobile