Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/android_relativlayoutdemo
Android app demonstrating RelativeLayout
https://github.com/mdecker-mobilecomputing/android_relativlayoutdemo
android relativelayout
Last synced: 4 days ago
JSON representation
Android app demonstrating RelativeLayout
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/android_relativlayoutdemo
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2018-09-30T16:19:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T21:02:05.000Z (about 1 year ago)
- Last Synced: 2024-04-13T23:08:57.257Z (7 months ago)
- Topics: android, relativelayout
- Language: Java
- Homepage:
- Size: 301 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 "RelativeLayout-Demo" #
Dieses Repository enthält den Quellcode einer nativen Android-App (Java), welche das [RelativeLayout](https://developer.android.com/reference/android/widget/RelativeLayout)
demonstriert.
Das Android-Studio-Projekt enthält mehrere Layout-Dateien, die durch ein-/auskommentieren in der Klasse
[MainActivity](app/src/main/java/de/mide/relativelayoutdemo/MainActivity.java#L28) sichtbar gemacht werden können.
----
## Screenshots ##
![Screenshot 1](screenshot_1.png)
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).