Hi!
I use template of Tab-based Application for File Manager app, first and second tabs are used by internal and external storages. Third tab is reserved by favorites from first and second tabs. It's pure native app.
Please prompt me how better to implement tab with favorites? Where need to save paths? How to load their on the tab? For first and second tabs it's simple - send path to external or internal storage in to Construct() method of Tizen::Io::Directory. But I don't understand how to get single path to many different paths of favorites. Yes, I know about Bookmark API, but JS not for me. May be such API as Bokmark API are implemented for C++ too?
With much regards.