All Projects → Manikkumar1988 → TimerInRecyclerView

Manikkumar1988 / TimerInRecyclerView

Licence: other
Handling multiple Countdown timers in Recyclerview

Programming Languages

java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to TimerInRecyclerView

tiktok
🕑 A countdown chrome extension for tasks/events/whatever.
Stars: ✭ 22 (-18.52%)
Mutual labels:  countdowntimer
kandy
Sweet Android libraries written in Kotlin
Stars: ✭ 19 (-29.63%)
Mutual labels:  recyclerview-adapter
assets
Inpsyde Assets is a Composer package (not a plugin) that allows to deal with scripts and styles in a WordPress site.
Stars: ✭ 30 (+11.11%)
Mutual labels:  handler
ModularAdapter
The RecyclerView.Adapter that makes your life simple!
Stars: ✭ 14 (-48.15%)
Mutual labels:  recyclerview-adapter
mini-project
An android eCommerce application for students through which they can buy and sell used goods .
Stars: ✭ 26 (-3.7%)
Mutual labels:  recyclerview-adapter
AndroidProjects
个人总结归纳Android知识点。1.Data Binding框架MVVM;2. BaseView;3.CollapseView;4.Notification;5.MultiChannelBuild;6.SwipeBack;7.CustomTabs;8.HandlerCourse;9.VolleyStudy;10.OkHttpStudy;11.PermissionManage;12.InterView;13.KotlinLearning
Stars: ✭ 32 (+18.52%)
Mutual labels:  handler
E-commerceCustomerFYP
Android E-commerce Platform. Allow customer to buy product, chat, feedback rating, make payment to retailer
Stars: ✭ 41 (+51.85%)
Mutual labels:  recyclerview-adapter
infinity
[Deprecated] Infinite paginated RecyclerView scrolling
Stars: ✭ 27 (+0%)
Mutual labels:  recyclerview-adapter
SuperAdapter
A Super simple library can be used for inserting elements in between RecyclerView's elements.
Stars: ✭ 18 (-33.33%)
Mutual labels:  recyclerview-adapter
gort
Simple HTTP handler to receive remote calls to run scripts bundled in Docker containers
Stars: ✭ 23 (-14.81%)
Mutual labels:  handler
AutoBindings
Set of annotations that aims to make your Android development experience easier along with lint checks.
Stars: ✭ 15 (-44.44%)
Mutual labels:  recyclerview-adapter
DiverseRecyclerAdapter
A small and yet powerful library, which greatly simplifies building lists of different items
Stars: ✭ 16 (-40.74%)
Mutual labels:  recyclerview-adapter
BindingListAdapter
Say goodbye to repeated, redundant custom Adapters , Make the developer's focus on the data, beacuse data-driven UI (告别反复、冗余的自定义Adapter,让开发者的重点落在数据上,做到数据驱动UI)
Stars: ✭ 111 (+311.11%)
Mutual labels:  recyclerview-adapter
jubako
A small API to help display rich content in a RecyclerView such as a wall of carousels
Stars: ✭ 28 (+3.7%)
Mutual labels:  recyclerview-adapter
discord-giveaways-bot
🎁Giveways Bot using the discord-giveaways package
Stars: ✭ 118 (+337.04%)
Mutual labels:  handler
ApexTriggerHandler
Another library implements Apex trigger handler design pattern.
Stars: ✭ 40 (+48.15%)
Mutual labels:  handler
fireball
Go web framework with a natural feel
Stars: ✭ 57 (+111.11%)
Mutual labels:  handler
RecyclerELE
Android Library for easy addition of Empty, Loading and Error views in a RecyclerView
Stars: ✭ 27 (+0%)
Mutual labels:  recyclerview-adapter
AccordionRecycler
Android RecyclerView Adapter with nested items & expand/contract functionality
Stars: ✭ 17 (-37.04%)
Mutual labels:  recyclerview-adapter
AspNetCore.Weixin
An ASP.NET Core middleware for Wechat/Weixin message handling and apis. (微信公众平台/接口调用服务)
Stars: ✭ 24 (-11.11%)
Mutual labels:  handler

TimerInRecyclerView

Handling multiple Countdown timers in Recyclerview

BuddyBuild

Inspired from various SO questions,

[Recyclerview with multiple countdown timers causes flickering] (https://stackoverflow.com/questions/35860780/recyclerview-with-multiple-countdown-timers-causes-flickering)

[Multiple count down timers in RecyclerView flickering when scrolled] (https://stackoverflow.com/questions/38890863/multiple-count-down-timers-in-recyclerview-flickering-when-scrolled)

[How to handle multiple countdown timers in RecyclerView?] (https://stackoverflow.com/questions/32257586/how-to-handle-multiple-countdown-timers-in-recyclerview)

and [Handling countdown timers in recyclerview - android] (https://stackoverflow.com/questions/38241539/handling-countdown-timers-in-recyclerview-android)

Screenshots

phone image

phone image

App Performance

memory monitor

What does this app do?

The aim of the project is to showcase how to handle multiple timer inside the recyclerview and how to clean up the resource.

How does app do?

Instead of CountdownTimer/TimerTask app performs count down operation using Runnable and handler.

Reasoning

Motivation of the application is to have individual timer for each row, however recycle the timer as same logic as view recycling, so that there won't be peak memory usage and leading to impact on performance.

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].