https://github.com/poncoe/rot_gridview
This repository learns about how to create a gridview. gridview example is taken from the "Republic of Telesandi" Application project || repositori ini mempelajari tentang cara membuat sebuah gridview. contoh gridview di ambil dari projek Aplikasi "Republic of Telesandi"
https://github.com/poncoe/rot_gridview
android android-ui androidstudio gridview
Last synced: about 2 months ago
JSON representation
This repository learns about how to create a gridview. gridview example is taken from the "Republic of Telesandi" Application project || repositori ini mempelajari tentang cara membuat sebuah gridview. contoh gridview di ambil dari projek Aplikasi "Republic of Telesandi"
- Host: GitHub
- URL: https://github.com/poncoe/rot_gridview
- Owner: poncoe
- Created: 2018-01-09T16:31:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T17:43:27.000Z (over 8 years ago)
- Last Synced: 2025-05-18T07:11:41.261Z (about 1 year ago)
- Topics: android, android-ui, androidstudio, gridview
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=id.syntaxtelesandi.telesandiproject
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rot_gridview
This repository learns about how to create a gridview. gridview example is taken from the "Republic of Telesandi" Application project
indonesia :
repositori ini mempelajari tentang cara membuat sebuah gridview. contoh gridview di ambil dari projek Aplikasi "Republic of Telesandi"
# How to Build Grid
in the grid you can create the grid as you wish, well like you want to create for example 3 colom grid this way:
Indonesia :
dalam grid tersebut anda dapat membuat grid sesuai yang anda inginkan, yah seperti anda ingin membuat misalnya 3 colom grid dengan cara seperti ini :
```javascript
Open the xml in project (activity_main.xml)
Untuk Merubah Kolom Gridview Sesuai Keinginan Anda || To Change the Gridview Column As You Desire
android:stretchMode="columnWidth"/>
```
# Screenshoot
