ViewPager using Fragment in Android with Example
Today we are implementing a ViewPager using Fragment. ViewPager on Android allows users to flip through from left to right. In ViewPager App, we implemented a ViewPager that can navigate…
Today we are implementing a ViewPager using Fragment. ViewPager on Android allows users to flip through from left to right. In ViewPager App, we implemented a ViewPager that can navigate…
In the previous article, we learned about the basic structure of HTML form and also discovered the input element's text type. In this article, we will learn about some more…
Today, we will learn how to implement a simple calculator app in Android Studio. In this article, we will learn about the complete development of the project. Build a simple…
The Media Player class can be used to control the playback of audio/video files and streams. Playback of audio/video files and streams on Android can be controlled in a variety of ways. One of these methods is to use the MediaPlayer class. A software or hardware device that can play media files or disks. For…
The splash screen is mainly the first screen when the application is opened. It is a permanent screen that is displayed for a period of time and is usually displayed…
On Android, SeekBar is a ProgressBar extension that adds a sliding slider that can be moved from left to right. The user can touch the thumb and drag left or…
In this article, we will learn about forms. Form in HTML is used to collect data from the user and later store it on the databases. <form> tag is used…
Android provides a widget that implements the swipe to refresh layout mode, and users can use it to trigger vertical sliding updates. This is achieved through the SwipeRefreshLayout widget, which…
In HTML, there are various types of elements that possess various types of properties. Among all those properties, we will discuss the display property of elements in this article that…
In this tutorial, we will learn how to create Nested ScrollView in android. What is NestedScrollView / how to create Nested ScrollView? NestedScrollView is similar to ScrollView, however, it helps…