android studio
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
Sending Network Request using Kotlin
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
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