Skip to content

Instantly share code, notes, and snippets.

View rex50's full-sized avatar
🖐️
Hi there!

Pavitra rex50

🖐️
Hi there!
View GitHub Profile
@rex50
rex50 / EndlessRecyclerOnScrollListener.kt
Created November 7, 2022 10:52
Helper class for pagination
package com.rex50.mausam.utils
import androidx.recyclerview.widget.GridLayoutManager
import androidx.recyclerview.widget.LinearLayoutManager
import androidx.recyclerview.widget.RecyclerView
import androidx.recyclerview.widget.StaggeredGridLayoutManager
/*
* Usage in Kotlin
@rex50
rex50 / commit_standards.md
Last active November 17, 2021 05:46 — forked from sz32/commit_standards.md
Below is a recommended format for writing a commit messages, for finding a commit faster and easier 😎

A properly formed Git commit subject line should always be able to complete the following sentence:

  • If applied, this commit

Format:

[type](optional scope): [subject]

[optional body]

@rex50
rex50 / .gitignore
Created November 7, 2021 13:23
Git ignore paths for a Android preoject
# Built application files
*.apk
*.ap_
# Generated files
bin/
gen/
out/
# IntelliJ