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

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

Native Android-App (Java) für Demo Relative-Layout
https://github.com/mdecker-mobilecomputing/android_relativlayoutdemo

android github-actions relativelayout

Last synced: about 2 months ago
JSON representation

Native Android-App (Java) für Demo Relative-Layout

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).