Ahex Technologiesahextechnologies.hashnode.dev·Oct 8, 20246 Essential Tools for Modern Android DevelopmentIn the fast-evolving world of mobile app development, having the right tools can make all the difference. Android development has become a dominant force in the mobile ecosystem, with millions of apps available on the Google Play Store. To help devel...Android
Jessicatechmingle.hashnode.dev·Mar 2, 2024How to Make an Android App: A Step-by-Step GuideAre you ready to dive into the exciting world of Android app development? Whether you're looking to build the next viral game or a practical utility app, Android App Development can be a rewarding journey. In this guide, we'll walk you through the pr...androidappdevelopment
bambooappsbambooapps.hashnode.dev·Oct 12, 2023How to do a Material 3 pull refreshWhy we made it Recently, in one of our projects, we were faced with the requirement to support the pull refresh gesture to update the local data from the server. For those unaware, pull refresh is the process of pulling down a screen to refresh a pag...Android
Abou Zuhayrblog.zuhayr.dev·Aug 25, 2023Custom Scopes & Subcomponents in DI: (Day 11)So far, we've experimented with the @Singleton scope, understanding its ability to create, retain, and reuse objects. However, there are scenarios that @Singleton can't address. For instance, what if we want an object to be freshly instantiated with ...42 readsDependency Injection in AndroidAndroid
Romman Sabbirrommansabbir.com·Jul 31, 2023FeaturedAndroid Intent : A Comprehensive Guide with ExamplesAndroid Intents play a crucial role in facilitating communication between different components of an Android application. Whether it's starting a new activity, sharing data, or broadcasting events, Intents provide a versatile mechanism for inter-comp...40 likes·2.1K readsAndroid Application DevelopmentAndroid
Dhina17blog.dhina17.dev·Jan 1, 2023Dependency Injection with Hilt in AndroidBasics What is Dependency Injection? Consider this example, you are an Android Developer who drinks coffee. To drink coffee, you need a cup (of course xD). Implement this concept in the code class Developer() { fun drinkCoffee() { // ste...2 likes·345 readsAndroid
Shashank Ranjanshashankranjan.hashnode.dev·Jul 2, 2022Complete Android App Development Roadmap For BeginnersHi, I am Shashank In this article I will discussed about the roadmap of Android app development in detail so let's start What is Android App Development ? Android app development is the process by which applications are created for devices running th...206 readsandroidappdevelopment