https://github.com/mdecker-mobilecomputing/wearos_langeberechnung
WearOS app (project for Android Studio) that shows how to perform long operation (e.g. long calculation) in a background thread.
https://github.com/mdecker-mobilecomputing/wearos_langeberechnung
wearos
Last synced: 8 months ago
JSON representation
WearOS app (project for Android Studio) that shows how to perform long operation (e.g. long calculation) in a background thread.
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/wearos_langeberechnung
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2018-10-28T14:05:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T22:29:01.000Z (almost 7 years ago)
- Last Synced: 2025-01-05T21:09:03.868Z (10 months ago)
- Topics: wearos
- Language: Java
- Size: 167 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WearOS-App "Lange Berechnung"
The repository contains an *Android Studio project* with a WearOS app that shows how to perform long operations (example here: long calculation) in a background thread.
This app is a variation of the Android app [Langlaufende Operationen](https://github.com/MDecker-MobileComputing/Android_LanglaufendeOperationen).
Identifiers (names for classes, variables and methods), (JavaDoc) comments and UI texts are in German only.
----
## Screenshots
 
 
----
# LicenseSee the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).