Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@MrEliptik @lazyDev Here's the link - https://github.com/yashovardhan99/...
It's not much. There are many things that need to be improved. Its basically a stopwatch library which allows you to start, stop, pause, resume and even split/lap. I had never written a library before so I wanted to try this out! Also, there were no stopwatch libraries for android (Chronometer does not allow much customization and you cant directly pause it) and making multiple threads for a simple thing like a stopwatch can be a tedious process for some.
Related Rants
Published my first Android library today!! It's not something big but I guess I reached a new milestone in my devlife today!!
rant
milestone
library
android