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 »


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 »


Android Toolbar

Android Toolbar
Android Toolbar

Often times users are looking to create an Android Toolbar so they can customize it to their liking. In this tutorial we’ll go over how to create an Android custom Toolbar and show you a few modifications you can do to the Toolbar for your app.

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

Read more »


Android BroadcastReceiver

Android BroadcastReceiver

Today we will be using an android BroadcastReceiver and WorkManager to run code on bootup in Android. There can be many reasons to run code on bootup. One good use case would be to set settings that a user has selected within your app on every bootup.

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

Read more »


How To Reduce Apk Size

How To Reduce Apk Size

How to reduce apk size? A question often asked by new app developers when trying to figure out how to best optimize their app. As an app developer you should always optimize your app wherever you can to give your user base the best possible experience with your app. By well optimizing your app you’ll give your users a smooth experience throughout your apps’ UI along with a smaller foot print.

Tags: android studio, app development, tutorials, android

Read more »