© 2023 Hashnode
#responsive-designs
Introduction: In today's world, mobile devices account for more than half of the total internet traffic. Therefore, creating responsive websites and applications has become essential. Responsive web d…
Introduction When developing mobile apps user experience (UX) is key. Today, we will have a look at the role device orientation plays for user experience and how you can take advantage of .NET MAUI's …
In today's digital age, web developers need to design websites that are optimized for mobile devices. Mobile devices account for the majority of web traffic, so a mobile-first approach to web design i…
Learn how to make responsive screens with Flutter. If you are a Mobile Developer then you must know the importance of making responsive screens for sure. Also, it's a challenge for all of us developers to make screens responsive. Now the q…
In this article, we will be learning how to build a responsive web app using Material-UI on top of ReactJs. N:B Will be referring to Material-UI as MUI So what is MUI you asked, MUI is an open-source React component library that implements …
In Flutter, responsive designs can be achieved by using a combination of different techniques. Here are a few ways to create responsive designs in Flutter: Use the `MediaQuery` class: The MediaQuery …
In today's world, more people are accessing the internet through their mobile devices than ever before. In fact, mobile internet usage has surpassed desktop usage, making it crucial for web developers…
Introduction Media Queries allows us to apply custom styles based on some set conditions such as media types ( e.g. print, screen & speech etc.) and media features ( e.g. width, orientation, resolutio…
As a young curious unemployed graduate, I had enough time to go through different things and asked myself several questions to which I still haven’t found answers yet. While on the verge of learning n…
Flutter's support on mobile, desktop and web brought a new challenge in our lives: Supporting different screen sizes and adapting our design. Most of the time developers have tendency to think with th…