GDevCon North America 2025/Fun With User Interface Abstraction: Difference between revisions
Appearance
Created page with "{{infobox |category=presentation |name=LabVIEW Autocomplete |icon=GDevCon-NAButton.png |presentation-conference=GDevCon North America 2025 |presentation-presenter=Jim Fowler }} {{presentation |title=LabVIEW Autocomplete |presenters=Jim Fowler |abstract=This presentation demonstrates how to implement multiple user interfaces for an application without requiring any of the user interfaces to implement any functionality. Advantages to this approach include eliminating the..." |
m fix presentation title |
||
| Line 1: | Line 1: | ||
{{infobox | {{infobox | ||
|category=presentation | |category=presentation | ||
|name= | |name=Fun With User Interface Abstraction | ||
|icon=GDevCon-NAButton.png | |icon=GDevCon-NAButton.png | ||
|presentation-conference=GDevCon North America 2025 | |presentation-conference=GDevCon North America 2025 | ||
| Line 8: | Line 8: | ||
{{presentation | {{presentation | ||
|title= | |title=Fun With User Interface Abstraction | ||
|presenters=Jim Fowler | |presenters=Jim Fowler | ||
|abstract=This presentation demonstrates how to implement multiple user interfaces for an application without requiring any of the user interfaces to implement any functionality. Advantages to this approach include eliminating the potential need to write multiple variants of the application and the ability to customize user interfaces for different use cases with minimal or no changes to the application. | |abstract=This presentation demonstrates how to implement multiple user interfaces for an application without requiring any of the user interfaces to implement any functionality. Advantages to this approach include eliminating the potential need to write multiple variants of the application and the ability to customize user interfaces for different use cases with minimal or no changes to the application. | ||
Latest revision as of 07:09, 28 August 2025
| Fun With User Interface Abstraction | |
|---|---|
| Conference | GDevCon North America 2025 |
| Presenters | Jim Fowler |
Fun With User Interface Abstraction by Jim Fowler
This presentation demonstrates how to implement multiple user interfaces for an application without requiring any of the user interfaces to implement any functionality. Advantages to this approach include eliminating the potential need to write multiple variants of the application and the ability to customize user interfaces for different use cases with minimal or no changes to the application. The implementation presented is elegant, scalable, reusable and is bound to afford developers maximum flexibility in meeting changing interface requirements without impacting a project's schedule.