[EMAIL PROTECTED] wrote: [...] > But have you tried to use any system stuff from C++? like some UI? > Could you give me some hints?
The short answer is that it's slightly possible but you can't actually do anything useful, so it's not worth doing. The long answer is that there is no C SDK, and all the C-based stuff people have done is based on reverse-engineering what's there. This is buggy and unreliable. And there are no C APIs to give you access to any system services. And as apps can't provision C code, you can't deploy anything you build anyway. So it's only really interesting as a stunt. If you *still* want to have a go, go look in the mailing list archives; there's lots of stuff there. -- David Given [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Internals" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-internals?hl=en -~----------~----~----~----~------~----~------~--~---
