Sipho Chakhalasipping.hashnode.dev·May 15, 2023Firebase Played Us!What is Firebase? To put it very simply, Firebase is an external database service. They define themselves as: “A set of back-end cloud computing services and application development platforms provided by Google” for more information check here: https...Discuss·99 readsTHW Mobile Apps
Sipho Chakhalasipping.hashnode.dev·May 15, 2023The Red Death of FlutterThe Beauty of Flutter: Flutter is beautiful. Why such a statement? It is because Flutter takes the hardships out of mobile development …..for the most part. In the past, a mobile developer would usually start off making their app in Android. Then, if...DiscussTHW Mobile Apps
Fazle RahmanforHashnode Town Halltownhall.hashnode.com·Jun 17, 2022The Epic Hashnode Writeathon — The winners! 🏅🎉 The time has come to announce the winners of The Epic Hashnode Writeathon hosted last month. Hashnode is on the mission to empower tech writers worldwide to share knowledge freely without much hassle. Writeathon was an initiative to motivate wri...Fernando Doglio and 43 others are discussing this44 people are discussing thisDiscuss·353 likes·2.7K readsNews 🗞THW Web AppsCongrats to the winners! Thanks Hashnode for this writeathon! Glad to be one of honorable mentions, means a lot 😁! Looking forward to the next one! 25
Taofiq Aiyelabegantaofiqcodes.hashnode.dev·May 20, 2022How to Combine and Make Drawer and Bottom Tab Navigators Visible on Every Screen in React NativeIntroduction Navigation is one of the important aspects of a mobile app these days as nearly almost all the app we use today either have Drawer Navigator or a Bottom Tab Navigator where we can then move in between the screens of both navigators. Also...Discuss·22 likes·1.1K readsTHW Mobile Apps
Estee Teyblog.esteetey.dev·May 20, 2022FeaturedA Quick Guide To Building Good React Native Mobile AppsIt’s been around 5 months since I started learning React Native with Typescript. Here are some tips, tricks & resources that I’ve gathered along the way which may help you on the following topics: Project Templates Local Storage, SVG, Accessibility,...Agrit Tiwari and 4 others are discussing this5 people are discussing thisDiscuss·105 likes·4.6K readsTHW Mobile Apps
Utsav bhattaraiutsavbhattarai.hashnode.dev·May 20, 2022Difficulties when Web developer dive into Mobile app development😓When Web developer's dive in the ocean🌊 of Mobile app development, Developer will get difficult to swim on it. Likewise, Many errors and bug will be emersed which are difficult to be solved because We aren't familiar with them. Its been 3 months whe...Discuss·30 likes·79 readsTHW Web Apps
Carolineakinyi.hashnode.dev·May 20, 2022Tips To Help You With Your Developer Journey: Stumbling Blocks To Web Applications Development And How To Navigate Them Using Mobile AppsThere are many people who want to work as application developers. It may be web app development or mobile app development. However, they believe they lack the necessary skills and tools to begin their journey. So, in this blog, I'll share with you m...Discuss·68 readsTHW Mobile Apps
Rajesh Khadkablog.rajeshkhadka.info.np·May 19, 2022Stop blindly following coding tutorials !!During my early days of programming I used to watch a lot of YouTube project / coding tutorials. I was doing nice, just by splitting two windows, vs code on the left side and YouTube on the right side. Just shown above. I was doing good but was no...Discuss·42 likes·320 readsTHW Web Apps
Ayush Pawarcswithiyush.hashnode.dev·May 19, 2022A Complete Guide to GetX for Beginners in Flutter.Introduction 😁 It's time to learn about another state management solution to make your Flutter apps better and faster. Today, we will deep dive into GetX state management for Flutter. In the last article, we learned about Provider and how to use it ...Cornelius Müller and 1 other are discussing this2 people are discussing thisDiscuss·100 likes·815 readsFlutterTHW Mobile Apps
Abhishek Saxena5abhisheksaxena.hashnode.dev·May 19, 2022Conditionals, An Easier Design Decision But A Poor ChoiceSwitch case has made our lives so much easier since the day we started programming. It solves problems when we have multiple options for a single input and have to decide which path to go. ….but often we use it and make our lives tough when it comes ...Discuss·152 readsTHW Mobile Apps