Dialog Fragment with Scroll view - doesn't scroll | Android studio Project
show simple Dialog Fragment in Android. Handle Back Button events to dismiss the Dialog, Show Dialog in Full-Screen Mode, Show Scrollview inside Dialog Android. Dialog Fragment Scrollview doesn't scroll issue...
30 Views
Read moreColor Picker | Android Color Picker view to set Color to Bulb View
Android color picker example, Pick color from Picker view android set color to Bulb on the fly. set ARGB values....
65 Views
Read moreJetpack Compose Tutorial | Jetpack Compose Basics
Jetpack Compose Tutorial, This Jetpack Compose Introduction will give you the confidence to start with the Composable function to create Simple UI. How to use Composable functions, @Compose annotations...
99 Views
Read moreGet List of devices connected to Same Network in Android Programmatically
In this post we will learn how to get list of devices connected to wifi network in Android. Port Scanning Subnet Device Finder (discovers devices on local network) Ping Wake-On-Lan...
309 Views
Read moreHow to display Listview inside Dialog in Android | Kotlin Example
How to display Listview inside Dialog in Android application. In this example, we are going to create Dialog with Listview....
135 Views
Read moreHow to add Image and text in Sqlite Database and Display it in recyclerView with kotlin
Create Room Database Pick Image from Gallery store Image and Contact info in the Sqlite database with Room Database. Fetch Image from Sqlite Database and display it on Recyclerview...
803 Views
Read moreGetting Started with Facebook Analytics for Mobile Apps
Facebook introduced Facebook Analytics for Apps, a platform that unifies analytics across multiple devices and platforms In this post, we will take a high-level view of integrating Facebook Analytics in Android application. For More Facebook Analytics details, refer official Facebook Analytics Page...
76 Views
Read moreAndroid Job Scheduler with Kotlin
Android job scheduler example, creating JobService, configuring JobIno, about various job settings, scheduing job using JobScheduler...
335 Views
Read moreUnderstanding The Lifecycle of Custom View In Android - Kotlin
Learn to create custom views on Android in a simple way thanks to the declaration of multiple constructions...
127 Views
Read moreHow to create pagination text in Android using Kotlin?
This example demonstrates how to create pagination text in Android using Kotlin. TreeViewObserver class to handle event listeners for widgets...
190 Views
Read moreRe-size and Compress Image in Android Studio
Re-size and Compress Image in Android, Rotate Bitmap, Generate Bitmap from resource folder...
226 Views
Read moreDependency Injection - What is Dependency Injection?
Learn how to implement dependency injection, Dependency Injection (DI) is a design pattern used to implement where it allows creation of dependent objects outside of a class...
71 Views
Read moreOne to One chat application using Kotlin - Android
Android Real Time Chat Application, Learn One to One chat, User visibility(online/offline)...
125 Views
Read moreIntegrating UPI payments in an Android application
how to integrate UPI payments in an Android application. This is explained using a simple example...
198 Views
Read moreAndroid Jetpack Tutorials : LiveData
Architecture components are now a big thing for Android developers. LiveData is one of the major components that we want to look in detail here. In my blog above, it covers ViewModels and LiveData...
118 Views
Read moreAndroid ViewModel Tutorial : Jetpack Tutorials : View Model Introduction
In this post, you will learn about ViewModel, another Architecture component and how it works. You will see how it survives the configuration changes such as screen rotation and is aware of Activity Lifecycle and helps to preserve the data...
118 Views
Read moreHow To Use Jet Pack Components BottomNavigationView With Navigation Ui
How To Use Jet Pack Components BottomNavigationView With Navigation Ui say Good bye to handling BottomNavigation backstack and manual handling With navigation component you can reduce boilerplate...
142 Views
Read moreIn-App purchase Google Play Billing - Play Billing Library
In-app billing is a powerful part of the Android framework that allows us to easily monetise our applications with in-app purchases and subscriptions...
604 Views
Read moreTaking a screenshot of a particular view
In this post we will learn how to take specific view as screen shot in Android...
101 Views
Read moreHandler in Android
How to perform long-running tasks using a background thread with the help of the thread class and handler...
120 Views
Read more