18

Published my first Android library today!! It's not something big but I guess I reached a new milestone in my devlife today!!

Comments
  • 1
    link please?
  • 3
    @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.
  • 1
    Good job. I'll give it a try when I back at work
  • 0
  • 1
Add Comment