Android
Unit Testing in Android for Dummies
What is Unit Testing? In its simplest term, unit testing is testing a small piece of code. A unit test usually targets a single method
Factory Design Pattern
In this article, you will learn about a type of Creational Design Pattern which is the Factory Pattern. You’ll also know about the pros and cons of it.
Facade Design Pattern
In this article, you will learn about a type of Structural Design Pattern which is the Facade Pattern. You’ll get familiarized with the pros and cons of it.
Android Security Essentials II: Logs, System Screenshots and Backup Theft
This series is more focused on the approaches a developer should adapt regarding android security and less on their technicalities. In the last part, we
Android Security Essentials I: Root Access and Persistent Data
Android Security You might already know that iPhone and Android, are the two most commonly used smartphone operating systems in the world. With their several
Securing your Mobile Apps through SSL Pinning
The rise of enterprise mobility in the past decade has brought comfort and easiness to people’s lives but along with it has evolved a risk and threat of security. But How? Before, people didn’t use to transfer money through mobile devices, or take doctor appointments for an online session through their phones, but now, they do.
Kickstarting with Kotlin
I am excited for Kotlin, want to know why? because it resembles Swift a lot. So it’s quite fun learning it. So let me start
Twitter Integration in Android Using Fabric
Hello guys! Today I am going to show you how to integrate Twitter in Android using Fabric SDK. First of all go to Fabric and
Getting Started With Firebase in Android
Greetings People! Today I am going write about Firebase, which will be targeting mostly the people who don’t know what Firebase is. What is Firebase?
Enabling USB Debugging Mode in Amazon Fire for Android Studio
I finally bought an Amazon Fire and decided that I should make a tutorial for enabling its USB debugging mode for android development purpose. So