I am new to Android and I make a menu of visited links in my Android app (history). In the items of history menu historySubmenu I show only visited links titles (from WebHistoryItem::getTitle).
I would like to save an urls (WebHistoryItem::getUrl) in the menu items in order to retreive them when particular item is choosen.
How to do it?
0 comments:
Post a Comment