[android-beginners] Re: position UI components

2008-12-08 Thread Mark Murphy
hc huang wrote: > As we know that there is a lot of attributes in XML,How Can I master > them in Android? The same way you get to Carnegie Hall: practice, practice, practice. Between the Android documentation, the sample code that accompanies the Android SDK, numerous blog postings, and any on

[android-beginners] Re: Problem with Sound

2008-12-08 Thread AndroidGeek
MediaPlayer menusound = MediaPlayer.create(C.this ,R.raw.eat); I doubt "C.this" instead try following MediaPlayer menusound = MediaPlayer.create(this ,R.raw.eat); directly use "this" not "C.this" Hope it will help NJoy :) On Dec 7, 6:00 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > H

[android-beginners] Re: syncing with pc

2008-12-08 Thread jonathan
I need to sync some proprietary data between my applications on gphone and on desktop pc. Basically the app on gphone allows data entry. Then the user plugs the phone into desktop pc to open an app to view these data. Is Gphone/Android a suitable platform? thanks On Dec 3, 8:24 am, Fugita <[EMA

[android-beginners] Re: Emulator is Crashing

2008-12-08 Thread Imaginativeone
What's your development environment? On Dec 6, 11:19 am, i3onk <[EMAIL PROTECTED]> wrote: > I just ran through the sample Hello, Android project, and every time I > try to run it the Emulator crashes. I did this with and without the > suggested changes, each time it crashed. > > Any ideas of what

[android-beginners] [Android] Video telephony.

2008-12-08 Thread Beginner
Hi. I have just joined this group. Nice to meet you. I have a question. Android doesn't support Video Telephony in release 1.0 Are there any reasons? If the operators(like VDF, TMO) want the manufacturer to support video telephony call, how can I do that? Should the manufacturer implement whole t

[android-beginners] How to track the changes in the EditField

2008-12-08 Thread selva
Hi, How can i trap any text chage event in the editFiled. --~--~-~--~~~---~--~~ 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] android + WiMAX

2008-12-08 Thread WiMATE
Does android plan to support WiMAX? if so what are the timelines? cheers. --~--~-~--~~~---~--~~ 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@googlegroup

[android-beginners] Small help::

2008-12-08 Thread Kusuma Pabba
Hello all, I am a newbie to android, 1. i am working on linux(ubuntu) 2. i have downloaded android sdk 3. i am able to run emulator(using ./emulator on command line) but my problem is that, i don't know how to run a midlet on android emulator . can anyone help me in this regards

[android-beginners] Re: of databases and content providers

2008-12-08 Thread jetaber
bah! nested provider under when it should have been nested under . On Dec 6, 12:37 pm, jetaber <[EMAIL PROTECTED]> wrote: > I am trying to follow the NotePad example in order to build a utility > which will retrieve the geolocation of the phone, convert the location > to other useful formats, a

[android-beginners] ddms and kml positioning

2008-12-08 Thread jetaber
I'm trying to use the KML position tool in DDMS and I am not having any luck. I have tried it in both the Eclipse DDMS tab and tried running it from the \tools subdirectory. I load a .kml file and I see my point list in the table. I press play and it seems to be running through them since the p

[android-beginners] Should'nt the debugger in Eclipse show results of myEditText.setText("Testing 123");

2008-12-08 Thread pnbal...@gmail.com
I'm working on some sample programs in the Professional Android Applications book and was trying to run the debugger in Eclipse. When I do, I do not see the results of a line the should change the text in the emulator. I put a line in the code "myEditText.setText("Testing 123");" and expect to s

[android-beginners] Re: ddms and kml positioning

2008-12-08 Thread jetaber
fixed. anybody who runs into this look at http://groups.google.com/group/android-developers/browse_thread/thread/ad6d7ddd57c51061/13f0b10817a2d440 On Dec 8, 12:38 pm, jetaber <[EMAIL PROTECTED]> wrote: > I'm trying to use the KML position tool in DDMS and I am not having > any luck.  I have tri

[android-beginners] Eclipse Debugging Question

2008-12-08 Thread pnball2k
I'm working on some sample programs in the Professional Android Applications book and was trying to run the debugger in Eclipse. When I do, I do not see the results of a line the should change the text in the emulator. I put a line in the code "myEditText.setText("Testing 123");" and expect to s

[android-beginners] Re: how to determine the current backgroundResource of an imagebutton

