[android-beginners] C programming

2009-12-15 Thread Michael Dorin
Ok, I see all the examples on how to make a hello world program in c, but all of them have you do an adb shell to run it. Assume I want to have my c program do the useful things it already does and use java for the UI, how would I launch my c program? How do I bundle everything, java, c, into one

Re: [android-beginners] C programming

2009-12-15 Thread Sean Hodges
On Tue, Dec 15, 2009 at 3:26 PM, Michael Dorin bsddo...@gmail.com wrote: Ok, I see all the examples on how to make a hello world program in c, but all of them have you do an adb shell to run it. Assume I want to have my c program do the useful things it already does and use java for the UI,