Vaibhav Ahire has Published 121 Articles

Base Expandable List Adapter in Android with Example

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 15:23:47

1K+ Views

What is the Base Expandable List Adapter in android? Base Expandable List Adapter is used in android when we have to display a nested list view. We will understand a nested list view by an example. We have to display the tech stacks along with the programming languages used within ... Read More

Auto Image Slider in Android with Example

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 15:21:44

10K+ Views

What is an Auto Image Slider in Android? In this tutorial, we are going to learn on How to implement an Auto Image Slider in our android application using Kotlin as a programming language. Auto Image Slider is a UI widget which contains multiple images sliding automatically from left to ... Read More

Audio Manager in Android

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 13:42:28

460 Views

What is an audio manager in android? Audio Manager the name itself suggests to us that it is used to manage the audio profile within the android application. This is generally used to switch between different audio modes for android devices such as ringer mode, silent mode and vibrate mode. ... Read More

Android Toast in Kotlin

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 13:41:17

1K+ Views

Introduction In this article, we are going to learn on How to display toast messages in our android application using Kotlin as a programming language. What is toast in android? Toast in android is a type of short notification which is displayed to the user without disturbing the other functionalities ... Read More

Android SDK and its Components

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 13:38:21

7K+ Views

Introduction Android SDK(Software Development Kit) is a set of development tools which is required when building any android application. Android SDK consists of several components within it such as − SDK Platforms. SDK Tools. SDK Update Sites. Android Emulator. In this article, we will take ... Read More

Android Motion Layout in Kotlin

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 13:36:12

650 Views

What is Motion Layout in Android? Motion Layout is a child class of Constraint Layout in Android. It inherits properties from Constraint Layout. This layout is used to manage motion and layout animations for the widgets within the android application. Motion Layout is used to provide gesture control animations such ... Read More

Admob Interstitial Ads in Android

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 13:30:56

2K+ Views

What are Admob Banner Ads in Android? Admob is a Google mediation platform. We can use this to display advertisements within our android application. Along with that we can earn money by displaying the ads within our application. There are different types of ads which we can display within our ... Read More

Admob Banner Ads in Android

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 13:29:33

2K+ Views

What are Admob Banner Ads in Android? Admob is a Google mediation platform. We can use this to display advertisements within our android application. Along with that we can earn money by displaying the ads within our application. There are different types of ads which we can display within our ... Read More

AdapterViewFlipper in Android with Example

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 13:24:39

299 Views

What is AdapterViewFlipper in Android? Adapter View Flipper is a widget which is used to animated between two or more views having the same set of content within it. It is used to implement slides like animation within our application. AdapterViewFlipper is a subclass of ViewAnimator class with the help ... Read More

How to Create/Start a new Project in Android Studio

Vaibhav Ahire

Vaibhav Ahire

Updated on 21-Feb-2023 13:59:45

838 Views

Introduction Android is a famous mobile operating system which is being used by more than 70 % of mobile devices across the world. As the demand of android operating system. The number of mobile applications developed in android is also increasing day by day. Hence it will be beneficial to ... Read More

Advertisements