Have you ever wanted to implement something but you have multiple options to achieve the same thing? That’s the issue here. It’s a good kind of...
Continue reading...Articles
Setting up your Xcode project for multiple development environments (dev, staging, live)
Are you in the habit of commenting out and uncommenting your API BASE URL (as shown below) whenever you want to build your project for Dev,...
Continue reading...Using the android debug database library
In this article, I am going to quickly introduce you to an android library that I find useful a lot. Android Debug Database is a powerful...
Continue reading...What it feels like to be an android developer in 2020, and even worse, a newbie
It’s 36°C in Lagos, Nigeria as at the time of this writing and you can tell it’s really hot. Do you know what is even worse?...
Continue reading...My best iOS library in 2019 – R.swift
Of all the iOS libraries I got to know about in the year 2019, R.swift happens to be at the top, for me. Coming from an...
Continue reading...How I implemented my own LiveData for iOS using Swift
I implemented my own LiveData for iOS using Swift. Here’s how: So, I was working on an app, using the MVVM architecture and I needed a...
Continue reading...So far so good – SwiftUI vs Jetpack Compose
After a few weeks of trying out Jetpack Compose and SwiftUI, the declarative UI toolkits introduced by Google and Apple this year, I have a couple...
Continue reading...Why, When and How to use protocols in Swift
According to the Swift documentation: A protocol defines a blueprint of methods, properties, and other requirements that suit a particular task or piece of functionality. The protocol can...
Continue reading...Creating a TabView app in SwiftUI
SwiftUI is Apple’s new user interface toolkit and it provides a state-driven declarative way of designing your apps. Meaning, we tell SwiftUI how we want our...
Continue reading...How to create a simple app icon using text in Android Studio
Are you done building your app and trying to figure out how to go about an app icon? Maybe you wish you had a designer to...
Continue reading...