• Stars
    star
    798
  • Rank 55,178 (Top 2 %)
  • Language
    Kotlin
  • Created over 4 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🎢 Zoom Recycler Layout Manager For Android Kotlin

Zoom Recyler Layout

platform API GitHub license

An beautiful Zoom Animation Library for RecyclerView Items in Android using Kotlin.

Preview

gif

1. Horizontal Scroll 2. Vertical Scroll

About

An beautiful Zoom Animation for RecyclerView Items in Android using Kotlin.

Dependency

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Dependency

Add dependency in your app module

	dependencies {
	        implementation 'com.github.Spikeysanju:ZoomRecylerLayout:1.0'
	}

Usage

Kotlin

        val linearLayoutManager = ZoomRecyclerLayout(this)

Detailed Usage


        val linearLayoutManager = ZoomRecyclerLayout(this)
        linearLayoutManager.orientation = LinearLayoutManager.HORIZONTAL
        linearLayoutManager.reverseLayout = true
        linearLayoutManager.stackFromEnd = true
        recyclerView.layoutManager = linearLayoutManager // Add your recycler view to this ZoomRecycler layout

Orientation Types


        linearLayoutManager.orientation = LinearLayoutManager.HORIZONTAL
        linearLayoutManager.orientation = LinearLayoutManager.VERTICAL

        

Use SnapHelper for Auto Center Views

        val snapHelper = LinearSnapHelper()
        snapHelper.attachToRecyclerView(recyclerView) // Add your recycler view here
        recyclerView.isNestedScrollingEnabled = false

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal

License



    Copyright 2020 Spikey sanju

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

More Repositories

1

MotionToast

🌈 A Beautiful Motion Toast Library for Kotlin Android
Kotlin
1,320
star
2

Expenso

📊 A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture
Kotlin
884
star
3

Einsen

🎯 Einsen is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Kotlin
858
star
4

JetQuotes

🔖 A Quotes Application built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Kotlin
492
star
5

Wiggles

🐶 Beautiful Puppy adoption app with Jetpack Compose #AndroidDevChallenge
Kotlin
417
star
6

Epoch

⏱ A simple stop watch app built to demonstrate the use of Jetpack Compose
Kotlin
72
star
7

JetQuotes-Desktop

🔖 A Quotes Application built to Demonstrate the Compose for Desktop UI
Kotlin
64
star
8

Dashboard-UI-Android

Simple Dashboard UI in Android Studio
Kotlin
45
star
9

HeyBooks

HeyBooks is a sample application built to demonstrate the use of Jetpack Compose UI Toolkit with Modern android architecture components!
Kotlin
34
star
10

Mini-Notes-App-Realm

📘 A Mini Notes App Powered by Realm DB as Backend
Kotlin
32
star
11

Picto

🌌 An MVVM Sample project with custom Image Loading Library
Kotlin
19
star
12

Tourism

⛰ A simple tourism app UI & With dummy data.
Kotlin
12
star
13

Custom-TabBar-Layout-Android

Custom TabBar Layout in android using Kotlin.
Kotlin
11
star
14

Pineberry-Splash-Screen-Android

📱 An simple splash screen in android using Kotlin
Kotlin
8
star
15

FlashNews-MVVM

🗞 A Flash News is an app built with Google's Official AAC.
Kotlin
7
star
16

Furniture-App

This is an furniture sales app where user can buy furniture and sofas in online.It's similar to Ecommerce application. We can sort list, filter and add to favourites and carts.
Java
4
star
17

Spikeysanju

A Passionate Android Developer & UI/UX Designer
4
star
18

spikeysanju.com

Welcome to my portfolio! This repository is currently being actively developed and will be frequently updated. While it hasn't been officially launched yet, you're welcome to take a look at it. Please note that all of the content within this portfolio is just dummy text at the moment.
Svelte
4
star
19

Lynkz

Personalised Link sharing app
Kotlin
2
star
20

TodoNotesWeb

This the the webpage for todo notes app.
HTML
2
star
21

CompostAnimations

A sample application to breakdown complex animation into smaller chunks.
Kotlin
2
star
22

QuotesApp

A Minimal Quotes App Built to Describe the use of MVVM Architecture using SwiftUI
Swift
2
star
23

Saviour-Android

IOT application for accident tracker in realtime with raspberry pi 3 & gps sensors
Kotlin
2
star
24

Coil-Image-Loader-And

A Sample App for Coil Image Loader Library for Android using Kotlin!...
Kotlin
2
star
25

ShoppingList

Shopping List Todo
Java
1
star
26

Dozlog

Svelte
1
star
27

Patio

A Simple Patient Managment App powered by Firebase
Kotlin
1
star
28

Todo-App-SwiftUI

This is Todo App made with Swift UI & Core Data
Swift
1
star
29

SIEMENS

A Simple PDF Generate App
Java
1
star
30

Video_templates

All my library screenshot & videos
1
star