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.
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/android_fragment
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2019-02-17T20:27:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T14:34:01.000Z (over 2 years ago)
- Last Synced: 2025-01-05T21:09:37.383Z (over 1 year ago)
- Topics: android, fragments, geolocation, github-actions
- Language: Java
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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¶ms=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 ##
 

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