Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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"

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

![alt text](https://github.com/kataponcoe/rot_gridview/blob/master/screenshoot/gridview.png?raw=true)