Cocoapods integration in Kotlin Multiplatform projectIn a Kotlin Multiplatform project we can add dependencies on Pod libraries stored in the Cocoapods repository or stored locally. We can…Nov 23, 20202Nov 23, 20202
New WiFi APIs on Android 10Prior to Andorid 10, we used WifiManager APIs to connect with and disconnect from a WiFi network. These APIs have been deprecated in API…Nov 21, 20202Nov 21, 20202
Pass initial properties to react-native from Java or Objective-C codeRecently I had the requirement of passing properties to javascript from Java and Objective-C code when js bundle is loaded. In my case it…Mar 23, 20184Mar 23, 20184
Swift : Initializer delegation — Part 2In previous post I had discussed about initializer delegation in value types. In this post, I will talk about designated and convenience…Sep 20, 2016Sep 20, 2016
Swift : Initializer delegation — Part 1Raise your hand if you found Swift initializers confusing when migrating from Objective-C.Sep 18, 2016Sep 18, 2016
iOS : How to create two versions of your app with a single codebaseFor my project I had the requirement of creating two versions of an app — one with video chat feature and one without. Obviously I did not…Sep 7, 2016Sep 7, 2016
UICollectionView : A few useful tipsFamiliarity with UICollectionView is a must for every iOS developer. It can be a very good replacement for UITableView. If you are not…Sep 2, 2016Sep 2, 2016
Introduction to Machine LearningFor several days now I wanted to write on machine learning. So here it goes, my first post in a series of posts I intend to write on this…Aug 28, 2016Aug 28, 2016