[android-beginners] Re: R cannot be resolved!

2008-07-18 Thread Mark Murphy
> I am new to Android. I have opened the notepad tutorial and it worked > very fine with Eclipse 3.4.0 under Windows XP but when I tried to open > the Snake sample, it gave me an error " R cannot be resolved" I have > noticed that there is no R.java in the project. What is I did wrong? I can't sp

[android-beginners] R cannot be resolved!

2008-07-18 Thread ramywhite
Hi, I am new to Android. I have opened the notepad tutorial and it worked very fine with Eclipse 3.4.0 under Windows XP but when I tried to open the Snake sample, it gave me an error " R cannot be resolved" I have noticed that there is no R.java in the project. What is I did wrong? Any help will b

[android-beginners] Re: Notepadv2

2008-07-18 Thread cyntacks
Man do I feel studpid The ACTIVITY_CREATE/EDIT is passed to the subctivity and returned in the "requestCode". I confused this with the result code. So, I was confusing the to variables "requestCode" and "resultCode" sorry On Jul 17, 7:46 pm, cyntacks <[EMAIL PROTECTED]> wrote: > Hi, >

[android-beginners] unable to signin to Gtalk with a new gmail account in XMPP setting?

2008-07-18 Thread ky
hi, I want setup two emulators communicating with each other on the same Windows Vista machine. So I setup a new gmail account (this account) yesterday. I am able to login to gmail. I use this account to setup the XMPP setting on the emulator. When i try to send a message to this account, log c

[android-beginners] unable to signin to Gtalk with a new gmail account in XMPP setting?

2008-07-18 Thread Kevin Tan
hi, I want setup two emulators communicating with each other on the same Windows Vista machine. So I setup a new gmail account (this account) yesterday. I was able to login to gmail with the new account. I use the new account to setup the XMPP setting on the emulator. When i try to send a messa

[android-beginners] Anyone have packages android.net & java.net???

2008-07-18 Thread rabbia
Hi, i m going to start work on network monitoring. while searching i found that i need two packages android.net & java.net to do work on network. But problem is that i failed to found these packages. If u have these packages then please send it to me on my mail address or send me the link. Thanks

[android-beginners] Re: Which package of HttpClient to use ?

2008-07-18 Thread Fräntz Miccoli
Here are my imports for making HTTP request : import javax.xml.parsers.ParserConfigurationException; import javax.xml.parsers.SAXParser; import javax.xml.parsers.SAXParserFactory; import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.methods.PostMethod; import org.

[android-beginners] Re: Android On Nokia N95

2008-07-18 Thread jzencovich
All it takes is a bit of Googling... http://www.engadget.com/2008/06/18/android-on-a-nokia-n95-captured-on-video/ So it's out there, there's a way of doing it. You just have to figure out how :) --Jon On Jul 16, 3:07 am, Faisal Rehman <[EMAIL PROTECTED]> wrote: > Hi to all > I'm newcomer to a

[android-beginners] Notepadv2

2008-07-18 Thread cyntacks
Hi, I have a question (and possible bug) regarding Notepadv2, I searched but couldn't find anyone mentioning this, so maybe I am missing something. In Notepadv2.java, onActivityResult() is a method which is called once the subActivity returns. So, when NoteEdit "returns" or finish()'s, this meth

[android-beginners] CLDC

2008-07-18 Thread [EMAIL PROTECTED]
Does anyone know if Android supports CLDC? Reason for asking is that I am trying to find if an application I'm working will work on phones with CLDC 1.1 Thank you for your answer /Chris W. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] Lots of Errors When Starting Eclipse!

2008-07-18 Thread Colin1
I installed the SDK along with the plugin. When I built the file however, I got 3 errors. 1 Error executing aapt. Please check aapt is present at \tools \aapt.exe 2. Project 'HelloAndroid' is missing required library: '\android.jar' 3.The project cannot be built until build path errors are resol

[android-beginners] Re: Which package of HttpClient to use ?

2008-07-18 Thread sacoskun
I have also seen that a post from the Apache side, http://marc.info/?l=httpclient-commons-dev&m=121619186001543&w=2 It seems that the HttpClient is going to come as 4.0 Alpha in Android. (Not official) sacoskun On Jul 18, 9:16 am, Gavin Bong <[EMAIL PROTECTED]> wrote: > Hi Danny, > > Did you le