Vaibhav Ahire has Published 121 Articles

A Complete Guide to Learn Android Studio For App Development

Vaibhav Ahire

Vaibhav Ahire

Updated on 30-Mar-2023 11:59:30

353 Views

Introduction Android is one of the famous operating systems which is used across many mobile devices.Almost 75 % of mobile devices across the world are using android as their mobile operating system. Hence learning android development will be beneficial which will help you to deliver your applications to the huge ... Read More

Android : How to upload image on Firebase Storage?

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 15:33:34

4K+ Views

What is Firebase Storage? Firebase is one of the famous cloud platform service providers of Google which provides services such as Database, storage, hosting and other cloud services for Android, IOS and Web applications. In this article we will specifically take a look at Firebase Storage. How we can use ... Read More

Context Menu in Android with Example

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 15:32:36

3K+ Views

What is the Context menu in Android? In this tutorial, we are going to learn on How to display context menu in our android application using Kotlin as a programming language. What is the context menu in android ? Context menu is a short floating menu option which appears when ... Read More

Content Placeholder Animation using Shimmer in Android

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 15:31:09

542 Views

Introduction What is Content Placeholder animation using Shimmer in Android? There are many different ways which we can use within android applications to display loading indicators such as progressbar, horizontal loading bar and many more. Similarly Shimmer View is also one type of loading indicator which we can use to ... Read More

Complete Guide on How to build Video Player in Android

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 15:30:10

2K+ Views

What is a Video Player in Android? In this tutorial, we are going to learn on How to build a video player in our android application using Kotlin as a programming language. Video player is a widget present in android which is used to access video files within android application. ... Read More

Clipboard in Android

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 15:29:08

398 Views

What is a Clipboard in Android? In this tutorial, we are going to learn on How to use clipboards in our android application using Kotlin as a programming language. Clipboard the name itself tells us to clip the data to the board. It is basically used to perform copy and ... Read More

Circular Reveal Animation using Flutter

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 15:28:02

594 Views

What is Circular Reveal Animation in Flutter ? Circular Reveal is a type of animation which is seen in many android applications when an image is being revealed in a way by adding an animation to it. In many android applications such as payments applications when a user receives any ... Read More

Circular Fillable Loader in Android with Seekbar

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 15:27:11

340 Views

What is a Circular Fillable Loader in Android? In this tutorial, we are going to learn on How to implement a Circular Fillable Loader in our android application using Kotlin as a programming language. Circular Fillable Loader is an animated ui widget which is used to display the loading screen ... Read More

Circular and Linear Progress Indicators in Flutter

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 15:25:50

1K+ Views

What are Progress Indicators in Flutter? Progress Indicators are used to display the current progress of the specific task which is being carried out within our android application. If we are loading some data from the internet or making an API call. In that case to handle the loading task ... Read More

Bundle in Android with Example

Vaibhav Ahire

Vaibhav Ahire

Updated on 14-Mar-2023 15:25:03

6K+ Views

What are Bundles in Android? In this tutorial, we are going to learn on How to use bundles in our android application using Kotlin as a programming language. Bundle is a class in android which is used to pass data from one activity to another activity within an android application. ... Read More

Advertisements