Prabhakar Thotamyinnos.hashnode.net·May 19, 2022Google code scanner API -scanning codes without camera permissionThe Google code scanner API provides a complete solution for scanning codes without requiring your app to request camera permission, while preserving user privacy. This is accomplished by delegating the task of scanning the code to Google Play servic...Discuss·56 likes·415 readsAndroid
Gourav Khungergouravkhunger.hashnode.net·Sep 22, 2021Android Application Fundamentals - Understand the bits and bytesHello there! In the last article at the Android app development series, we learned how to make a Hello World app. We made a new project in Android Studio and ran the app. Now, in this article, we are going to learn more about the Android App structur...Denin Paul and 1 other are discussing this2 people are discussing thisDiscuss·50 likes·730 readsAndroid DevelopmentAndroidGreat, detailed, and very beginner-friendly article bro. Like anyone who wants to begin with android development can just stick to your blogs and frame out a strong understanding of it. 4
Frank TamreforFrank Tamre's Blogtamrefrank.hashnode.net·Aug 19, 2020001: Dependency Injection: The things they never told you about.Every beginner probably freaks out when they hear the word dependency injection. Truth is dependency injection brings the thoughts of needles and the experiences in the injection room. Most people i know don't like needles and the whole thought of be...Discuss·37 likes·770 readsDependency Injection: The Lost Chroniclesdependency injection
Vincent Tsenvtsen.hashnode.net·Apr 15, 2023Pass by Value vs CompositionLocal vs Static CompositionLocalThere are a few ways you can pass data to a composable function: Pass by Value (function parameter) CompositionLocal Static CompositionLocal Pass by Value is a conventional way. CompositionLocal and static CompositionLocal is a Jetpack Compose w...Discuss·1 like·144 readsAndroid App DevJetpack Compose
Vincent Tsenvtsen.hashnode.net·Apr 8, 2023Android Context 101 with Class DiagramYou may find Context in Android app development is confusing. For example, which one you should use? Before answering that, let's look at the Context class diagram below to understand its relationship with other classes/components. Context Class Diag...Discuss·2 likes·70 readsAndroid App DevAndroid
Sarthak semwalsarthaksmwl.hashnode.net·Apr 1, 2023Relative Layout In AndroidRelativeLayout is a layout manager in Android that allows you to position views relative to each other. It's a flexible layout that allows you to create complex layouts by specifying the position of child views relative to each other or the parent la...Discuss·1 like·39 readsandroid development
Jimmy Moralesjimmymorales.hashnode.net·Mar 29, 2023Keeping Up With the DependenciesDependencies are a fundamental aspect of Android app development, allowing you to incorporate functionality and features from third-party libraries into your projects. However, dependencies are not static - they are frequently updated by their creato...Discuss·50 readsAndroid
Alex Humadovulnresearch.hashnode.net·Mar 25, 2023Introduction To Android Architecture, How They Work And Security.This week, I would like to dive into the android architecture and how it works. As you know, the mobile devices we carry are one of the most secure devices you have and also contain a lot of personal information about you. Hey everyone, it’s Alex an...DiscussMobile Application Pentesting Series (MAPS)Android
Jimmy Moralesjimmymorales.hashnode.net·Mar 21, 2023How to Make Your Android App SmallerHave you ever gone on a diet and struggled to shed those stubborn pounds? It's a familiar challenge for many of us, and one that Android developers can relate to when it comes to reducing the size of their apps. Just like losing weight, trimming down...Discuss·55 readsAndroid
Lao Dingjahonn.hashnode.net·Mar 8, 2023The Ultimate Guide to Becoming a Successful Android DeveloperThe Ultimate Guide to Becoming a Successful Android Developer is a highly searched keyword on Google, and we understand the importance of ranking on this keyword. Therefore, we have crafted an extensive guide on how to become a successful Android dev...Discuss·32 readsAndroid
Shakiba E Nurshakibaenur.hashnode.net·Feb 27, 2023Jetpack Compose: Composable functionsJetpack Compose is a modern toolkit for building native Android UI using Kotlin. In Compose, UI components are defined as composable functions, which are functions that describe a UI component and can be called by other functions to render that compo...Discuss·28 readsandroid app development
Shakiba E Nurshakibaenur.hashnode.net·Feb 25, 2023Android — Drag and DropToday i want to talk about my one of the most favourite features in android development that is “Drag and Drop”. In modern user interfaces, drag and drop has become an essential interaction pattern for enabling users to move objects around a screen w...Discussandroid app development
Shakiba E Nurshakibaenur.hashnode.net·Feb 25, 20232 approaches to load contacts in your Android ApplicationIn this article we are going to have a deep dive into importing phone contacts into an Android application. We’ll look at two methods for doing this and weigh their pros and cons. NOTE: All code snippets require the ability to read contacts through p...Discussandroid app development