Re: [android-developers] How can use node.js in android

2012-01-23 Thread Kristopher Micinski
Didn't I say that: "If you are writing a web app which will run on Android, this is more applicable," I guess you could argue that there is a difference between a web app and an app that runs in browser on the device, But I don't think it's that great of one.. kris On Mon, Jan 23, 2012 at 8:47

Re: [android-developers] How can use node.js in android

2012-01-23 Thread John Coryat
He might be asking if he can use node.js within a webview... That would be applicable to this group. -John Coryat -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] How can use node.js in android

2012-01-23 Thread Kristopher Micinski
Are you writing an App? If this is the case, then you *can't* use node.js, because node.js is written to run on browsers, it's Javascript, it's not Java, and it doesn't fit within the framework. If you are writing a web app which will run on Android, this is more applicable, but this is not the ri

[android-developers] How can use node.js in android

2012-01-23 Thread jose daniel cardona
Hi everybody, i'm started in the world of the android development and I've run into a problem: I need to use node.js in the mobile device, the architecture like as P2P, I would like to know experiences of this kind, feasibility, and if possible some success or a working sample of these technologies