https://github.com/mdecker-mobilecomputing/iatacodesforwearos
Android Studio project for an WearOS app to query IATA codes for airports and airlines
https://github.com/mdecker-mobilecomputing/iatacodesforwearos
wearos
Last synced: 2 months ago
JSON representation
Android Studio project for an WearOS app to query IATA codes for airports and airlines
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/iatacodesforwearos
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2018-08-25T21:26:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-23T19:45:05.000Z (over 4 years ago)
- Last Synced: 2025-02-24T00:27:15.813Z (8 months ago)
- Topics: wearos
- Language: Java
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WearOS-App: "IATA Codes" #
This repository contains the source code (Android Studio project) for a simple WearOS app.
The app demonstrates how a WearOS app for querying
[IATA (International Air Transport Association)](https://en.wikipedia.org/wiki/International_Air_Transport_Association)
codes for airports (e.g. "FRA" for the airport "Frankfurt a.M., Germany") and
airlines (e.g. "LH" for the airline "Lufthansa") could work.
It is **not for productive use** since it contains only a tiny subset of the IATA codes for airports and airlines.The author of this app is not related to the IATA in any way.
See [this repository](https://github.com/MDecker-MobileComputing/Ionic_IataCodes) for an Ionic app with similar functionality.
----
## Screenshots ## 
 
Screenshots were taken from emulator.
----
# License #See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).