Android

Android is a mobile operating system based on a modified version of the Linux kernel and other open-source software, designed primarily for touchscreen mobile devices such as smartphones and tablets.

Map in Java Full Explanation

In this tutorial we will learn how to use Map in Java. Map is a very useful interface in Java collection, please see the tutorial below about Map in details. Java, one of the most widely used programming languages, offers a plethora of data structures to handle complex problems efficiently. Among these, the Map interface …

Map in Java Full Explanation Read More »

Linear Layout In Android Studio

In this tutorial we will learn about Linear Layout In Android Studio With different different examples. This is the best Layout to mange its child layouts horizontally or vertically. What is Linear Layout in Android Studio? Linear Layout is view group that aligns its all children in a single direction. Layouts are used to show …

Linear Layout In Android Studio Read More »

Bottom Sheet in Android

In this tutorial we will learn about Bottom Sheet in Android. We have seen in many applications like Google Map, Google Drive and more. Generally Bottom Sheet Open from bottom of the screen. Use Of Bottom Sheet In Android Apps Sometimes we want to show the data to user or want to user input without …

Bottom Sheet in Android Read More »

Timer in Android

In this tutorial we will learn how to use Timer() class in Android. Timer can be used like countdown timer clock. What is Timer() Class in Android? Timer is a class in android which is used to perform some task according to time period. Like countdown clock. Or we can call any function after some …

Timer in Android Read More »

Spinner in Android

In this tutorial we will learn how to create a Spinner in Android Studio. Spinner displays dropdown content in mobile screens. Generally Spinner provide a quick way to select one value from set. By default it shows the current selected value. Spinner In Android Studio With Example Spinner in android is used to to show …

Spinner in Android Read More »

Android Splash Screen Example

In this tutorial we will learn about the Splash screen in android. Most of the applications have a Splash screen which opens when the app launches. What Is Splash Screen In Android? Splash Screen in android is a screen which launches first when we open the application. Generally it show the logo and the name …

Android Splash Screen Example Read More »

GridLayout in android

GridLayout In Android Studio is used to show the data in the form of rows and column. It can be a list or static data. We specify the number of rows and columns to divide the list. It is default scrollable layout used in android studio. You can see in the above image, we have …

GridLayout in android Read More »

Pull To Refresh In Android Studio

Pull To Refresh in Android is used to refresh the data by dragging the screen from the top. This is happen only in android devices. There are many options for reloading the data but we will use Facebook’s SwipeRefreshLayout dependency. How To Implement Pull To Refresh In Android Studio To implement Pull To Refresh in …

Pull To Refresh In Android Studio Read More »