Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T17:43:27.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T08:47:06.408Z (about 2 months 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: 2
- 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 projectindonesia :
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
![alt text](https://github.com/kataponcoe/rot_gridview/blob/master/screenshoot/gridview.png?raw=true)