lemonboy.devThe Complete Beginners Guide to Understanding APIsIntroduction Communication has evolved drastically since the invention of the internet on January 1, 1983. In the 21st century, blatantly referred to as the “social media era,” information is conveyed efficiently and in real-time through the internet...Mar 10, 2023·9 min read
lemonboy.dev8 Valuable Technical Writing Lessons I Have Learnt So Far in 2023 (Beginners Perspective 🧐)Introduction Have you ever experienced problems while operating an electronic device and resorted to reading its user guide or manual? If the answer is yes, then you have benefited from technical writing. Technical writing breaks down technical jargo...Feb 21, 2023·7 min read
lemonboy.devGetting Started with Bottom Sheets in Android Using Kotlin Part 2 [Beginner Friendly]Introduction As discussed in part 1 of the article, a bottom sheet is an elevated surface anchored to the bottom of the screen. We also saw how it allows room for more user interface elements such as images and text. In this article, we will create a...Feb 10, 2023·3 min read
lemonboy.devGetting Started with Bottom Sheets in Android Using Kotlin Part 1 [Beginner Friendly]Hi guys 👋, in this article, I'm going to delve into what a bottom sheet is, its common uses, and how it can be implemented in android development using Kotlin. I will cover its implementation in the traditional view system (XML-based). Without furth...Feb 3, 2023·3 min read