android studio

Unit Testing in Android for Dummies
- By Talha
- . September 7, 2020
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

Sending Network Request using Kotlin
- By Aaqib Hussain
- . October 2, 2017
Networking has always been necessary in any app. So I decided to write about doing network calls using Kotlin. So let’s start by setting up the project.

Getting Started With Firebase in Android
- By Aaqib Hussain
- . May 29, 2016
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
- By Aaqib Hussain
- . December 28, 2015
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