Lock Android Device using C++ [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I am writing an app in C++ that in has to lock the device at a specific moment in time, like if the user had pressed the lock button.
I found some java procedures like DevicePolicyManager that do what I want but didn't find anything that I can use in my C++ program. Does anyone know how this functionality can be implemented in C++ (besides the DevicePolicyManager, if there is another way)?

Related

Building an app that rooting android device [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I want to create an application like "King Root" that root the android device by one click.
Is there a library or code for this?
How can I do this?
This is not a thing you can just do and if you could, it would mean that android would have a HUGE security breach, since with root access strangers could have unwanted access over the whole device, including banking information etc.
By the way: KingRoot does not work

Using Gnuplot in Android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Is there a way to use gnuplot in an Android app? I can use gnuplot for a Java desktop app using JavaPlot, but it depends on the binary being installed on your computer, which Android won't have. There are several gnuplot apps for Android, so I know it has to be possible somehow, but I can't figure out how.

Android app with only a PreferenceScreen [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
The app I'm currently developing is in dire need of a user interface. Currently, it is only a togglable service with no user interface. I want to incorporate an app that opens to a PreferenceScreen for it's MainActivity with a few options, and that's it. How would I approach that? (I have very little experience in user interface design for Android devices, and I've already checked this out.)
Check out PreferenceActivity. Its a preference screen built into Android that can read the settings in from xml and write the settings to a shared preference.

Run an android service when the application is closed [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Can anyone tell me where to search for the following?
I'm trying to create an application that allows the user to schedule an SMS to be sent at a specific time.
I can do this when the application is open and running but I want my application to work even if it is not running, using a service for example.
Can anyone tell my where can I find any resource for doing that?
U will need to use WakefulBroadcastReceiver to achieve this see this example
https://github.com/commonsguy/cw-omnibus/tree/master/AlarmManager/WakeCast

How could I go about making a app for my blog? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I currently have a wordpress blog: www.androidfunandmore.info and I was wondering how do I go about making an android app for it?
The easiest way is to add the Mobile plugin to word press and then create a bookmark to it. This makes a web app (not a native app), but it looks good and it's easy.
http://wordpress.org/extend/plugins/wordpress-mobile-edition/

Categories

Resources