Deeplink in android with custom URI or callback url
This is commonly used technique for Oauth in many applications. This is also useful to forcing user to use application.
We are just covering how to handle deeplink in android application.
Multi-feature Recyclerview in android – Swipe to show options, drag (with handle also), filter enabled
Multi-feature Recyclerview in android – Swipe to show options, drag (with handle also), filter enabled
Components in android jetpack compose – similar component to android
Components in android jetpack compose – similar component to android
android runtime permissions
This is important and most common now in android development, because every feature which is critical to use for user, you must ask user to allow access for it
android BaseRecyclerView – genric recyclerview class with click listener
I have created generic BaseRecyclerView, but why we need it? We need to know in activity when item is clicked or may be we need to create replaceAll method which is very common for all recyclerview. In that case this will be very usefull
3d Model – goblin
Goblin 3d Model
Here is goblin’s 3d model you can import and use in your project
Vertex : 2521
Faces : 2444
Tries : 4994
Foreground Service in Android
Foreground Service is important that user must know, what is happening in his device. He should aware about background processes. So, google decide that if you are using any resource in background you must tell user that we are running in background.
CustomShapeView in android – Easiest way ever
CustomShapeView is requirnment for almost every application. I have searched most of time how to make custom shape imageview. Recently I found most easy way of doing it, by using below code