Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [Solved] System tray in mobile phones?
QtWS25 Last Chance

[Solved] System tray in mobile phones?

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 3 Posters 5.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Robbin
    wrote on last edited by
    #1

    I have an application which works great under windows and linux. I would like to have it working on Android as well. However, my application relies on the system tray too much.

    Is there any alternative for the system tray for Android, or how can I quickly switch to notifications?
    The app has system tray icon left and right click (menu) actions associated with it, also it shows balloon messages on certain events. Any hints how I could make these work on Android?

    1 Reply Last reply
    0
    • R Offline
      R Offline
      Robbin
      wrote on last edited by
      #2

      anyone? =/

      1 Reply Last reply
      0
      • L Offline
        L Offline
        leon.anavi
        wrote on last edited by
        #3

        Yes, Android has a status bar and in general you can add notifications. This is the "official way to do it using the native Java application development kit":http://developer.android.com/guide/topics/ui/notifiers/notifications.html

        As you probably know at the moment Necessitas (Qt for Android) is not officially supported by Nokia and Google. So the available documentation is not much and a good starting point for such kind of issues like yours is "the home page of the project at sourceforge":http://sourceforge.net/p/necessitas/home/necessitas/

        http://anavi.org/

        1 Reply Last reply
        0
        • R Offline
          R Offline
          Robbin
          wrote on last edited by
          #4

          Not likely I'd use Java kit
          Was hoping there is a way....
          Oh well....

          1 Reply Last reply
          0
          • K Offline
            K Offline
            kileskhons
            wrote on last edited by
            #5

            I am using PS tray factory alternatives for Android. It allows users to take a full control over icons in the system tray area. You can hide icons from system tray into menu, change the order of icons in the system tray.

            Edit: removed commercial link, which smelled too much like spam; Andre

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved