Rohit Jakharrohitjakhar.hashnode.net·Aug 30, 2021Kuberam - Manage all your transactions. Auth0 Hackathon.Quote: Manage all your transactions in your pocket. About Me I am Rohit Jakhar. Currently I am final year student of B.tech in Computer Science Branch. I am learning Android from 3 years. Also I am also exploring backend stuff too. Apart from Techn...Himanshu agrawal and 8 others are discussing this9 people are discussing thisDiscuss·104 likes·1.0K readsAuth0Very Cool and exciting looking app. I am so excited to use it for managing my budget. 😊 11
Ronan Angiraronanblessed.hashnode.net·Oct 4, 2022Zero to one. Building my first App using firebase in Kotlin.Successfully building your first app is one of the best feelings a software developer can ever have. I purpose to share the journey of how I made a login app using Firebase in Kotlin. Introduction. What is firebase? Firebase is a backend -as a- ser...NJERU KELVIN MURIITHI and 3 others are discussing this4 people are discussing thisDiscuss·68 likes·163 readskotlin beginner
Max Kimmaxkim.hashnode.net·Jul 12, 2021Things you need to know before switching to Jetpack ComposeWith the release of the stable version of Jetpack Compose just around the corner, here are some things you need to know before switching from the imperative, XML-based style for building UI, to the new Android’s toolkit for building native UI declara...Discuss·64 likes·5.5K readsAndroid Made EasyAndroid
Abhiraj Bhowmickabhirajb.hashnode.net·Apr 19, 20237 android apps to help you keep up with tech and codingIn today's fast-paced world, staying up-to-date with the latest developments in the tech and coding world can be challenging. With so many publications, low-quality content, and rapid changes in the tech landscape, it's essential for developers to ha...DiscussAndroid
Satyajit Dassatyajitdas.hashnode.net·Mar 29, 2023How Do Image Loading Libraries work internally In Android?Why Does A Image Loading Library Exist? Why utilize an external library should be the first question that pops into your head. Is it only because we want to write fewer lines of code? perhaps it has additional aspects. Let's learn the fundamentals of...Discuss·23 likes·91 readsAndroid
Vincent Tsenvtsen.hashnode.net·Mar 10, 2023How to Implement Custom Fonts using Downloadable Google Fonts?Roboto is the default font used by Material 3. However, we often want to change it for our app. Instead of manually copying the font asset, you can now download the Google font asynchronously and use them in your Jetpack Compose app. This is a quick ...Discuss·2 likes·93 readsAndroid App Devandroid app development
Ankita Jadhavcodeshiptechnologies.hashnode.net·Mar 5, 2023How to Become a Mobile Application Developer: Career Guide & Required SkillsMobile Application Development overview One of the best jobs in the IT industry is mobile app development. An expert software developer, also known as a computer software engineer, is someone who creates and programmes apps for mobile devices. To cre...Discuss·1 likeAndroid
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, 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
Jorge Castrojorgecastro.hashnode.net·Feb 17, 2023Update your Android app signing key from a new Keystore.Hello everyone! Today, I would like to talk to you about a topic that is rarely discussed in our work as Android engineers but is one of the most important things we should consider in case the need arises: updating your app signing key. 🔑 It is imp...Discuss·71 readsAndroid
Odhiambo Brandybrandyodhiambo.hashnode.net·Feb 14, 2023Datastore In AndroidIntroduction Information can be retrieved and utilized later by an application. This information can be in various forms, such as text, images, or any other type of data the application requires. There are several data retrieval mechanisms available ...Discuss·3 likes·111 readsAndroid
Vincent Tsenvtsen.hashnode.net·Feb 10, 2023Simple Example to Use WorkManager and NotificationThis is just a very simple app that covers some basic WorkManager usage. It shows you how to schedule: one-time work request periodic work request and post a notification when the task is done. For a complete guide, refer to the official WorkMa...Discuss·2 likes·203 readsAndroid App Devandroid app development
Abi Farhanabifarhan.hashnode.net·Feb 9, 2023Introduction to Android Development : Android PlatformThe Android Platform consists of all of these things. Let's run through it from the bottom to the top. 1. Linux Kernel Linux kernel is the foundation of the Android Platform, this makes us can implement key security features and allows device manufac...Discussandroid development