Keep track of recently used items in my app

I have developed and app which have several services when user launch the app in the first screen that shows all available services as Tiles. So what i need to do is to track users usage of those apps and load those apps according to the usage in a separate
section call recently used apps. So how can i do such thing ? Is their any examples .. Thanks in advance :) 
Dileepa S. Rajapaksa
Trainee Developer
Microsoft, Sri Lanka
Twitter : @dsrajapaksa
Blog : http://www.dileepatech.net

Hi astrodileepa,
So what i need to do is to track users usage of those apps and load those apps according to the usage in a separate section call recently used apps.
->Not quite understand your question, those apps you mentioned here are activated from your app or activated from the system?
As we know Windows Store App runs in a sandbox mode, we cannot get any system level information such as user activities, if you would like to get the information of the system, I don't think your scenario can be done in Windows Store App.
--James
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Where is the file that keeps track of which mail items were open?

    Searching for the file that keeps track of which mail items were open- sometimes it suddenly is shorter, forgets some of the items of mail that was open, in my 'in box' as it were.
    just happened to me- 15 emails I wanted to keep open till I answered them are now lost back in the mail stack
    any idea where i can find that, retrieve from a backup done last week?
    any trick to fixing this problem?
    hope so
    i gotta track down some of those emails, will be a huge chore to do it one by one
    thanks

    any idea where i can find that, retrieve from a backup done last week?
    Good luck with that; it's not likely to happen.
    any trick to fixing this problem?
    You could just reply to the email right away, rather than putting it off until later, whenever "later" happens to be. Or, you could also put your emails that have not yet been replied to in a separate folder, and move them out into your Inbox when you have replied.
    Mulder

  • Disable most recently used items for this field in CRM 2013

    Hi,
    I have checked "Disable most recently used items for this field " property option for lookup filed in CRM 2013. But it still displaying MRU items on the lookup filed. Can someone please help to fix this ?
    Regards,
    Thanga

    did you try to clean your browser cache? use a different browser?
    My blog: www.crmanswers.net -
    Rockstar 365 Profile

  • [SOLVED] Gnome Shell doesn't search through recently used items

    A while back I ran chattir +i on ~/.local/share/recently-used.xbel because of a bug that gnome shell had where it would crash while searching for recently used items. Since I've now updated to 3.4.1, I figured the bug might have been fixed, so I ran chattr -i to allow writing to the file again. The file has since filled up with my recently used items, but they don't seem to appear in the gnome shell search.
    Sorry if this is a bit brief, but I'm not sure what other information to give on this problem.
    Last edited by themusicalduck (2012-04-25 22:32:38)

    I believe this was removed with 3.4.
    Here is the bug report: https://bugzilla.gnome.org/show_bug.cgi?id=670150
    And here is the gnome-shell commit: http://git.gnome.org/browse/gnome-shell … 8c68782d54
    Last edited by bzt (2012-04-25 17:04:57)

  • Disable keeping track of recent folders?

    Is there a way to disable Tiger from keeping track of the recent folders that have been opened
    through Go>Go to Recent Folder?
    Thanks.

    4215
    Hi Mark,
    In System Preferences > Appearance > Number of Recent Items
    choose "None".
    You can also use OnyX ( > Parameters) to customize Recent Items in some applications where it is normally not possible to do it through its Preferences.
    In these cases choose zero instead of the default 10.
    Axl

  • How to keep track of who used my mac?

    Hi everyone, I have a question.
    I have a mac which have two accounts I want to keep track of when and which account had login-ed to the mac?
    I am using MAC OS X 10.6.6 is there a log file record these information?

    The 'last' Terminal command will reveal this.
    (56414)

  • How to keep track of status using wrapper class?

    Hi,
    I got the following code on the server side:
    ..........//this method invocation may take a long time to do
    Object methodResult = method.invoke(object, args);
    if (methodResult != null) //method invocation return results
          //convert the methodResult Object into JDOM Element   
         ObjectWriter writer = new SimpleWriter();  
         Element element = writer.write(methodResult); 
         //return result to client--------------------------------------------------------  
         //Results tag to notify incoming result from method invocation on next incoming byte  
         out.println("Results"); 
         //convert the element into String  
        String strXML = Util.convertXMLtoString(element);  
        //send the String xml out to the client. The client will receive the string representation of the xml  
        out.println("strXML):        
    else //there are no results return from method invocation
        //save the result into xml file  
        Util.createFile(element, new File(filename));
    .......................The problem is how to I keep track of the status of the method invocation.
    As can be seen from the above code, Object methodResult = method.invoke(object, args);
    the method invocation will take a long time!
    How do I write a wrapper class to keep track of the status of the method invocation that can be check by the client? I am thinking of using a url to keep track of method invocation so that the client can continously poll the wrapper object to check if the method invocation has finished.
    Can anyone change my code and give advice?
    Thanks a lot!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

    No,
    I am not using Java threads at all.
    I just need to keep track of the status of the method invocation and report to the client.
    Sometimes, the method invocation can take ages so it is not acceptable for the client to invoke a method and wait a long time without any response: but in fact the server is still in the process of executing the method.
    Please advice.

  • Is it possible to delete recently used contacts from the app switcher on ios8?

    I have been unsuccessful in finding a way to delete entries in the recently used contacts that appear when entering the app switcher on ios8. I think it should be possible to disable the feature, as well as swiping out individual entries.

    Yes, it is possible. When you are in the relevant inbox, tap the 'edit' button on right hand top corner. now select the mails you want to delete by tapping in the small circle next to the mail. keep selecting and in the end tap the red delete button that will show you how many are being deleted

  • How keep track of caller from web page or app in your EJB

    I want to make a Security Handler for my EJB Server. I want apps / users to be able to log in. However, after they log in (for example from a web page), how do I keep track of who they are when they then make subsequent calls to EJBs?
    Where can I find out who they are?
    How do I standardize this for apps and web page callers?
    I know that for web servers to keep track of who the caller is for them, they need to store a handle on the client. Do I need to do this too?
    If I do keep smth on the client side that they send back/forth to me, does that not fit with the EJB standards?

    still unable to find answer. Hey, can I also ask: do I ask too obscure questions? I don't get most of them answered. Are they boring?

  • Keeping track of who used MRBR

    hello all
    is there a way to find out according to users, who has released invoices?
    kind of a report on MRBR according to user.
    all this, keeping in mind I do not see the invoice in MRBR anymore after it has been released.
    basically: who released which invoice?
    thanks
    Alisa

    Hi,
    go to table CDHDR and search for:
    OBJECTCLAS = INCOMINGINVOICE
    OBJECTID = 51056009862009 (BELNR+GJAHR)
    TCODE = MRBR
    and then with field CHANGENR you can go to table CDPOS.
    Best regards.
    Edited by: Pablo Casamayor on Jan 8, 2010 11:36 AM

  • How can I see my recently purchased items in iTunes/App Store as money has been taken out of my bank

    Dose anyone know how I can look at my account and see recent purchases as money has gone out of my bank

    You can view your full purchase history via your computer's iTunes : log into your account on your computer's iTunes via the Store > View Account menu option, you should then see a Purchase History section with a 'see all' link to the right of it. Click on that and you should then see a list of your purchases.
    On your iPhone you can only view your recent purchases (the last 90 days) via http://reportaproblem.apple.com (that site also allows you to contact support if you have a problem with a purchase)

  • Table name which keep track records Items which is Personalized.

    Hi,
    Is their any table which keep track records of personalized items of self-service page.
    Thanks in advance
    Bachan.

    You can navigate to Functional administrator and get all the personalizations in an xml format. Hope that helps.
    Regards
    Sumit

  • Organizer: Most Recently Used Tags?

    I'm running PSE8.
    Is there a facility in the Organizer that keeps the most recently
    used tags available in a handy to reach location?
    For example, I'm tagging some photos and one of the tags I'm using
    a lot is near the top of my list, the other near the bottom.
    Is there a place that Organizer would show me the last nn tags
    that I've used?
    Thanks!

    randyw57 wrote:
    I'm running PSE8.
    Is there a facility in the Organizer that keeps the most recently
    used tags available in a handy to reach location?
    For example, I'm tagging some photos and one of the tags I'm using
    a lot is near the top of my list, the other near the bottom.
    Is there a place that Organizer would show me the last nn tags
    that I've used?
    Thanks!
    No such feature

  • What do you use to keep track of your to-do items? pen/paper, notepad, software?

    Spiceworks Help Desk and Google Keep are my go-tos.

    just curious what other spiceheads use to keep track of all their daily tasks. sometimes pen/paper or a notepad with tasks lists don't seem to cut it.  need something more fluid.
    This topic first appeared in the Spiceworks Community

  • How to register and keep track on item packaging during transactions

    Hi,
    I have items which I receive in inventory under different packaging. I want that when I receive or issue it from the warehouse, I keep track also on the packaging that the transaction is done.
    E.g. Oil for vehicle engine:
    Item parameters: "10x40"
    Manufacturer: Elf
    I receive:
    100 liters, 100 pieces, package: 1 liter.
    500 liter, 100 pieces, package: 5 liter.
    I want to know that I have in total 600 liters of Oil 10x40 of manufacturer Elf and from the other hand I want to know how many pieces of 1 liter and how many of 5 liters I have.
    Please help me to configure this in INV module.
    Thank you.

    Hi Glen, 
    Thanks heaps for your reply! Sorry I am so slow to implement it, send it to my client, and then realise it is borked still!  I went with the storing the ICalUid (which I think IS the CleanGlobalObjectId you mentioned after I dissected the blogs you
    posted) in my database.  I stored the ICalUid of the appointment on the server, and the ICalUid of the one I created on the client in it's SQLCE database.  This allowed me to find one from the other for updates and deletes or so I thought.  Updates
    are fine.  But I still cannot find the deleted appointment on the server, or get enough info from the server, to find the right item to delete on the client.  I can no longer access the ICalUid of the appointment on the server because first I have
    to find the appointment in deleteditems or recoverabledeletions folder to get the ICalUid (or CleanGlobalObjectId).  SyncFolderItems returns the subject but not startdate so I cannot search in deleted etc using that combo and I don't feel subject alone
    will be reliable enough at all.  So, what you proposed works beautifully, but not for my initial problem, which was deleting.  
    Maybe this is microsoft fault but SyncFolderItems does not seem to return enough info to perform an accurate delete of an item.  If it helps at all I am following this example: http://msdn.microsoft.com/en-us/library/exchange/ee693003(v=exchg.80).aspx but
    of course the good folks at MS haven't filled in the important bits!
    LucasF

Maybe you are looking for

  • Can't update or uninstall Macromedia Flash player!

    Hi folks! I've got a problem concerning the automatically installed Flash player. I am using a Qosmio G20. While installing a new program (Lexware Financial Office) this program tried to update the Macromedia Flash player to the newest version. But t

  • My Mac (Maverick) no longer recognizes my printer (Canon MX870)

    I have a Canon MX760, connected wirelessly to my computer via Linksys ea2700.  I recently disconnected another peripheral from my router, and since then, my computer does not recognize that my printer is not just a scanner.  So I can't print anything

  • Script for gather and store the log running queries details in a table?

    Hi All, Please suggest the best query that gather and store the long running queries details in a table. Thanks, rup

  • Scrolling Demon Took Over Spreadsheet & All Cells Quivered

    Hello, and thanks for this service. Over the course of several days, I was plugging numbers into a series of spreadsheets, and several times my spreadsheets were quivering up and down like crazy, slightly trembling. At the same time, the scroll bar w

  • Starting a process as a different user.

    I am trying to launch a script from my java application. My java application runs as root on my Solaris box. I'm using Runtime.getRuntime().exec() to launch the script. My problem is that I would like to run the script as a different user. So is ther