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 »


Freedom Kernel for the Zmax Pro

Freedom Kernel for the Zmax Pro
Freedom Kernel for the Zmax Pro
Freedom Kernel for the Zmax Pro
Freedom Kernel for the Zmax Pro
Freedom Kernel for the Zmax Pro

The Freedom Kernel for the Zmax Pro Z981 is a custom kernel with many enhancements. This kernel provides various custom tweaks and performance improvements over the stock offering to give you more control over your Android device’s performance.

Tags: android, z981

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 »


How To Get Android Mounts and Partition Images

How To Get Android Mounts and Partition Images

In this guide I will be showing you how to get the android mounts and partition images. There could be many reasons for needing the android mounts and partition images. A couple reasons that come to mind could be to make backups of your partitions in case you need to fix your phone from a bad flash later on. Or you might want to customize a boot.img or system.img to add in some custom features. Whatever your reason, just follow the guide and you’ll be pulling those partitions in no time.

Tags: android, tutorials, linux

Read more »


Apk Utility

Apk Utility

If you’ve been looking for an easy to use tool for decompiling and compiling android apk and jar files then look no further. Apk Utility is as easy to use as it gets. The utility also has the ability to tag your framework files. This feature is very useful when you need to install framework files for multiple different devices without having to remove one for the other. Basically a tag is a label to distinguish between multiple devices’ framework files. If you’re familiar with apktool which this tool uses then you’ll know what I’m referring to.

Tags: android, linux, decompile apk, apktool

Read more »