ReExtabout-reext.hashnode.dev·15 hours agoFinal Touches, Optimization & DeploymentIntroduction Congratulations on making it to the final installment of our 9-part series on building a time-tracking app with React and ReExt! Today, we’ll bring everything together, focusing on the final touches, optimizing your app for performance, ...React
Rahul Marbanmarban.hashnode.dev·17 hours agoWhat even is UI?When people hear UI (User Interface) design, they often think of buttons, colors, and making things look nice. While those are part of it, UI is much deeper. it’s about how users interact with a product visually and functionally. A good UI makes inte...Simplifying UI designingUI
Johnny Santamariadaily-ui-challenge-intro.hashnode.dev·Feb 9, 2025Learn to Make a Location Tracking App file Using React and MapboxIf you want to see yesterday's challenge: Building a leaderboard component If you're going to try the challenge yourself: DailyUI Overview Today we will create a location tracking app using React and Mapbox. Our application will allow users to share ...React
Juliet Akani Ngomaniroboticsleannacodes.hashnode.dev·Feb 8, 2025Why UI and UX MattersFirst Impressions Count Users often judge an app within seconds. A clean, attractive UI can captivate users instantly, encouraging them to explore further. Enhanced Usability Good UX design ensures that users can achieve their goals efficiently. I...6 likesUX/UI Design 👩🎨UX
Johnny Santamariadaily-ui-challenge-intro.hashnode.dev·Feb 8, 2025Building a Dynamic Game Leaderboard Modal with React and Tailwind CSS“In a world that’s changing really quickly, the only strategy that is guaranteed to fail is not taking risks.” – Mark Zuckerberg Mark Zuckerberg is the co-founder and CEO of Facebook, who has seen firsthand how competitive elements in social platfo...React
Juliet Akani Ngomaniroboticsleannacodes.hashnode.dev·Feb 8, 2025An invitation to InnovateHave you ever pondered how emerging technologies like Artificial Intelligence or Virtual Reality could revolutionize UI and UX design? Integrating AI can lead to personalized experiences that adapt to each user, while VR can create immersive environm...UX/UI Design 👩🎨innovation
Juliet Akani Ngomaniroboticsleannacodes.hashnode.dev·Feb 8, 2025Next Steps for Aspiring DevelopersExpand Your Skillset: Consider learning tools like Figma or Adobe XD for UI/UX design mockups. Explore courses or workshops on design thinking. Build a Portfolio Project: Create a small app or website focusing heavily on UI/UX. Perhaps redesign...UX/UI Design 👩🎨UI
Vedant Gargandroidguide.hashnode.dev·Feb 8, 2025Android RecyclerView Mastery: Your Ultimate GuideIntroduction RecyclerView is a flexible way to display a large collection of views. It is more efficient than GirdView, as it recycles the views that are out of visibility and reduces memory consumption. class RecyclerView : ViewGroup, ScrollingView,...Android DesignAndroid
Mouad Oumousoumousmouad.hashnode.dev·Feb 7, 2025UI Handling in Android Activities: XML Layouts, setContentView(), and View BindingIntroduction When building Android applications, managing the User Interface (UI) inside an Activity is a fundamental skill. Android provides multiple ways to define and manipulate UI components, including XML layouts, findViewById(), and View Bindin...1 likeActivity Tutorialandroid app development
Vedant Gargandroidguide.hashnode.dev·Feb 7, 2025Mastering Android Layouts: A Guide to ViewGroups and Their Key AttributesIntroduction ViewGroups in Android Kotlin are containers that hold and manage child views (other Views or ViewGroups). They define the layout structure for the views they contain and determine how child views are positioned and displayed on the scree...Android DesignAndroid