[android-developers] Does Android support creating of reports?

2011-06-15 Thread sychee
Hi, Does Android support creating of reports? I have searched everywhere but I can't find any resource/article on this. I would like to create reports using data that resides in the Android's database - SQLite. Though I can use WebView to generate simple reports (through HTML), the lack of web se

[android-developers] How to kill background applications?

2009-07-14 Thread sychee
Hi, I am currently writing a program to kill processes that the users choose to end. From the logCat, I notice that a Signal 9 has been sent to the application but the process is still running. I am only able to kill my own process through the code below. I understand that the kernel only allow ki

[android-developers] How to get Application Name from the processid and processname?

2009-07-13 Thread sychee
I am writing a small program to list down the name of the applications that are running in the background. I have tried achieving this for the whole afternoon but to no clue on how to get this done. So far, I have only managed to get the processname, please advise on how I can retrieve the name of

[android-developers] How to get Application Name from the process?

2009-07-13 Thread sychee
Hi, I am trying to retrieve all applications that are running on the android phone. Following is the code I have wrote, but how do I get the application name into my Array items? Please advise. Thanks. Context context = getApplicationContext(); Resources appR = context.getResource