In this tutorial, we will implement CameraX using Java. The purpose of this post is to provide an updated implementation, as my previous ...
Watch Tutorials
Latest Tutorials
Introduction Welcome back! Today, we are diving into Jetpack Compose and tackling an interesting challenge – creating a sticky fo...
Jetpack Compose is the future of Android UI, but many apps still rely on XML-based layouts. Instead of rewriting everything from scratc...
When working with Android NDK (Native Development Kit) and integrating C++ code with your Android app, you often come across JNI (Java Na...
In this tutorial, I'll show you how to create a simple swipeable list where you can delete items. By the end of this tutorial, you'l...
Building a Simple Weather App in Jetpack Compose In this tutorial, we will create a simple weather app using Jetpack Compose where data is ...
Integrating Android NDK with C++ Library In this video, we explore how to integrate Android NDK using a C++ native library in an Android a...
Fetching JSON Data and Displaying in RecyclerView Using MVP Design Pattern In this video, we demonstrate how to fetch JSON data from the a...
How to Convert a Single Activity App to MVVM Architecture In this tutorial, we demonstrate how to convert a single activity app into...
Watch the Full YouTube Tutorial Here: Introduction Today, I'll show you how to import an .ex4 file for an Expert Advisor (EA) ...