Spidy
Spidy

Reputation: 40002

Can the Android NDK access screen graphics?

I'm looking into the Android NDK. I would like to create an application with a long running service that could record and/or stream the Android's screen graphics at any time. I know this is not possible with a regular application but I'm not sure if the NDK can do this either? For an example of this functionalities usage, I'd like developers to be able to demonstrate an application straight from the Android device.

Upvotes: 1

Views: 394

Answers (1)

hackbod
hackbod

Reputation: 91341

No, the NDK can not do anything more than can be done with the SDK.

Upvotes: 2

Related Questions