InfiniteGridView
Create infinite grid in Android in the simplest way possible.
Install / Use
/learn @slaviboy/InfiniteGridViewREADME
InfiniteGridView Android
Simple library for creating infinite grid written in Kotlin
<img alt="cookie monster" src="https://github.com/slaviboy/InfiniteGridView/blob/master/screens/image11.png">About
The library contains a InfiniteGridView that is used to create a infinite grid that can have transformations applied to it, such as rotation, translation and scaling using the finger gestures made by the user. It is generating, only the lines that are visible by the user and displayed in the view. Lines are generated in real time using simple math algorithms that can be found on the official Wiki page.
Add to your project
Add the jitpack maven repository
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
dependencies {
implementation 'com.github.slaviboy:InfiniteGridView:v0.1.0'
}
How to use
To create a InfiniteGridView just include the code below in your main activity layout file.
<com.slaviboy.infinitegridview.InfiniteGridView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#46ADE8"
app:horizontalNormalLinesColor="#ffffff"
app:horizontalThickLinesColor="#ffffff"
app:verticalNormalLinesColor="#ffffff"
app:verticalThickLinesColor="#ffffff" />
For supported properties and more about how to customize the grid, check the section on the Wiki page.
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
