All Projects → Recyclerviewpresenter → Similar Projects or Alternatives

1113 Open source projects that are alternatives of or similar to Recyclerviewpresenter

Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (+394.19%)
Mutual labels:  mvvm
Multilinedivider
Multi divider in RecyclerView on Android.
Stars: ✭ 13 (-84.88%)
Mutual labels:  recyclerview
Recyclerview Gallery
Recyclerview-Gallery:This library shows you a gallery using RecyclerView.
Stars: ✭ 420 (+388.37%)
Mutual labels:  recyclerview
Android Cardview Recyclerview
Let's play with Android CardView, RecyclerView, Retrofit and Picasso Library. You can read details procedure about those library in my Bengali blog site.
Stars: ✭ 72 (-16.28%)
Mutual labels:  recyclerview
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+387.21%)
Mutual labels:  sort
Wechat
🔥 iOS 利用MVVM + RAC + ViewModel-Based Navigation来搭建微信(WeChat 7.0.0+)的整体基本架构,以及实现微信朋友圈、通讯录、下拉小程序、搜索等主要功能,代码规范惊为天人、注释详解令人发指、细节处理精益求精、核心功能配备文档、接近98%还原度的原生App视觉体验,代码不多,注释多。(持续更新,敬请期待,欢迎Star和Fork…)
Stars: ✭ 870 (+911.63%)
Mutual labels:  mvvm
Wanandroid
🏄 基于Architecture Components dependencies (Lifecycles,LiveData,ViewModel,Room)构建的WanAndroid开源项目。 你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame
Stars: ✭ 410 (+376.74%)
Mutual labels:  mvvm
Subloader
Subloader is a simple and minimalistic subtitle downloader that enables you to quickly find and download subtitles for your video files.
Stars: ✭ 53 (-38.37%)
Mutual labels:  mvvm
Professionalcsharp7
Code samples for the book Professional C# 7 and .NET Core 2.0 (with updates for 2.1), Wrox Press
Stars: ✭ 403 (+368.6%)
Mutual labels:  mvvm
Updateapputils
一行代码快速实现app版本更新
Stars: ✭ 862 (+902.33%)
Mutual labels:  update
Django Bulk Update
Bulk update using one query over Django ORM
Stars: ✭ 404 (+369.77%)
Mutual labels:  update
Unityandroidhotupdate
(Unity3D热更新) provide a way to hot update Unity app on Android, support code&resources, not need lua js or IL runtime etc..., will not disturb your project development; just loading the new version apk file to achieve.
Stars: ✭ 85 (-1.16%)
Mutual labels:  update
Mvvm Juejin
高仿"掘金Android App": databinding + kotlin + rx 的优雅实践。(持续打磨中~)
Stars: ✭ 403 (+368.6%)
Mutual labels:  mvvm
Mvvmhabitcomponent
👕基于MVVMHabit框架,结合阿里ARouter打造的一套Android MVVM组件化开发方案
Stars: ✭ 857 (+896.51%)
Mutual labels:  mvvm
Experimenting With Sort
Experimenting with sort different classical tracking algorithms for real time multiple object tracking (MOT)
Stars: ✭ 403 (+368.6%)
Mutual labels:  sort
Chameleon
🦎Chameleoen deals with the Status of RecyclerView.
Stars: ✭ 52 (-39.53%)
Mutual labels:  recyclerview
Cocos creator mvvm tools
适用于cocos creator 的 mvvm 的工具 集,摆脱传统设置节点属性来控制 UI 的方式
Stars: ✭ 398 (+362.79%)
Mutual labels:  mvvm
Mapme
The Android maps adapter
Stars: ✭ 844 (+881.4%)
Mutual labels:  recyclerview
Nupdate
A comfortable update solution for .NET-applications.
Stars: ✭ 394 (+358.14%)
Mutual labels:  update
Wzxarchitecture
搭建app框架-MVVM+RAC+路由
Stars: ✭ 71 (-17.44%)
Mutual labels:  mvvm
Self update
Self updates for rust executables
Stars: ✭ 394 (+358.14%)
Mutual labels:  update
Flutter adapter
A plugin that adapts the flutter application to different platforms, allowing your flutter application to flexibly and efficiently adapt to various platforms in the same flutter project, maximizing UI multiplexing, and sharing business logic code across different platforms. Support to select different layout styles in real time according to the screen orientation.
Stars: ✭ 27 (-68.6%)
Mutual labels:  adapter
Rendererrecyclerviewadapter
A single adapter with multiple view types for the whole project
Stars: ✭ 1,061 (+1133.72%)
Mutual labels:  recyclerview
Pipupgrade
🗽 Like yarn outdated/upgrade, but for pip. Upgrade all your pip packages and automate your Python Dependency Management.
Stars: ✭ 391 (+354.65%)
Mutual labels:  update
Kodein Mvvm
Example app using Kodein for dependency injection with MVVM and Architecture Components
Stars: ✭ 26 (-69.77%)
Mutual labels:  mvvm
Popupbubble
🅿️ Easily add and customise "New Post" popup button with the feeds (RecyclerView) of your app.
Stars: ✭ 385 (+347.67%)
Mutual labels:  recyclerview
Mvvm
A Flutter MVVM (Model-View-ViewModel) implementation. It uses property-based data binding to establish a connection between the ViewModel and the View, and drives the View changes through the ViewModel.
Stars: ✭ 80 (-6.98%)
Mutual labels:  mvvm
Appupdatewrapper
A wrapper for Android `AppUpdateManager` to encapsulate update workflow
Stars: ✭ 26 (-69.77%)
Mutual labels:  update
Zoomrecylerlayout
🎢 Zoom Recycler Layout Manager For Android Kotlin
Stars: ✭ 618 (+618.6%)
Mutual labels:  recyclerview
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (+343.02%)
Mutual labels:  sort
Mvvmrecurve
MVVM框架, 这个架构支持RestFul风格的Api和GraphQL,你可以根据自身需求添加recurve-retrofit2-support库(RestFul)或recurve-apollo-support库(GraphQL)实现相应的支持。 该架构同时使用纯Kotlin开发,但是你也可以在Java中使用它。
Stars: ✭ 51 (-40.7%)
Mutual labels:  mvvm
Celladapter
CellAdapter simplifies working with RecyclerView. It provides an opportunity to easily support multiple view types, to separate ViewHolders from Adapter class, map data to a view in a convenient way, register and handle UI callbacks for each ViewHolder.
Stars: ✭ 24 (-72.09%)
Mutual labels:  recyclerview
Countdowntask
⌛️A countdown library for Android.
Stars: ✭ 64 (-25.58%)
Mutual labels:  recyclerview
Twig Lambda
Lambda expressions for Twig and filters that make use of them
Stars: ✭ 40 (-53.49%)
Mutual labels:  sort
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+615.12%)
Mutual labels:  sort
Zhumulangma
高仿喜马拉雅Android客户端,单activity多fragme组件化架构(新增ams版)
Stars: ✭ 377 (+338.37%)
Mutual labels:  mvvm
Indexrecyclerview
[DEPRECATED] a Contact list implements by RecyclerView
Stars: ✭ 1,163 (+1252.33%)
Mutual labels:  recyclerview
Recyclerviewtest
RecyclerView 实践学习的demo,其中有基本的列表,表格,瀑布流,进阶的,等等
Stars: ✭ 23 (-73.26%)
Mutual labels:  recyclerview
Gorm Adapter
Gorm adapter for Casbin
Stars: ✭ 373 (+333.72%)
Mutual labels:  adapter
Apps Version Update
高扩展性的多APP版本更新API接口与后台管理系统
Stars: ✭ 50 (-41.86%)
Mutual labels:  update
Themovies
🎬 A demo project for The Movie DB based on Kotlin MVVM architecture and material design & animations.
Stars: ✭ 374 (+334.88%)
Mutual labels:  mvvm
Greet
Greet is a simple social network for Android written using Firebase Cloud Firestore and Cloud Functions
Stars: ✭ 23 (-73.26%)
Mutual labels:  mvvm
Y divideritemdecoration
A common RecyclerView divider , supports the LinearLayoutManager and the GridLayoutManager.
Stars: ✭ 373 (+333.72%)
Mutual labels:  recyclerview
Pinnedrecyclerview Android
Add a list pinned by a floating label (text or image)
Stars: ✭ 81 (-5.81%)
Mutual labels:  recyclerview
Klaster
Declare RecyclerView adapters in a functional way, without boilerplate and subclassing. No compromises on flexibility. If it's possible to do something by subclassing, it's possible to do it with this library.
Stars: ✭ 373 (+333.72%)
Mutual labels:  recyclerview
Sectionpicker
A Custom Android view for fast scroll with sections in lists
Stars: ✭ 22 (-74.42%)
Mutual labels:  recyclerview
Go Github Selfupdate
Binary self-update mechanism for Go commands using GitHub
Stars: ✭ 370 (+330.23%)
Mutual labels:  update
Sketch Name Organizer
🖌 Rename and sort artboards based on their x and y position; Rename layers based on their Style and Symbol.
Stars: ✭ 50 (-41.86%)
Mutual labels:  sort
Pix Ezviewer
一个支持免代理直连+多种额外特性功能优化的第三方 Pixiv android 客户端 | A third-party Pixiv Android client with modern design and many other enhancements
Stars: ✭ 367 (+326.74%)
Mutual labels:  mvvm
Xtoolkit.whitelabel
Modular MVVM framework for fast creating powerful cross-platform applications with Xamarin.
Stars: ✭ 22 (-74.42%)
Mutual labels:  mvvm
Lynket Browser
🌐 A better browser for Android using the Custom Tab protocol. Previously called Chromer.
Stars: ✭ 364 (+323.26%)
Mutual labels:  mvvm
Checknewappversionavailable
It makes a request to Play Store to check if there is a new version of your published app
Stars: ✭ 69 (-19.77%)
Mutual labels:  update
Countries
An example Android app using Retrofit, Realm, Parceler, Dagger and the MVVM pattern with the data binding lib.
Stars: ✭ 616 (+616.28%)
Mutual labels:  mvvm
Retrofit Recyclervew
An implementation of a RecyclerView using Retrofit and Glide to create a movie list
Stars: ✭ 40 (-53.49%)
Mutual labels:  recyclerview
Easyxrecyclerview
主要提供了简单易用强大的RecyclerView库,包括自定义刷新加载效果、极简通用的万能适配器Adapter、万能分割线、多种分组效果、常见状态页面、item动画效果、添加多个header和footer、侧滑、拖拽、Sticky(黏性)效果、多item布局等,各模块之间灵活、解耦、通用、又能相互组合使用。
Stars: ✭ 607 (+605.81%)
Mutual labels:  recyclerview
Android Inapp Update
A lightweight implementation of Android In-app Update
Stars: ✭ 81 (-5.81%)
Mutual labels:  update
Mvvmexample1
A simple of example of MVVM in Android with LiveData and MutableLiveData
Stars: ✭ 76 (-11.63%)
Mutual labels:  mvvm
Verticalviewpager
A vertical scroll ViewPager implementation. Use with scrollable views(ListView, ScrollView, RecyclerView).
Stars: ✭ 64 (-25.58%)
Mutual labels:  recyclerview
Reactiveproperty
ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target framework is .NET Standard 2.0.
Stars: ✭ 603 (+601.16%)
Mutual labels:  mvvm
Tempura Swift
A holistic approach to iOS development, inspired by Redux and MVVM
Stars: ✭ 601 (+598.84%)
Mutual labels:  mvvm
301-360 of 1113 similar projects