Mayursinh Parmarmayursinhdevblog.hashnode.dev·Nov 11, 2024Data-Driven Development in Android Kotlin: A Comprehensive Guide Using Clean Architecture, Koin, Ktor, and Use CasesHey there, devs! How's it going? I'm your app sensei, and today we're diving into DDD. So, data-driven development is all about designing and building your app based on the data it handles and how it flows through your system. When you combine this a...DiscussAndroiddata driven development
Mayursinh Parmarmayursinhdevblog.hashnode.dev·Sep 30, 2024Building a Real-Time Chat App in Android with Kotlin and Firebase: A Family-Friendly Guide Using Clean ArchitectureHello, devs Today, we’re creating a real-time chat application using Firebase in Kotlin and organizing our code with Clean Architecture. This guide will walk you through every step, from setting up Firebase to structuring your app with Clean Architec...DiscussAndroidAndroid
Mayursinh Parmarmayursinhdevblog.hashnode.dev·Mar 26, 2024Topic: 10 Understanding Dependency InjectionHello devs, Today, we'll discuss Dependency Injection. Many tasks that we typically write manually in code can be automated with the help of dependency injection. We simply need to instruct the DI framework about the dependencies we require and how t...DiscussAndroid basic to advanceAndroid
Michał Konkelmichalkonkel.dev·Nov 14, 2022KTOR as a backend - part 2In this blog post, we will take significant steps to enhance our game shop backend by incorporating Dependency Injection and integrating a robust Database system. First, we will explore the concept of Dependency Injection, understanding how it can he...DiscussKTOR backend in a nutshellktor