ReExtabout-reext.hashnode.dev·Feb 11, 2025Final 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
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
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
Juliet Akani Ngomaniroboticsleannacodes.hashnode.dev·Feb 8, 2025Crafting Seamless Experiences: The Crucial Role of UI and UX Design in Modern Software DevelopmentIntroduction In today's fast-paced digital landscape, software isn't just about functionality—it's about delivering an experience. User Interface (UI) and User Experience (UX) design are at the heart of creating applications that not only work well b...1 likeUX/UI Design 👩🎨learn coding
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
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
Vedant Gargandroidguide.hashnode.dev·Feb 7, 2025Android UI Essentials: Crafting Stunning & Interactive InterfacesIntroduction to UI in Android XML - eXtensible Markup Language is a markup language used to create layouts for application screen in Android Development. Layout defines the structure of the User Interface in our application. Layout in Android is buil...Android DesignAndroid
Johnny Santamariadaily-ui-challenge-intro.hashnode.dev·Feb 7, 2025Mastering React: Day 17 - Building Powerful Analytics ChartsIf you want to see yesterday's challenge: Receipt Interface in React If you want to try the challenge yourself: DailyUI Today, we're designing analytics charts, an essential feature for modern data visualization. I've created a flexible, interactive...React
Mouad Oumousoumousmouad.hashnode.dev·Feb 4, 2025Understanding @Composable and @Preview Annotations in Jetpack ComposeIntroduction Jetpack Compose is a modern UI toolkit for Android that simplifies UI development with a declarative approach. At the core of Compose are @Composable and @Preview annotations, which allow you to build and preview UI components efficientl...Compose UI Components Tutorialandroid app development