Category: Java
- Java
October 11, 2022
The login page is used for authentication purposes in the applications. We required a firstly sign-up page where users will…
September 29, 2022
The intent is used for switching from one activity to another activity. It navigates from one screen to another screen…
September 29, 2022
A floating action button is a type of button that can be placed anywhere on the screen. It's usually round…
September 16, 2022
In android views, ListView is a part of ViewGroup which displays list items in a vertical scrollable layout. With the…
September 14, 2022
In android applications, a splash screen is like a welcome screen that includes your brand name or app name, or…