WHAT IS GRADLE?
Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any pla...
Ever wondered what happens when you click "Run" in Android Studio? How does your raw code magically transform into an installable app? The answer lies in Gradle, the unsung hero of Android development...
How to Use Native Share on iOS and Android
In today's mobile-first world, creating seamless experiences for your users is crucial. One feature that can significantly enhance user experience i...
FLutter was used recently to develop mobile and web apps for a FinTech. Wile loading the URL flutter displayed a # in every URL path and I was amazed. After some research I found By default, Flutter w...
Thinking of transitioning from Android to React Native? Hopefully this guide will help with the mental shift of learning React Native development from an Android background. But don’t worry, I won't...
This project demonstrates how to use the BleuIO USB dongle as a serial port on an Android device via OTG (On-The-Go) USB. With Capacitor 6 and the @adeunis/capacitor-serial plugin, we establish a seri...
Table of contents
Show me the code
Basic hit detection explained
My app on the Google play store
The app
My app's GitHub code
The app's GitHub code
Hit detectio...
If you’re looking to publish your first Android app, the first step is setting up your Google Play Console account and creating your app. This guide walks you through how to create an app in Google ...
Hey folks, Wanted to share a little win from my mobile game dev journey! I built a game called Sliding Puzzle Pro using Flutter — a clean, classic sliding puzzle — and it just crossed 700+ downlo...
Changing the app icon in a React Native project allows you to have full control over the process. In this guide, we will walk through updating the app icon for both iOS and Android platforms without u...