Generate Images from Text in Android Using Replicate's Kotlin Client LibrarySep 7, 2024·8 min read·184
So, what exactly is developer relations?A former Android developer's honest take on what DevRel is, what people in it actually do, and how to know if it's right for you.May 31, 2026·4 min read·10
Getting Started with GitHub: A Beginner's Guide to Version Control and Collaborative DevelopmentJul 4, 2023·8 min read·16
Halfway through my journey as an Outreachy Intern at ODK-XI am mid-way into Outreachy and so far it's been an amazing journey😊. My community Mentors have been super in helping me find my way around. In this blog post, I will be writing about my community ODK-X and the project I am working on. Firstly, a br...Jan 26, 2022·4 min read·5
Everyone StrugglesYay! It's been four weeks into Outreachy and I must say the experience has been awesome. From feeling overwhelmed with excitement to worrying about my performance during the internship, to my first Zoom call, and then my first and annoying bug(I will...Jan 14, 2022·3 min read·14
Outreachy | Introduce YourselfYaaas I Got In!!! This is the first blog in the series of Outreachy Internship blogs. I’m going to publish every second week for the next three months of my internship. Let's gist 😂. Hello World 😊 Okay, so the term gist is a Nigerian slang which m...Dec 20, 2021·4 min read·4
Implementing a Collapsible View Using a CardView in AndroidA CardView is useful for displaying data in containers. It may contain content and actions about a single object. A CardView can display a moderate amount of data in a way that is easy to visualize. Cards help present a large number of objects on the...Oct 20, 2021·9 min read·36
Inversion of Control Principle using KotlinInversion of Control (IoC) is a software design principle that helps reverse control in object-oriented programming. Control here is any extra responsibility a class has besides its primary responsibility. Introduction IoC controls an object’s creat...Jul 15, 2021·11 min read·20
Implementing Navigation Architecture in Android - Part 2In the previous article, you implemented the navigation architecture component and enabled navigation to a different destination in the app. In this article, you will make the app look more meaningful by passing data from one fragment to another usin...Dec 24, 2020·4 min read·10