InfoQ Homepage GUI Content on InfoQ
-
Android Studio Flamingo Brings Live Edit for Composable, Improved Build Toolchain, and More
The latest stable release of Android Studio, dubbed Flamingo, brings Live Edit for Composable UIs, new app inspection features, updated IntelliJ, and more.
-
Generating Text Inputs for Mobile App Testing Using GPT-3
A group of researchers from the Chinese Academy of Sciences and Monash University have presented a new approach to text input generation for mobile app testing based on a pre-trained large language model (LLM). Dubbed QTypist, the approach was evaluated on 106 Android apps and automated test tools, showing a significant improvement of testing performance.
-
Jetpack Compose 1.2 Includes Lazy Grids, Support for Google Fonts, and More
Jetpack Compose 1.2 stabilizes a number of features, including lazy grids, nested scroll, easing curve for animations, and more. In addition, it brings several new experimental features, like custom layouts and downloadable fonts, and fixes many issues.
-
Jetpack Compose 1.1 Improves Performance and Visual Consistency
The recent 1.1 release of Android's declarative UI toolkit Jetpack Compose improves accessibility of all touch targets, adds an image vector cache to improve performance, and stabilizes a few experimental APIs.
-
Flutter 2.10 Brings Stable Windows Support
With the release of version 2.10, UI framework Flutter extends the number of supported platforms by including stable Windows support. In addition, the new release brings performance improvements and begins the transition to Material 3.
-
Ubuntu Frame Aims to Power Ubuntu Core-Based Kiosks
Ubuntu Frame aims to power graphical applications for embedded devices like interactive kiosks, smart retail solutions, and so on.
-
Qt 6 Improves QML, Adopts C++17, and More
Qt 6 is a new major release of Qt, the free and open-source, cross-platform toolkit for creating GUI apps that powers Linux's KDE desktop environment. While striving to keep full source compatibility, Qt 6 brings many changes, including improved QML, a new graphic architecture, C++17 support, improved tooling, and more.
-
Apple Announces Declarative SwiftUI Framework for Leaner, Faster, Interactive App Development
Apple recently announced at WWDC 2019 the SwiftUI framework for application development across the iOS, macOS, tvOS, and watchOS platforms. SwiftUI relies on a declarative UI programming paradigm, aiming to drastically increase developer productivity and reduce lines of code. Moreover, SwiftUI features an XCode interactive development experience, displaying in real-time the result of their code.
-
Qt 5.5 Adds New GL Modules, Improves Cross-platform Support
Coming only six months after the release of Qt 5.4, Qt 5.5 fixes almost 1500 reported bugs and adds new features, while also ensuring that it will be ready for Windows 10 on time, improving Linux compatibility and OS X parity.
-
Testing Impact of Model Driven Development
By using Model Driven Development component tests could be skipped and integration and system testing went a lot smoother, said Bryan Bakker in the presentation Model Driven Development (MDD) and its impact on testing. Main results from the MDD approach are a reduction of the amount of testing and increased reliability of the code that was generated from a mathematical model.
-
InterState: A Language and Environment for Expressing Interface Behavior
InterState is a new programming language and environment aimed at addressing the challenges of writing and reusing user interface code. InterState's creators Stephen Oney, Brad Myers, and Joel Brandt claim in their paper that InterState can help programmers to better understand, navigate, and reuse their GUI components even with complex interfaces involving thousands of objects.
-
New York Times Lab Introduces Visual Stream Processing Tool
The New York Times R&D Lab has released streamtools, a general purpose, graphical tool for dealing with streams of data, under Apache 2 license.
-
Webix 1.1 Adds Improved Server Side Integration, REST API and XSS Safe Support
The recently released Webix 1.1 includes improved server side integration and bug detection including the ability to disable any view. It also includes support for REST API and enable developers to define XSS safe template in addition to load data from server side.
-
Google Donates WindowBuilder Pro and CodePro AnalytiX to Eclipse
Following on from Google's acquisition of Instantiations and their relaunch of WindowBuilder products, Google has announced that they are donating WindowBuilder Pro and CodePro Profiler to Eclipse.org, with an intention to release simultaneously with Eclipse Indigo in June 2011.
-
Article: What Would Alan Cooper Do?
In this article, Naysawn Naderi makes a summary of About Face 3, Alan Cooper’s book, noting some key takeaway points. The User Interface plays an important role in an application, be it a desktop one, a web application or a mobile one, and the guidelines contained by the article help creating better interfaces.