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

https://github.com/mdecker-mobilecomputing/android_fragment

Android app that shows how to use a fragment for the input of a geographic coordinate.
https://github.com/mdecker-mobilecomputing/android_fragment

android fragments geolocation github-actions

Last synced: about 2 months ago
JSON representation

Android app that shows how to use a fragment for the input of a geographic coordinate.

Awesome Lists containing this project

README

          

# Android-App "Fragments" #


Dieses Repository enthält ein Android-Studio-Projekt für eine native Android-App mit Java, die
die Verwendung von [Fragmenten](https://developer.android.com/guide/components/fragments)
demonstriert.
Fragmente sind wiederverwendbare UI-Komponenten, die aus verschiedenen UI-Elementen bestehen und
auch eigene Logik enthalten können.
Im vorliegenden Fall wird ein Fragment gezeigt, in das man geografische Koordinaten
(z.B. 51.507222° N and 0.1275° W für
[London](https://tools.wmflabs.org/geohack/geohack.php?pagename=London&params=51_30_26_N_0_7_39_W_region:GB_type:city(8825000))) eingeben kann.


Siehe auch [dieses Repo](https://github.com/MDecker-MobileComputing/Android_Kalorienrechner) für eine andere Beispiel-App zu Fragmenten.


----

## Screenshots ##


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

![Screenshot 3](screenshot_3.png)


----

## License ##


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