Android
TheJadav – Learn android with the Jadav.
how to use data binding in android
The data binding library is a support library, which allows you to bind UI components from layout to source code in declarative format
How to add opencv in android studio
OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library
Show popup menu in android kotlin code
Popup menu uses anchor to show. Create menu in res -> menu. Show popup menu on button click event.
Restrict EditText for Numeric and Capital alphabets
Restrict edittext for numeric and capital alphabets input is so easy in android. We just need to add two lines of code in xml file and we are ready. textCapCharacters
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