[Solved] System tray in mobile phones?
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?
4 replies
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 [developer.android.com]
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 [sourceforge.net]
You must log in to post a reply. Not a member yet? Register here!


