How to Use Pull Request on Git Creating the project on git is really so effective for debug, cloning, recovering etc. There are various … Read more “Git Branch Management and Review Process”
Multi User Chat with (MUC,Group Chat ) Openfire.
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 … Read more “Multi User Chat with (MUC,Group Chat ) Openfire.”
Working with sqlite Database in Android
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 … Read more “Working with sqlite Database in Android”
Instant Messaging in Android using XMPP(Openfire)
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 … Read more “Instant Messaging in Android using XMPP(Openfire)”
How to Test Payment Getaway Plugin in Magento Ecommerce
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 … Read more “How to Test Payment Getaway Plugin in Magento Ecommerce”
Writing your own content provider
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 … Read more “Writing your own content provider”
Basic Tests for the shopping cart and checkout flow in a E-commerce.
Most E-commerce Websites share a general common theme and structure in which the shopping cart and checkout flow are the most important part. Below are … Read more “Basic Tests for the shopping cart and checkout flow in a E-commerce.”
Yodlee fastlink integration – Add bank account process
Yodlee is a leading data aggregation and data analytics platform powering dynamic, cloud-based innovation for digital financial services. Today’s banking and financial application consumers want … Read more “Yodlee fastlink integration – Add bank account process”
When should you use the for-each loop?
When should you use the for-each loop? Anytime you can. It really beautifies your code. Unfortunately, you cannot use it everywhere. Before starting about for-each loop … Read more “When should you use the for-each loop?”
Jenkins – Installing and setting up continuous integration tool
What is Jenkins? Jenkins is a powerful application that allows continuous integration and continuous delivery of projects, regardless of the platform you are working on. … Read more “Jenkins – Installing and setting up continuous integration tool”
Best practices of appropriate Context in Android
You’re testing your new app and everything is looking great when suddenly you start seeing some lag in your once buttery transitions. Is it your … Read more “Best practices of appropriate Context in Android”
Jenkins – Setting up a PHP project in jenkins
Pre-requisites – For Setting up PHP project you need to install the following plugins for Jenkins: Checkstyle (for processing PHP_CodeSniffer logfiles in Checkstyle format) Clover … Read more “Jenkins – Setting up a PHP project in jenkins”