You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
katia-energizer
a32f56bebd
|
12 months ago | |
---|---|---|
.. | ||
Accessibility | 3 years ago | |
Context_Menu | 2 years ago | |
Desktop_Components | 3 years ago | |
Getting_Started | 2 years ago | |
HTML | 1 year ago | |
Image_And_Icons_Manipulations | 2 years ago | |
Keyboard | 3 years ago | |
Mouse_Events | 2 years ago | |
Native_distributions_and_local_execution | 1 year ago | |
Navigation | 1 year ago | |
Signing_and_notarization_on_macOS | 1 year ago | |
Swing_Integration | 3 years ago | |
Tab_Navigation | 2 years ago | |
Tray_Notifications_MenuBar_new | 2 years ago | |
UI_Testing | 1 year ago | |
Window_API_new | 1 year ago | |
checker | 2 years ago | |
README.md | 12 months ago |
README.md
Tutorials
iOS + Android + Desktop
Desktop
- Image and icon manipulations
- Mouse events and hover
- Scrolling and scrollbars
- Tooltips
- Context Menu
- Top level windows management
- Menu, tray, notifications
- Keyboard support
- Tab focus navigation
- Swing interoperability
- Navigation
- Accessibility
- Building a native distribution
- UI testing
Web (based on Wasm)
General
Google's Foundation and Design tutorials were originally written for Android but can be used as a reference for other targets.
Libraries
HTML
The Compose HTML library allows you to build reactive user interfaces for the web in Kotlin using the concepts and APIs of Compose to express the state, behavior, and logic of your application.
The HTML library provides multiple ways of declaring user interfaces in Kotlin with an ability to fully control your website layout with a declarative HTML/CSS API.
Note that this library doesn't support Kotlin/Wasm yet.