Re: [android-beginners] Help needed to write a caculator program

2010-07-27 Thread Justin Anderson
*> can anyone help me in writing the code for adding two numbers and displaying the solution in the EditTextField.* int z = 5 + 6; EditText textField; //Do stuff to initialize textField textField.setText("" + z); Now, I'm going to refer you to two different links that you should read: http://dev

[android-beginners] Help needed to write a caculator program

2010-07-27 Thread ANUSHA PAUDIYAL
Hi I am trying to write program for a calculator. can anyone help me in writing the code for adding two numbers and displaying the solution in the EditTextField. -A -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and taggin

Re: [android-beginners] Help Needed : MediaRecorder error: java.io.IOException: prepare failed

2010-03-16 Thread LG ZHU
hi:all ,i'm seeing same issue .can you help me ? 2009/9/8 preetam_pict > > Hi all > > I am trying to write a sample program to record the video (say > camcorder application). > When i run my program using the emulator (I have android-sdk- > windows-1.5_r3) I see java.io.IOException: prepare f

[android-beginners] Help needed: Emulator does not show up

2009-10-06 Thread Maxood
Whenever i hit RUN in eclipse, the emulator does not show up and i am getting the following message in the console window: 2009-10-06 14:31:59 - HelloWorld]Uploading HelloWorld.apk onto device 'emulator-5554' [2009-10-06 14:31:59 - HelloWorld]Installing HelloWorld.apk... [2009-10-06 14:32:01 - He

[android-beginners] Help Needed : MediaRecorder error: java.io.IOException: prepare failed

2009-09-08 Thread preetam_pict
Hi all I am trying to write a sample program to record the video (say camcorder application). When i run my program using the emulator (I have android-sdk- windows-1.5_r3) I see java.io.IOException: prepare failed. error in logcat output. Further I can see that I have came across this error when

[android-beginners] help needed creating a AVD

2009-08-17 Thread automerc
I just got a new laptop with x64 vista and i'm following the development on setting up my laptop for development but I keep getting a error when I try to create my AVD. When i tried to enter the android create avd --name -- target command into the commandprompt it gives me a error java is not re

[android-beginners] Help Needed with Opening File

2009-08-06 Thread Steve Hall
Hi, I am relatiely new to both java and Android. I assume that files opened in "user.dir" are held in fast battery backed ram" and that /sdcard/ is a slower rom device. I am attempting to copy a file of about 450k from the sdcard to the "user.dir" so that I can have much faster reading/wrting o

[android-beginners] Help needed in error!!

2009-07-02 Thread randheersingh
Hi, I am just trying to run the relative example given in the sample code of Google documentation of android. Its just ran. But when I added the background property of relative layout an error is coming. I am giving the code of XML file here and the error. Please tell me what this error wants to t

[android-beginners] help needed here in code for battery life code...

2008-11-05 Thread Devadath .C.M.
sir/mam, i 'm new to the programming side and just curious to build some mobile applications for android, can you please provide me with details/codes/any helpful material for following technologies/services in android. please give which API is to be used to to get that. they are: 1. battery p

[android-beginners] Help needed

2008-11-04 Thread som
Hi All, First of all i must say that i am very new to android. I am trying to develop an application which will receive an SMS alert and notofy the user with some sound. I have written the main SMSReceiver class as follows; package com.android.sms; import android.content.BroadcastReceiver; imp

[android-beginners] : Help Needed

2008-09-19 Thread Imran
Hi All...!!! Hey i want to write a application in which i can know the location of my friend when he is calling me and the distance between us To write this kind application do i require any other extra Configuration to be done (or) any extra plugins...( such

[android-beginners] :Help needed

2008-09-16 Thread Imran
Hi hey... how can i send a Cursor Object to my sub-Activity... if possible give me some sample code... Thanks in Advance for any Replays!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "