What is an SSL Certificate?
SSL stands for Secure Sockets Layer. Use of SSL encryption on websites prevents hackers from stealing the information that is being transferred from the browser of the user to the…
SSL stands for Secure Sockets Layer. Use of SSL encryption on websites prevents hackers from stealing the information that is being transferred from the browser of the user to the…
There are various times when we wish we could have some temporary email address for some testing purpose or just to keep spammers away. In this article, we will see…
The CountDownTimer is a class in Android, which is used to set a countdown based on the time interval. In countdown timer, you can set the Timer, and after completion of…
The splash screen is the first Screen in your android application, which comes when someone opens the application. This splash screen appears for a fixed time. You can set a…
In this article, we will see how can we create a simple android application for user login using Retrofit 2 HTTP Client. We will use Android Studio for development. The…
In android, when you want to show multiple options, then spinner is the better option to display the data. It will display the multiple options to the user from which…
Wondering how to create an autocomplete search box? If your answer is yes, then you are at right place. Autocomplete search box is very useful because suppose from the dropdown…
In general, it’s an essential requirement of any application that whenever any CRUD operation performs by the client on the server, the user should display a loader on the screen…
According to Wikipedia, Cloud computing is believed to have been invented by Joseph Carl Robnett Licklider in the 1960s with his work on ARPANET to connect people and data from anywhere at…
EXIF stands for Exchangeable Image File Format. When we capture photos from the digital camera or mobile phones, Some meta-information about the photograph gets stored with that photograph, this information…