I'm creating an android app that will display list of items. Items are fetch from server with the help of an API. To show the list of items I am using Recycler view.
How to put logic to show an item is new in the list of products?
In any online shopping app like Amazon or Shopify we saw new tag for the new product I want to implement that. I don't have any code but I want a hint or way how to do. I am using JAVA language. IDE Android studio.