An open API service indexing awesome lists of open source software.

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

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 ##

![Screenshot 1](screenshot_1.png) ![Screenshot 2](screenshot_2.png)

![Screenshot 3](screenshot_3.png) ![Screenshot 4](screenshot_4.png)

Screenshots were taken from emulator.


----
# License #

See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).