Homepage
Open in app
Sign in
Get started
Android Things
Compose Multiplatform
Android
Kotlin
Follow
Following
Convert callback API into suspend or Flow
Convert callback API into suspend or Flow
If you had started using coroutine in your project but any third party library which you are using does not support suspend function, then…
Abhiraj Khare
Jun 3, 2021
enum versus sealed classes
enum versus sealed classes
enum classes are used to define set of constants while sealed classes are abstract class with set of subclasses in same file.
Abhiraj Khare
Jun 1, 2021
Create beautiful loading effect with facebook shimmer library
Create beautiful loading effect with facebook shimmer library
Shimmer library from facebook allows you to create loading animation on your android activity before you could load your data in ListView…
Abhiraj Khare
Apr 28, 2019
Firebase Hosting: Upload your static web contents in easy steps.
Firebase Hosting: Upload your static web contents in easy steps.
First you have to download NPM on your machine. Then you have to install firebase tool by:
Abhiraj Khare
Apr 16, 2019
Android Jetpack: WorkManager
Android Jetpack: WorkManager
Latest happening in the word of android background processing is WorkManager. To check how WorkManager works, follow these simple steps.
Abhiraj Khare
Mar 24, 2019
All about Background Processing in Android
All about Background Processing in Android
UI operations in android is done on Main thread or UI thread. If heavy operations like network call, database access… is also done on this…
Abhiraj Khare
Mar 24, 2019
Firebase Remote Config
Firebase Remote Config
With Firebase remote config, you can change your app appearance and behaviour without publishing your app in play store or app store. For…
Abhiraj Khare
Feb 25, 2019
Navigation Architecture Component: Storyboard for android
Navigation Architecture Component: Storyboard for android
Navigation architecture component can be very helpful in creating complex ui navigation flow. It has navigation graph similar to…
Abhiraj Khare
Feb 18, 2019
ConstraintLayout
ConstraintLayout
ConstraintLayout allows you to build complex UI in android with flat view hierarchy (no nested views). It gives best performance among all…
Abhiraj Khare
Feb 10, 2019
Performance of ConstraintLayout, RelativeLayout, LinearLayout and FrameLayout
Performance of ConstraintLayout, RelativeLayout, LinearLayout and FrameLayout
Drawing of android view comprises of 3 phases.
Abhiraj Khare
Feb 9, 2019
Things to know in Kotlin
Things to know in Kotlin
1 Kotlin assumes that value cannot be null
Abhiraj Khare
Oct 5, 2018
Digital Signature & Digital Certificate
Digital Signature & Digital Certificate
Digital Signature:
Abhiraj Khare
Sep 9, 2018
What is Library, API, Framework, SDK, and Plugin
Library:
Abhiraj Khare
Aug 9, 2018
How to create a JAR file
What is Java library?
Abhiraj Khare
Jun 12, 2018
Lambda Expression and Functional Interface
From Java 8 onwards, Java support functional programming. In functional programming , output depends on arguments not on any global…
Abhiraj Khare
Feb 21, 2018
Simple Unit Test cases in android
Why unit test?
Abhiraj Khare
Feb 13, 2018
Getting started with React Native and building projects
Before we could start, we have to install following things.
Abhiraj Khare
Feb 4, 2018
React Native Basics
To understand building blocks of React Native, we need to understand some basic concepts.
Abhiraj Khare
Feb 2, 2018
How to install python on Raspberry PI 3
How to install python on Raspberry PI 3
You can use python on your Raspberry pi, once you install Raspbean OS on your board.
Abhiraj Khare
Feb 1, 2018
About Android Things
Latest Stories
Archive
About Medium
Terms
Privacy
Teams