https://github.com/google-developers-sohag/simplecounterapp
From Android Beginners series
https://github.com/google-developers-sohag/simplecounterapp
android-application kotlin layout xml
Last synced: about 2 months ago
JSON representation
From Android Beginners series
- Host: GitHub
- URL: https://github.com/google-developers-sohag/simplecounterapp
- Owner: Google-Developers-Sohag
- License: bsd-3-clause
- Created: 2022-03-10T22:52:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T07:28:41.000Z (over 4 years ago)
- Last Synced: 2025-01-08T07:41:46.790Z (over 1 year ago)
- Topics: android-application, kotlin, layout, xml
- Language: Kotlin
- Homepage:
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleCounterApp
Describes a simple android app using kotlin.
An app that counts on an integer and prints the result to the user.
At the end of this session, you should learn :
1) How to create a basic android application using kotlin.
2) How to use XML (Extensible Markup Language) to design an activity layout.
3) How to use android views inside an xml file.
4) How to use android views' listeners to listen for button clicks.
5) Basic android resources files.
## The proposed layout :

## Layout Margins and Gravity :

## Padding :
