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
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
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
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
4 matches
Mail list logo