[android-beginners] Android Programming Guide

2008-04-05 Thread Vignesh
hi all Is there any book or tutorial for android programming. Help me out to get where it is?. thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group,

[android-beginners] XMPP Settings code

2008-04-05 Thread WildLuka
Dear all, I should be grateful if you could tell me where I can find the source code for the XMPP Settings on the Android Emulator. Your help will be very much appreciated ! Luca --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[android-beginners] Receiving intent on application launches

2008-04-05 Thread saurabh
Hi, Is it at all possible to receive the intent that is used to launch an application? Basically i want to keep track on what applications i am launching on android. Any other way that anyone would like to suggest to do this? IntentReceiver dont seem to be working for this --~--~-~--~---

[android-beginners] Re: What type of phones can this be used on?

2008-04-05 Thread jonwa
It can be run on Android phones. There are none out yet. It's an open source operating system, made available for any company that makes phones. They have a minimal hardware requirement list to achieve, then they can sell that phone with this as its operating system rather than one of the close so

[android-beginners] Re: Daial to a phone number

2008-04-05 Thread tim jones
Same way you dial any phone On Sat, Apr 5, 2008 at 12:49 AM, Analdin Judy <[EMAIL PROTECTED]> wrote: > Hi, > > >I want to dial to a particular pone number.What is the function we use > for that > > > If anybody knows please tell me > > > > Thanks > judy > > > --~--~-~--~~--

[android-beginners] Re: Android Programming Guide

2008-04-05 Thread Dan U.
If you can wait a couple more months, there will be a book out in print. Should be a lot more detailed than andbook. On Apr 5, 8:21 am, "LE THANH TUNG" <[EMAIL PROTECTED]> wrote: > On Sat, Apr 5, 2008 at 7:18 PM, Vignesh <[EMAIL PROTECTED]> wrote: > > > hi all > > > Is there any book or tuto

[android-beginners] Re: m5 not working

2008-04-05 Thread wamoc
I just tried that and it still wont generate R.java. I double checked the paths in Eclipse to make sure they were looking to the right areas, and they are. Later today I will try this on a different computer and hope that that works. If any body else has any ideas, I would greatly appreciate heari

[android-beginners] Re: m5 not working

2008-04-05 Thread wamoc
Ok, I have figured out one thing, It wont generate the R.java for existing projects, but it will for new ones. The project I am working on is in a cvs repository, so I can't just try copying the source over to a new project. On Apr 5, 3:14 pm, wamoc <[EMAIL PROTECTED]> wrote: > I just tried that

[android-beginners] Re: Make a call to a phone number

2008-04-05 Thread logisic
i'm just saying it's a pain reading through the code with all those asterisks... On Apr 4, 3:46 am, "Analdin Judy" <[EMAIL PROTECTED]> wrote: > Hi, > >I want to make a call to a phone number. >This is my code.What is the wrong in my code.I got errors(I marked the > lines,got error) > >

[android-beginners] Problems running the emulator (error: com.google.android.phone is not responding)

2008-04-05 Thread Jakob Bjerre Jensen
Hello, I have problems running the emulator on a completely "clean" PC only with the following installed: 1. extract android-sdk_m5-rc15_windows.zip into a folder. 2. navigate to the tools folder and execute "emulator". I.e. no Elipse Plug-in etc. installed. First the emulator screen appears a

[android-beginners] Re: m5 not working

2008-04-05 Thread Dan U.
I recall some other people having this problem and importing to a new project was a solution. Like you said, having it in cvs makes copying to a new project painful. Probably some config file somewhere doesn't get updated. I haven't seen a list of all the changes to various files between m3 and m

[android-beginners] how to disable a button

2008-04-05 Thread WildLuka
Hi does anyone know how to disable a button ? thank you luka --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsub

[android-beginners] Re: Problems running the emulator (error: com.google.android.phone is not responding)

2008-04-05 Thread Digit
for the record, Eclipse and the plugin are totally un-necessary for developing Android applications. they just provide a better environment but you should be able to use all the tools available in $SDK/tools from the command-line to package run and debug your Android applications. I do that routine

[android-beginners] Re: how to disable a button

2008-04-05 Thread Dan U.
You can programmatically call setEnabled(false). I looked in the docs and couldn't find an attribute to add in xml for that. I think one exists because I wrote some code/xml awhile back for this and I see I wrote a comment reminding myself that it didn't work for Button views. On Apr 5, 4:35 pm,

[android-beginners] Re: m5 not working

2008-04-05 Thread wamoc
Ok, I tried copying everything over to a new project and it made an initial R.java. When I did a clean of the project, the R.java disappeared again. Why can't m5 seem to do anything with R.java except create an initial one? On Apr 5, 5:17 pm, "Dan U." <[EMAIL PROTECTED]> wrote: > I recall some o

[android-beginners] Re: m5 not working

2008-04-05 Thread Dan U.
I think your development environment must be messed up. If I do a clean, R.java goes away, then regenerates immediately. Your eclipse version is ok according to the docs, but maybe you should try getting 3.3. It seems Ubuntu has been giving people problems, so it might be related. On Apr 5, 8:31

[android-beginners] Re: Make a call to a phone number

2008-04-05 Thread Dan U.
I don't like the asterisks either. It's also a pain when it's nowhere near the same code that is being asked about. For instance, note the do...while completely outside of a method :-). I can't really do much to help out with that. On Apr 5, 4:10 pm, logisic <[EMAIL PROTECTED]> wrote: > i'm just

[android-beginners] NullPointerException when trying to make a button action??

2008-04-05 Thread Rahul
Hey guys I have this odd problem and i cant pinpoint the problem. I get a null pointer exception when i try to run the program, and i dont even know how to search for this problem. here is my program i am running: package com.googlecode.shmolderinseeqpod.android; import android.app.Activity; imp

[android-beginners] Re: m5 not working

2008-04-05 Thread wamoc
Ok, I tried installing Eclipse Europa, and that didn't fix it. Tomorrow I will try to do this on my windows machine (shudder) and hope it works. On Apr 5, 10:19 pm, "Dan U." <[EMAIL PROTECTED]> wrote: > I think your development environment must be messed up. If I do a > clean, R.java goes away, t