Android App Multi Theme

App Themes
App Themes
App Themes

If you would like to add some flare to your android app by adding multi theme support, then you’ve come to the right place. Adding multi theme support to your android app can be very beneficial. For starters, your users will never get bored of just having a single color and this also provides a better user experience and can increase app installations. This can be the difference between users installing your app or the competition’s app.

Tags: android studio, app development, java, tutorials, android

Read more »


Play Store Data Safety

Data Safety Form

Back in May Google announced the new Play Store Data Safety section. This new section is to give users more insight into how apps collect, share, and protect user data. Google detailed what information developers would have to disclose in the data safety section and included a new form in the Google Play Console for developers to disclose the required information. Originally, it was required to have the form filled out by April 2022, but Google has changed the date to July 2022 to allow developers more time to comply with the new data safety changes.

Tags: android, apps

Read more »


Listen To Podcasts With The Google App

Podcasts With The Google App

There are many podcast apps in the Google Play Store, but you already have a really good app for podcasts pre-installed on your android device that’s free. The Google app is excellent for finding and listening to podcasts and has an integrated assistant with voice commands.

Tags: android, apps

Read more »


Detect Android Wakelocks

Android Wakelocks
Android Wakelocks

If you’re noticing that your android device is suddenly draining battery quicker than normal, it can be due to an android wakelock. Once you know the quick battery drain is not due to a faulty battery, you’ll need to detect what’s causing the wakelock. This is likely a misbehaving app.

Tags: android, tutorials

Read more »


Admob Tutorial

Admob Tutorial
Admob Tutorial

In this Android Admob tutorial we will go over how to add admob to your android app. With admob you can monetize your app and make some income for your efforts. There are a few types of admob ad units that you can add to your app. For this admob tutorial we will be adding the Anchored Adaptive Banner which can display high performance adaptive banner ads for all devices and screen sizes.

Tags: android studio, app development, java, tutorials, android

Read more »


Android WebView

Android WebView
Android WebView

The Android WebView allows your app to open web pages within your app. For this Android WebView example we will create an android webview app that loads a couple web pages. We will be adding some attributes like JavaScript to interact with page elements and a DownloadListener for downloading items from download links on web pages as well as a ProgressBar to show page loading progress. We will also request runtime storage write permissions for our DownloadListener for android 6+.

Tags: android studio, app development, java, tutorials, android

Read more »