Browsing Tag
androiddev
9 posts
Push notification
Hello, I have an android app created using react. The app contains a wordpress web site and enable…
Some Flutter tips and tricks for developers
Use const Widgets Whenever Possible Tip: Declare widgets as const if their properties don’t change. This helps improve…
Web-to-App Attribution Measurement Using Mogua
This article introduces how to quickly view the effectiveness of different marketing channels through the Mogua SDK and…
Understanding Android Application Lifecycle and Process
Let’s dive into the details of how Android manages processes, components, and the overall lifecycle of an app.…
Google Closed Testing Reject ~You need to think about how to get testers~
This is an article for those who have or may register as new developers after Google’s policy change.…
10 Years of Advocacy as a Google Developer Expert
I was just renewed for my 10th year as a Google Developer Expert (GDE) for Android and I…
Building a Speedometer with Compose Canvas API
The other day, while sitting in the back of a taxi, I noticed the speedometer and had the…
Deal With DataStore Preferences In Android App Using Kotlin
In this tutorial i will show you how to use DataStore Preferences to save data locally in your…
Using Live Templates to Improve Android Development Productivity
One of my favorite tools in Android Studio (AS) is “Live Templates”. It is a way to create…