Hey everyone
I want to put links in my app that user frequently visits, how can I keep track of that?
Printable View
Hey everyone
I want to put links in my app that user frequently visits, how can I keep track of that?
Are you talking about Internet links or internal links of your application or something like that? Well, you could save the last visited links in the Register and read them from there again, or you could simply use a file to store them in.
Internal links in my app?
:D I don't know, you might want to keep track of the last opened files or something like that...