Zoomrecylerlayout

Zoom Recycler Layout Manager For Android Kotlin
Alternatives To Zoomrecylerlayout
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Zoomrecylerlayout403
3 years agoKotlin
Zoom Recycler Layout Manager For Android Kotlin
Material Backdrop198
3 years ago1mitKotlin
A simple solution for implementing Backdrop pattern for Android
Uistatus128
3 years ago3Java
一个简单且强大的Ui状态视图控制库!
Constraintlayout Sample100
4 years ago1Java
A demo app to showcase constraint layout implementation in Android
Nestedradiobutton58
2 years ago2April 05, 20214apache-2.0Java
An implementation of RadioButton and RadioGroup allowing to have radio buttons any layout level under a radiogroup.
Happytimer37
2 years ago1apache-2.0Kotlin
This is an android lib which helps you to implement Timer in your android app. This is 100% written in Kotlin.
Vlcandroidmultiwindow33
9 months ago2Java
Multi-window android mediaplayer based on vlc
Whatsapp_android_app22
4 years agoJava
This is sample code for layout for chatting app like Whatsapp.
Androli20
5 years agomitPascal
Explore the view layout of Android apps in 3D.
Userapp Android19
9 years agomitJava
This SDK adds user authentication and management to your Android app with UserApp.
Alternatives To Zoomrecylerlayout
Select To Compare


Alternative Project Comparisons
Readme

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.

Popular Layout Projects
Popular Android App Projects
Popular User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Kotlin
Layout
Android App
Android Studio
Kotlin Android
Animation Library
Recyclerview Item Animation