What is Renderscript in Android
RenderScript is a framework provided by Android for high-performance computation. It allows developers to take advantage of parallel processing capabilities, such as GPUs (Graphics Processing…
How to Localize Your Android App: A Beginner’s Guide
Learn how to integrate app localisation in android mobile application.
Build Signature Pad in android from scratch
Build your own signature pad in android from scratch. Learn more about creating custom views.
Android Useful utilities – Deep dive in android internals
Learn about android hidden useful utilities and deep dive in android internals.
Android – Create Force Update App Module in 30 minutes
In the article “Android – Create Force Update App Module in 30 minutes“. I will be using the firebase remote config for the app force…
Android – Show A Dialog From Service
Learn How to show a dialog from service. I hope you might be wondering is it really possible to show a dialog from service. Well ,the answer is yes To know more about it just read the article.
Android – Create Root Checker App in Just 10 minutes
Learn how to create a root checker application in just 10 minutes.
Reset MySQL Root Password
This tutorial will help you that how you can reset root password (if you’ve forgotten the password) of MySQL
Restore MySQL Database Without SQL Dump
This article will help you to know about how you can restore your database when you don’t have SQL dump file.