2008-12-08 Thread Dave Kong
To find out which button was clicked, you can do this: 1) when adding the imagebutton, setTag("b1"); 2) when getting the event onClick, getTag() == "b1". On Sun, Dec 7, 2008 at 9:31 PM, Mark Murphy <[EMAIL PROTECTED]> wrote: > > Josh Dobbs wrote: > > Yes. I understand that but i am not sure which

[android-beginners] How to debug on an actual device?

2008-12-08 Thread Doughy
Can someone either tell me here, or point me to a link, that explains how to debug applications on an actual android device? I just got a G1, I have written a simple program using the Eclipse plugin, and now I would like to debug it on my actual phone. I can't seem to find any documentation on t

[android-beginners] Re: Problem with configuring ADT ("failed to get the required adt version from sdk")

2008-12-08 Thread leden
Thanks for info, but another problem arised out of nowhere: I downloaded "Eclipse IDE for Java EE Developers (162 MB)" (from http://www.eclipse.org/downloads/) then I followed the insructions and in the last step, when I try to initialise Eclipse the following error occurs: "The Eclipse executabl

[android-beginners] Re: onListItemClick on AlertDialog

2008-12-08 Thread Lawrence Samantha
I'm still stuck on this. Anyone can help, pretty please? 2008/12/4 Lawrence Samantha <[EMAIL PROTECTED]> > or is that even possible? > Thanks guys. > > 2008/12/4 Lawrence Samantha <[EMAIL PROTECTED]> > > okay, i solve the parameter passing by using named inner class instead of >> anonymous inner

[android-beginners] looping through controls

2008-12-08 Thread Josh
I have several buttons that i would like to loop through and set their background color. The buttons are all named numerically like so... btn1, btn2, btn3, btn4, etc . How can I evaluate "btn" + i (where i would be the iteration counter of my loop) as a button so that i can set the BackgroundReso

[android-beginners] Complete Basics

2008-12-08 Thread sdrakul...@gmail.com
Well, I am completely new to the whole android coding scene. In fact, I'm completely new to coding Java I believe it is. Worse than that, I really want to know. Call that better or worse, I just can't wait to dive into coding this. http://www.youtube.com/watch?v=I6ObTqIiYfE I started out by tryin

[android-beginners] Widgets on desktop

2008-12-08 Thread lotusscript
I'd like to write an application that is automatically run on the desktop. As an example take the clock on the desktop. Can somebody point me in the right direction whether 1) its possible? 2) pointer on how to do this. Phil. --~--~-~--~~~---~--~~ You receive

[android-beginners] Problems with HttpClient, HttpGet and HttpResponse ...

2008-12-08 Thread rustyventure
Hi, everyone: I'm just starting to play around with the Android SDK, but i haven't developed any Java apps for a few years and my skills are a little rusty ... I'm trying some code that uses the HttpClient class. From what I've seen from other online examples, the following code should work: Ht

[android-beginners] The use of Eclipse for android development

2008-12-08 Thread Brad Fuller
I'm beginning to investigate the android development env and see that Eclipse is heavily promoted for both editing and debugging. How integrated, or how important, is the use of Eclipse for android development? Will I be losing out by using another editor (I use vi)? And what about debugging? From

[android-beginners] Connect to internet from G1 via laptop (USB connection)

2008-12-08 Thread rshme...@gmail.com
Hi! The theme tells everything I need - internet on my G1 with having it connected to laptop. Any ideas? --~--~-~--~~~---~--~~ 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] Re: installation error:INSTALL_FAILED_INSUFFICIENT question

2008-12-08 Thread hc huang
Now I know the reason Why the emulator will give this tip:Installation error:INSTALL_FAILED_INSUFFICIENT_STORAGE,because of so many External resources I import into my project.So I delete several songs in my project,then It's OK! On Fri, Dec 5, 2008 at 6:08 PM, hc huang <[EMAIL PROTECTED]> wrote:

[android-beginners] unable to install j2me runner

2008-12-08 Thread Kusuma Pabba
hello all, i am a newbie to android actually my aim is to run a midlet for my arm processor i have tried to run midlet with phoneme-feature mr3 version it did not work but android is running on my device so i thought may be i can use android emulator to run the midlet

[android-beginners] Re: Why the Android.Editor.commit return false, But the value is OK

2008-12-08 Thread MK
Hi Anyone can help? On 12月5日, 下午3时40分, MK <[EMAIL PROTECTED]> wrote: > I have a problem in following code: > Activity---HelloAndroid > .. > btnSpp.setOnClickListener(new View.OnClickListener(){ > public void onClick(View v){ > Intent