[android-beginners] Re: small doubt regarding hello android

2008-12-17 Thread filbert
Pabba kusu...@ncoretech.com wrote: filbert wrote: Did you set up the launch configurations and all of that? On Dec 16, 5:56 am, Kusuma Pabba kusu...@ncoretech.com wrote: hi all,     i am new to android i have installed the eclipse ganymede and into that  i have added ADT(android

[android-beginners] Is there a function to decode XML/HTML encoding?

2008-12-16 Thread filbert
I've searched around but couldn't figure out what the right search criteria should be... I've got some CDATA from an XML feed and it has things like quot; in it. When I display it on the screen, it shows up as quot; instead of , which makes sense since it's not a HTML page. Is there a function

[android-beginners] Re: small doubt regarding hello android

2008-12-16 Thread filbert
Did you set up the launch configurations and all of that? On Dec 16, 5:56 am, Kusuma Pabba kusu...@ncoretech.com wrote: hi all,     i am new to android i have installed the eclipse ganymede and into that  i have added ADT(android development tools) and android editors into updates     later

[android-beginners] Re: Please unsubscribe

2008-12-16 Thread filbert
You can unsubscribe yourself at groups.google.com On Dec 12, 8:51 pm, Dipen Dalal dalaldi...@gmail.com wrote: Please unsubscribe dalaldi...@gmail.com form following 'Android - Beginners' group. Thanks, Dipen Dalal --~--~-~--~~~---~--~~ You received this

[android-beginners] Re: Running first application on Eclipse

2008-12-16 Thread filbert
I believe that means the emulator is still starting up. It starts with ANDROID for a while, I think the first time can take a while. After that you should get the Android with the green android logo glowing for a little while, then after that it should go into standard operation, though it will

[android-beginners] Re: how to include eclipse

2008-12-16 Thread filbert
From what i've seen, Android requires J2SE (standard edition), not ME (mobile edition). I'm not certain, but since SE has more components than ME, you will probably need a full version of Eclipse (Europa or Ganymede) that can handle SE (or EE/enterprise edition). I believe you can configure

[android-beginners] Re: Run with Eclipse

2008-12-11 Thread filbert
The code looks ok... you'll need to provide the specific error. On the left side of the screen there should be a little red x where the error is. If you hover over it, it should tell you what the problem is. Or, you can look for a tab called problems in one of the toolbar areas. If you can't

[android-beginners] Customizing tutorial notepad, cannot see record that was just added

2008-12-11 Thread filbert
I'm trying to customize the sample notepad app. I want to add items automatically from another source (an array, a web service, whatever, it's hard coded right now) instead of having the user enter them. After the item is added to the db (via the menu), I want the item details to be displayed.

[android-beginners] Re: Complete Basics

2008-12-11 Thread filbert
Have you gone through the tutorial on that as well? That steps you through three versions of a note pad.. that's what I just finished and am now attempting to customize it before jumping into more advanced stuff. Also, if this is your first time using Java, you may want to check out other

[android-beginners] Re: warning import.widget.textview in helloandroid

2008-12-11 Thread filbert
Yes, warnings are generally ignorable. ctrl-shift-o or right-click source organize imports will automatically arrange and remove the appropriate imports for you. On Dec 9, 4:30 am, kunalthar...@gmail.com kunalthar...@gmail.com wrote: I just start my very first project helloAndrod. I got an

[android-beginners] Re: Eclipse Debugging Question

2008-12-11 Thread filbert
Have you stepped through the code to ensure that every line is getting executed as expected and checked the variables list to make sure all the expected values are set? The one thing I am curious about is these lines: todoItems.add(0, myEditText.getText().toString());

[android-beginners] Re: gmail notification on T mobile android phone

2008-12-11 Thread filbert
Turn off auto-synch for your gmail. Then you will have to open gmail and tell it to refresh or check mail and it will get your mail, but it shouldn''t give you notifications then. On Dec 5, 3:20 pm, Erik eros...@gmail.com wrote: I don't want notification on my phone every time I get an email.

[android-beginners] Re: Customizing tutorial notepad, cannot see record that was just added

2008-12-11 Thread filbert
Well, I never figured it out, but while I was waiting I ended up doing it in a cleaner way and got around my issues. How long until I'm no longer a moderated noob??? On Dec 10, 12:04 pm, filbert filbert...@gmail.com wrote: I'm trying to customize the sample notepad app.  I want to add items

[android-beginners] Re: Where do i start?

2008-12-11 Thread filbert
If you're new to programming, I'd start with basic stuff like a simple address book or shopping list) You could take the tutorials or sample apps provided by google, make sure you've got those working, then start adding features to them. I found this tip calculator tutorial helpful:

[android-beginners] Re: help me

2008-12-11 Thread filbert
Follow the Notepad tutorial at code.google.com/android and look through the dbAdapter class. On Dec 10, 12:11 pm, Praveen Chandrasekaran praveen.buv...@gmail.com wrote: hi all, how to create a database in latest version of android... plz help me regards, Praveen Chandrasekaran.

[android-beginners] Re: Really new newbie asks about a good instructive book

2008-12-11 Thread filbert
BTW, here's a good tutorial for installing Android, Java and Eclipse. On Dec 11, 12:12 pm, filbert filbert...@gmail.com wrote: Well, there's lots of books out there.. you could start with a Java Certification book (proagrammer is the first level).  Or there are Java patterns books as well