Aaqib Hussain
Aaqib is an enthusiastic programmer with the love of Swift and anything that looks like Swift i.e Kotlin. He loves writing code in Swift, and exploring new technology and platforms. He likes to listen to old music. When he is not writing code, he's probably spend his time watching movies, tv-shows or anime, or either doing some research for writing the next article. He started Kode Snippets in 2015.
- Total Post (22)
- Comments (7320)
Articles By This Author

Login with Instagram in iOS
- By Aaqib Hussain
- . September 10, 2017
Today, I decided to write about Instagram’s login integration which is really a pain in the neck to integrate but thanks to Shyam Bhat for developing

Kickstarting with Kotlin
- By Aaqib Hussain
- . July 8, 2017
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

Using FlickrKit in iOS
- By Aaqib Hussain
- . May 8, 2017
Hello Everyone. I finally got the time to write after a few months of being really busy. I hope everyone would be doing good. So

Getting Started with Realm using Swift 3.0
- By Aaqib Hussain
- . January 1, 2017
Greetings Humans! I was thinking for a long time to write about Realm. So… What is Realm? Realm is an open source client side database for

Implementing Camera with AVFoundation
- By Aaqib Hussain
- . November 5, 2016
Howdy! Today I am going to write about how to implement custom Camera using AVFoundation. Here I have created this storyboard consisting of two View

Using Back4App with Android
- By Aaqib Hussain
- . September 11, 2016
You must have seen sponsored ad of Back4App on facebook (that’s how I get to know about it) quite a number of times and be wondering what

Playing with MRTextField
- By Aaqib Hussain
- . July 30, 2016
Hello! Today I am going to show you guys how to create a line under UITextField using MRTextField and show you some other features of

Sign-In with Google in iOS
- By Aaqib Hussain
- . July 7, 2016
Hi!Today I am going to show to how to integrate Google Sign In to your app. First of all create a project and install the

Twitter Integration in Android Using Fabric
- By Aaqib Hussain
- . July 3, 2016
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 Substring from an String with Swift
- By Aaqib Hussain
- . June 18, 2016
Greetings! So I wrote this function and then felt like sharing it with you guys. Which basically helps you retrieve a Substring from an string. Here