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 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…
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…
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…
Shared Web Hosting is a type of hosting, where users share resources of a single server or a set of servers with others. Shared Web Hosting is the most basic…
In this article, we will see the basic introduction of HTML. In future articles, we will cover the basic and advanced concepts of HTML. Going forward, we will clear each…
In order to get our assets online on our domain, we need services of Web Hosting companies. If you are confused about different types of web hosting available with hosting…
In this article we will see what is list in Python and how do we use Lists in Python. In Python list is the sequence of data, this sequence can…
In previous articles, we had seen conditional statements, how to use them and some python programs based on conditional statements. Among the 2 loops available we will see python for…