All Projects → Spikeysanju → Zoomrecylerlayout

Spikeysanju / Zoomrecylerlayout

🎢 Zoom Recycler Layout Manager For Android Kotlin

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Zoomrecylerlayout

media-picker
Easy customizable picker for all your needs in Android application
Stars: ✭ 167 (-72.98%)
Mutual labels:  android-development, android-application, android-ui, android-studio, android-app, androidstudio
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-83.01%)
Mutual labels:  android-app, android-studio, androidstudio, android-application, android-development, android-ui
Androidkex
Extensions for Kotlin. Use the power of Kotlin to make your code smaller and beautiful.
Stars: ✭ 35 (-94.34%)
Mutual labels:  android-app, android-studio, androidstudio, android-application, android-development, android-ui
Modern Android Development
Modern Android Development tools & key points
Stars: ✭ 219 (-64.56%)
Mutual labels:  android-app, android-studio, androidstudio, android-application, android-development, android-ui
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (-77.83%)
Mutual labels:  android-app, android-studio, androidstudio, android-application, android-development, android-ui
Android Inappbilling
A sample which uses Google's Play Billing Library and it does InApp Purchases and Subscriptions.
Stars: ✭ 114 (-81.55%)
Mutual labels:  android-app, android-studio, androidstudio, android-application, android-development, android-ui
Cameraxdemo
A sample camera app with CameraX API from Android Jetpack
Stars: ✭ 112 (-81.88%)
Mutual labels:  android-app, android-studio, androidstudio, android-application, android-development, android-ui
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-97.9%)
Mutual labels:  android-development, android-application, android-ui, android-studio, android-app
RecyclerELE
Android Library for easy addition of Empty, Loading and Error views in a RecyclerView
Stars: ✭ 27 (-95.63%)
Mutual labels:  recyclerview, android-development, android-ui, recyclerview-adapter, androidstudio
Datingapp
Dating UI kit is used for online meet up with girls and boys . The screen contains more than 30 icons and most of all required elements required to design an application like this. The XML and JAVA files contains comments at each and every point for easy understanding. Everything was made with a detail oriented style and followed by today's web trends. Clean coded & Layers are well-organized, carefully named, and grouped.
Stars: ✭ 97 (-84.3%)
Mutual labels:  android-app, androidstudio, android-application, android-development, android-ui
Notzz App
📝 A Simple Note-Taking App built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, State Flow, Hilt-Dependency Injection, Jetpack DataStore, Architecture Components, MVVM, Room, Material Design Components).
Stars: ✭ 158 (-74.43%)
Mutual labels:  android-app, android-studio, android-development, recyclerview, android-ui
Biometric-Authentication-Android
A sample implementation of AndroidX biometrics API using Kotlin. Authenticate using biometrics or PIN/Password if biometrics isn't available on device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
Stars: ✭ 29 (-95.31%)
Mutual labels:  android-development, android-ui, android-studio, android-app, androidstudio
AndroidBatteryStats
Displays all battery stats of an Android device using broadcast receiver.
Stars: ✭ 20 (-96.76%)
Mutual labels:  android-development, android-application, android-ui, android-app, androidstudio
App-Manager-Android
An app manager for Android written in Kotlin. View app related info, launch or uninstall apps.
Stars: ✭ 31 (-94.98%)
Mutual labels:  recyclerview, android-app, recyclerview-adapter, androidstudio
android-custom-view
No description or website provided.
Stars: ✭ 15 (-97.57%)
Mutual labels:  android-development, android-ui, android-studio, android-app
CustomFontView
Custom View classes for TextView, EditText & Buttons - to set custom fonts
Stars: ✭ 26 (-95.79%)
Mutual labels:  android-application, android-ui, android-studio, android-app
Tableview
TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
Stars: ✭ 2,928 (+373.79%)
Mutual labels:  android-development, recyclerview, android-ui, recyclerview-adapter
PlantShopUI-Android
Check out the new style for App Design aims for the Online Plant Shop Service using jetpack compose...😉😀😁😎
Stars: ✭ 29 (-95.31%)
Mutual labels:  android-development, android-application, android-ui, android-app
Fastadapter
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
Stars: ✭ 3,512 (+468.28%)
Mutual labels:  android-development, recyclerview, android-ui, recyclerview-adapter
Android-MonetizeApp
A sample which uses Google's Play Billing Library and it makes In-app Purchases and Subscriptions.
Stars: ✭ 149 (-75.89%)
Mutual labels:  android-development, android-studio, android-app, androidstudio

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].