Pratik Malidevelopnsolve.com·19 hours agoDark mode design considerations for mobile appsAs a mobile app developer, I am always looking for ways to improve the user experience of my apps. One way to do this is to design for dark mode. Dark mode is a user interface setting that allows users to switch to a darker color scheme for their app...Discuss·10 likesMobile DevMobile Development
Ngoc Leblog.coder.life·Sep 25, 2023Setting up CI/CD for Mobile App ProjectsManaging a big project with multiple squads working on the same code base can be very challenging. If you are a developer, you should hear of Continuous Integration / Continuous Delivery (CI/CD). Far from merely automating tedious tasks, it serves as...Discuss·1 like·33 readscicd
Sebastian Röhlroehl.dev·Sep 24, 2023Weekly Indie Log #3We are already diving into the third issue of this weekly indie log! Time truly flies when you're trying to build an app business alongside your 9-5 job. I hope that I can keep this consistency, and I appreciate all of you for reading this and suppor...Discuss·11 likes·198 readsMobile Development
Abderahmane Katebabderahmane-kateb.hashnode.dev·Sep 23, 2023Currency Converter App: Mastering React Native, Design, and Problem-Solving FlatList and Embracing SnackbarHello, and welcome to a new day! In my journey of learning React Native, today, I completed a currency conversion project, a handy tool that converts Algerian Dinars (DZD) into various global currencies like the US Dollar, Euro, Japanese Yen, and mor...Discuss·10 likesReact Native
Erick B. Gómezericksnotepad.hashnode.dev·Sep 20, 2023📚️️ Software Development Categories In a NutshellDuring this time since I published my last article, How I chose my first programming language, I had the fantastic opportunity to meet a lot of new people. And every one of them had something in common, the passion and love of programming. Some of th...Discuss·29 readsAI
AGBAVON KokouforMy Flutter Journeyflutterjourney.theresilient.dev·Sep 19, 2023Behind every widget, there are an element and almost always a render object.DISCLAIMER: This is a sneak peek of what I learned on my Journey to Dive deep into the Flutter Framework. Everything said here was found on the web and in the Flutter framework project on GitHub. If a concept is incorrectly explained, feel free to me...Discuss·11 likes·151 readsFlutter
Elozino Ovedheelozino.hashnode.dev·Sep 18, 2023Debugging React Native Apps on Real Devices: A Beginner's TutorialTable of Content Introduction Objectives Step-by-step guide Using React Native CLI Using Expo Go Conclusion INTRODUCTION React Native is a cross-platform mobile app tool that gives developers the proficiency to create Android and iOS applicat...Discuss·10 likesReact
Sebastian Röhlroehl.dev·Sep 17, 2023Weekly Indie Log #2Hello everyone! Here's a quick update on my journey as an independent app developer over the past week. Friday was a special day for me because I was invited to be a guest on a cool podcast (which I regularly listen to) and I had an awesome talk. Wil...Discuss·11 likes·187 readsMobile Development
Jay Tillublogs.jaytillu.in·Sep 16, 2023Method Overriding in DartOverriding is done so that a child class can give its implementation to the method that is already provided by the parent class. In this case, the method in the parent class is called the overridden method and the method in the child class is called ...DiscussFlutterFlutter
Jay Tillublogs.jaytillu.in·Sep 14, 2023Inheritance in DartInheritance is the ability of a program to create a new class from an existing class. Parent Class - The class whose properties are inherited by the child class is called the Parent Class. The parent class is also known as the base class or supercla...DiscussFlutterDart