Flutter is a powerful framework that allows developers to create rich and engaging user experiences. Here are some ideas for creating great user experiences with Flutter. Custom Animations Flutter allows developers to create custom animations that can be used to add visual interest and interactivity to the user interface. Animations can be used to create…
Category: Graphical User Interface
Category containing articles about Graphical User Interfaces
Flutter vs Java Graphical User Interface Frameworks
Here is my presentation and prepared text for the lecture “Flutter vs Java Graphical User Interface Frameworks” – given at http://polyglot4dev.com/ presented in the summer of 2022. In this post I’ll try to tell stuff that I didn’t managed to say, write, or emphasise before. Flutter vs Java Graphical User Interface Frameworks – text from…
How to pinch Flutter to your Manager
If you want to persuade your manager to use Flutter for your next mobile app development project, here are a few points you might consider: By highlighting the benefits of Flutter, you can help convince your manager that it is the right choice for your next mobile app development project. It may also be helpful…
Why Choose Flutter Framework for CTO
As a CTO, you have a lot of responsibilities and must make many important decisions about the technology and tools your team uses. One framework that you may want to consider is Flutter, a cross-platform mobile app development framework created by Google. As part of Google – this may come with pros and cons. The…
Pixel Perfect is dead, long Live the Pixel Perfect! and Flutter
Pixel Perfect is death, long Live the Pixel Perfect, and I’ll recommend Flutter – without any personal gain from it! If you code for Web, Desktop, Android, iOS or Flutter as All – you know what I fight against. There are incoming requirements, there are users and customers, there are technical tools and limits. A…
Backend Developer into the Frontend World Madness
Being half-Backend (Full-stack) Developer I cannot stop myself from looking at the Frontend World as some kind of mindless madness. I’ve talked before how concepts are renamed and reimplemented. In this article I’m gonna include few more items. Back-end approach in the Front-End The backend developers often don’t care about the size of the systems…
How to show Responsive Images? HTML Markup
In this article you will learn to code Responsive Images with Just Markup HTML Code. In the past making images on Web Sites and Apps involved several solutions: (JavaScript) Code Listeners CSS classes, attributes and properties – grouped with around Media Queries. Totally different Web Pages An alternative approach nowadays is using Progressive Images. But,…
How to Change the Theme in the Big Operating Systems
As we wrote in our first article having dark and light Theme Modes has become important user experience element of every user interface framework. Change the Theme Setting Windows 10 Click on the [Window Button] and search Settings. From the list of items – select Personalization. From the list in the left Select Colors. In…