0

I use Kindle Fire and I like their "Recently Used Items" user interface (just above favorite shelf). I want to implement that kind of control in ASP.NET web application.

Is it possible? If yes how?

I am trying to get something working with Slider but its not pretty.

Darshan Puranik
  • 1,055
  • 3
  • 14
  • 36

1 Answers1

0

I would suggest looking into placing the details of each "used item" in either a cookie or localStorage, and then loading/reading from that when the page loads.

DeeDub
  • 1,654
  • 1
  • 12
  • 18
  • I am not concern about how to get data but I am concern about "that" effect. How can we mimic that effect scrolling left/right and view recently used item. I am more concerned about getting that visual effect. – Darshan Puranik Nov 20 '12 at 22:58