Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Technology Blogs  >  Android Wave technology Blog  > 

2023-04-15 10:24
Welcome to WordPress. This is your first post. Edit or delete it, then start writing! Read More
2023-04-08 17:19
In this post, we will learn to add a dropdown menu to your Jetpack Compose. Developers called it different names also that are Popup menu, context menu, and drop-down menu. As far as the nam… Read More
2023-03-27 10:35
If you’re building an Android app with Jetpack Compose, you may be wondering how to implement a bottom app bar. This tutorial will guide you through the steps to create a bottom app ba… Read More
2023-03-21 16:27
If you’re looking to create interactive alert dialogs with Jetpack Compose. Creating a custom alert dialog is fast, straightforward, and hassle-free dialog Jetpack Compose. So let&rsqu&hell…Read More
2023-03-07 20:00
I this blog, we’ll learn how to create a scrollable list using Jetpack Compose. In this comprehensive tutorial, , you’ll be able to create a smooth and responsive ListView using… Read More
2023-03-04 13:05
React Native popup modal, popup menu, popup dialog, and alert dialog can be used to display a dialog with information or ask for user input and confirmation. The tutorial will walk you throu… Read More
2023-01-27 14:49
Welcome guys, I gonna explain why TypeScript is better than JavaScript in this blog. It articles for absolute beginners,  We’ll discuss what TypeScript is and how to use it. &nbsp&hell…Read More
2022-09-22 12:38
Software license monitoring, what is it? It is the process of ensuring that you are fully licensedand legal. You see, companies like Microsoft are smart. By not buying a new license when… Read More
3 Best Android Monitoring Apps Of 2021
2021-09-17 15:34
The internet as much as being a revolutionary invention has its dark side too. And because of this exact same reason, cell phone monitoring apps are in high demand because of their advanced… Read More
2021-09-14 02:10
You know the best video editing tools will enable users to come up with top-quality video content right from the MAC computers. Because video editing has skyrocketed in its popularity, the m… Read More
2021-05-20 03:27
The Google Play store has grown incredibly crowded over the years, and as of 2020, estimates suggest their are roughly ... Read more This post The Most Impressive Android Gaming Apps appeare… Read More
2021-04-27 06:13
In this blog, We’ll learn coroutines background processing by creating a small project, that simply displays an image to the ... Read more This post Coroutines background processing ap… Read More
2021-04-04 15:48
In this post, we gonna talk about firebase in-app messaging in android. Overview Firebase In-App Messaging helps you engage your ... Read more This post Firebase in-app messaging android app… Read More
2021-03-03 16:28
In this post, we will learn exception handling in coroutines. Later on, we will know how to handle exceptions in ... Read more This post Exception handling in coroutines appeared first on An… Read More
2021-02-28 09:40
In this coroutines withContext example and we’ll see how we can change context easily in Coroutines. We’ll learn different ways ... Read more This post Coroutines withContext exa… Read More
2021-02-26 04:40
In this blog, I’ll show you uses of async and await function in coroutine. We’ll learn async and await coroutine ... Read more This post Coroutine async and await example appeare… Read More
2021-02-24 08:46
In this article, I will show, how to create a CardView in React Native, Which will work perfectly in android ... Read more This post Cardview in react native example appeared first on Androi… Read More
2021-02-23 16:24
In this blog, we will learn how to use retrofit with coroutines Kotlin in android application, with the help of ... Read more This post Android retrofit with coroutines Kotlin appeared first… Read More
2021-02-19 10:38
In this post, we will talk about dispatchers, we will learn what is dispatchers in Kotlin Coroutines? How it works ... Read more This post Dispatchers in Kotlin Coroutines appeared first on… Read More
2021-02-18 10:01
In this blog, we will learn about Coroutines Job in Koltin. Using the Coroutines Job how we can handle the ... Read more This post Kotlin Coroutines Job Example appeared first on AndroidWave Read More
2021-02-18 09:56
In this blog, we will learn suspending functions in a coroutine. I will show you how it works in coroutine ... Read more This post Suspending functions in Coroutine appeared first on Android… Read More
2020-12-09 11:37
In this blog, I’ll show how to check internet connection in android programmatically. While we are developing a professional app, you may need to check internet available or not. For e… Read More
2020-12-01 13:02
In this modern technological age, multiple spying apps enable the user to track their loved ones or workers’ secret doings remotely. It’s 100% ethical and legally allowed that a… Read More
FOR Loop In Kotlin
2020-07-27 12:02
In this blog, we’ll learn FOR loop in Kotlin, will see the exact flow of for loop. How it will work, Will understand the working of FOR loop in detail with the help of an example. So l… Read More
2020-07-23 12:59
in this post, we’ll learn when as expression, Now this when is actually the replacement of switch case statement similar to java, So let us explore when expression in Kotlin fu… Read More
2020-07-23 11:31
In this post, we’ll learn If else conditional statement in Kotlin. We’ll cover each small topic, that has related to IF-ELSE. will see If expression and if multiple conditions wi… Read More
2020-06-09 11:39
In this post, I’ll show you how we can write double tap listener in android. For doing that I’ll create one demo project and will implement it. So Lets started Write a Doubl… Read More
2020-03-31 09:23
In this post, we’ll learn about string templates and in other words what is String Interpolation. in Kotlin we have a special type of concept String Interpolation. In this article, we… Read More
2020-02-02 15:17
In this article, I’ll show how we can send an FCM message from an android device. in other words, you can say, will tell send android firebase push notifications device to device. Ho… Read More
2020-01-23 07:10
I this post, will learn about firebase cloud messaging in android. This article we demonstrate will see how to set up firebase cloud messaging in your app. Overview Firebase Cloud Mes… Read More
Google Sign In Using Firebase Android
2020-01-16 17:29
In this blog, I’m going to show you adding Google Sign In using firebase in your android app. It very easy to do just follow below step. So let’s get started. Step of Impleme… Read More
2020-01-15 12:58
Welcome guys, In this post I’ll show you sign in with email with FirebaseUI. Firebase provides many ways for Authentication. But in this post, we’ll discuss only FirebaseUI for A… Read More
Adding Firebase To Android App Manually
2020-01-15 05:07
In this article, I’ll show you how you adding firebase to android app. We’ll discuss the possible options and recommended ways of it. Apart from this, I will tell you preliminar… Read More
2020-01-13 07:54
In this post, I’ll show you how to implement the navigation architecture component in your app in Android. For demonstration will create a sample app and will integrate the navigation… Read More
2019-12-21 15:30
In this post,  I will show you how to setup auto retrying the request with retrofit Android. For doing that we’ll create an example application that contains auto retrying reques… Read More
2019-12-10 08:47
In this post, I will show you how to implement android TextView enable copy paste. For doing that we’ll create a sample app and Implement copy/paste in your TextView in Android program… Read More
2019-11-30 15:35
Welcome to drag and drop RecyclerView item android example. In this tutorial, we’ll learn how to change the position of the recycler view items via drag and drop. For doing that, we w… Read More
2019-11-29 17:45
In this post, we’ll learn about full screen dialog fragment Android. For better understanding, I will create a sample app that app contains full screen dialog in Android. Additionally… Read More
2019-11-25 17:16
Hello guys, as per title in this post I ‘ll tell you how to download the app using a download manager and install it programmatically. For doing that will create a sample app, for mor… Read More
2019-11-24 12:01
Welcome Guys, In this WebView Example, we’ll learn how to build web apps using WebView in Android. Android WebView mostly used to display web pages as a part of your app. WebView is a… Read More
2019-11-17 06:35
Make sure first-time users should be aware of the functions and benefits of the app while coming on the app. Intro slider screen is very essential for Introducing first-time users to your a… Read More
Bottom Navigation Bar Android Example
2019-10-19 18:11
Bottom Navigation Bar is a material component that makes it easy to explore and switch between the top-level view in single click or tap. So in this android tutorial, you’ll learn… Read More
2019-10-16 17:19
In this post, I’ll learn viewpager2 with fragments implementation in Android. ViewPager2 is an optimized version of ViewPager. In the previous article, I was explained the implementati… Read More
ViewPager2 With TabLayout Android Example
2019-10-09 18:20
In this post, we’ll learn about ViewPager2, what is it? how does work? For doing this we’ll create a sample app that contains ViewPager2 with TabLayout in Android. So lets start… Read More
2019-10-03 16:47
In this post, we’ll learn android force update app when a new version is available on play store. What is the need for android force update app? this is a valid question mobile apps ar… Read More
Variables And Data Type In Kotlin
2019-09-23 17:13
Welcome Guys, In this article, I’m going to explain the variables and data type in Kotlin. I also explain how to declare variables and all basic data types in Kotlin. So let’s ge… Read More
2019-09-21 16:53
In this android app tutorial, I’ll explain, RecyclerView Kotlin implementation in a step by step. In this sample application, we’ll use Kotlin programming language along with RxA… Read More
2019-09-15 17:39
Welcome Buddy, In this android tutorial, we’ll learn Bottom Sheets Behavior in Android. We’ll see that What is Bottom Sheets Behavior? how it works, and we’ll learn implem… Read More
2019-08-25 19:28
In Google I/O 2017 the Kotlin has been announced as the official Android language.  In recent years the Kotlin has gained tremendous popularity in terms of developing android applicatio… Read More
2019-08-23 17:16
Android material design introduces two types of BottomSheet. Modal Bottom Sheets and Persistent Bottom Sheets. In this post, we’ll learn modal bottom sheets. In other words, you can sa… Read More
2019-08-23 17:16
Android material design introduces two types of BottomSheet. Modal Bottom Sheets and Persistent Bottom Sheets. In this post, we’ll learn modal bottom sheets. In other words, you can sa… Read More
2019-08-18 16:56
Welcome Guys, Recently I have implemented Auto Scroll ViewPager. It’s not easy, that why I have simplified it in step. In this android tutorial, I will tell you the real implementation… Read More
2019-08-16 05:02
Objective This article is dedicated to those developers who want to become a better android developer. Every developer wants to become a better developer. So to become a good developer yo… Read More
Android ViewPager With Tabs
2019-08-13 18:18
Welcome guys, I help you build a better app, In this post, we’ll learn step by step implementation of Android ViewPager with Tabs layout. Let’s get to work What is ViewPager?… Read More
2019-08-05 17:41
In this post, we’ll learn implementation of various form of Android Snackbar widget in our application. It is an interesting component of the Material Design library. Android Snackbar… Read More
Fragment Communication Using EventBus
2019-08-04 09:00
While developing an application, Communication is one of the important part of Android application development. In between fragments communication should not be done directly. There are seve… Read More
2019-08-03 16:17
In this post, we’ll learn Fragment communication using RxJava. There are several ways of communicating two fragments. This approach is the best way of doing that and easy to implement… Read More
2019-08-02 16:56
In this android tutorial, We’ll learn Fragment communication using ViewModel. Using shared ViewModel is recommended way by Google for communicating between two fragments. In this… Read More
2019-08-01 10:22
In this post, we’ll learn Fragment Communication using Interface in Android. For doing that we’ll create a sample android application that contains ViewPager, TabLayout and Fragm… Read More

Share the post

Android Wave

×

Subscribe to Android Wave

Get updates delivered right to your inbox!

Thank you for your subscription

×