Unit testing is the process carried over by the developers after completing their coding part in their development process. This involves testing either the components available in the project module or the tiny individual units of the module developed...
Introduction to CHAT BOT In the fast-growing world of Artificial Intelligence, consumers are getting technological help in all facets of their lives. The internet provides various ways to get information and has radically changed the way we communicate. Innovation...
Toast: Is used to display information for the short period of time for the user. Custom Toast: Toast can be customize like setting the image inside the toast, it can be used based on situations like (No Internet connection,...
Git – It’s a source code management system that has lot more advantages.With this system we can manage the source code like a tree(Source code can be managed with the version releases). If you are very new to Git:...
Adding an Image to Button without draw able left /right/Image View Hi Folks, In this blog i am going to take you to the interesting way of adding an image right next to the button text without any draw able right/left/Image view and...
Calculating Dates from Two Pickers in Android Hi Folks,In this blog i am going to explain the simple concept of calculating difference between the two days in multiple date picker android. Let’s take a quick look… Source Code: //Simple...