How to create a splash screen in Android?
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…
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…
For many years, the most famous photo-editing software that is Photoshop produced by Adobe. In fact, it is a very powerful product, available for both Macintosh and windows, and is…
There are lots of online image editing tools available in the market, If you are a designer or photographer, you must be using such tools. In this article, we will…
Earlier we learned about the List, today we will learn about the set. In Python, a Set is a collection of unordered data or we can say the set is…