[android-beginners] Re: New Beginner

2008-05-29 Thread Ahmed Abdel samea
Also u can enter the documantation of google in site and see how to install it in ecllipse _ __ Ya Rab wafa2neee we Wafa2 Emy we Maram we Mohamed Amr we Ibraaa we Virus we Sa3d we Na7as we `7aled we Tamer we Amr Salah we Cheetos we 3asem we Mona we Mayada we so3ad B

[android-beginners] Re: New Beginner

2008-05-29 Thread Andrés Vargas González
Hi for me these links are important to see and understand the behaviour of Android and how to use these components: http://groups.google.es/group/desarrolladores-android/web/conocimientos-bsicos-mover-un-objeto-por-la-pantalla http://groups.google.com/group/desarrolladores-android/web/primera-a

[android-beginners] Re: hi Friends i want to add Button

2008-05-29 Thread dolan kundu
Hi keraisureshv, try in this way: > >android:text="abcd" >android:layout_width="wrap_content" >android:layout_height="wrap_content" >/> Thanks, Dolan. On Wed, May 28, 2008 at 10:22 PM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi Friends i Want to add B

[android-beginners] Re: how to set scroll view

2008-05-29 Thread dolan kundu
Hi Yatish, You asked about GridView. when you will create GridView, there i think, no need to use ScrollView. Automatically Scroll will come. Thanks, Dolan. On Fri, May 30, 2008 at 11:19 AM, dolan kundu <[EMAIL PROTECTED]> wrote: > Hi Yatish, > why it will not be controlled by up and down arrow?

[android-beginners] Re: how to set scroll view

2008-05-29 Thread dolan kundu
Hi Yatish, why it will not be controlled by up and down arrow? is scroll is moving up and down by using mouse? it has to move. you send me .xml file and java file. Thanks, Dolan. On Thu, May 29, 2008 at 1:04 PM, Yatish <[EMAIL PROTECTED]> wrote: > > Hi all, > their is one problem from up and dow

[android-beginners] Re: New Beginner

2008-05-29 Thread [EMAIL PROTECTED]
The hello android and the notepad tutorials are good and the step by step instructions for the eclipse plug in installation all work fine. I needed 1-2G of memory to get the emulator going. The source code for the API demo is in the SDK and you can with a little effort aim eclipse at it and use it

[android-beginners] New Beginner

2008-05-29 Thread FullMoon
I am very new in Android. I very interested in its capability. I downloaded the following: android sdk, ant apache, java, and eclipse but I do not know how to proceed in installing the android sdk and view the android emulator. I hope someone can help me. Thank you very much for kind assistance.

[android-beginners] hi

2008-05-29 Thread a7lahm
للحصول على وزن مثالي في يوم واحد ادخل هنا http://www.antya7la.com/vb/t26066.html خبر مؤسف ومؤلم اتمنى الدخووول http://www.antya7la.com/vb/t26168.html اختاري لون الصبغ اللي اناسبح ( السايت عجيب) للنساء فقط http://www.antya7la.com/vb/t26211.html السلسلة الوثائقية الشيقة Walking with Dinosaurs كا

[android-beginners] Re: How to deploy a new android application

2008-05-29 Thread Mark Murphy
VFROnTop wrote: > (1) Would I simply copy over the .java file over to some folder in my > mobile phone, and "double-click" on that file? Android Java code gets compiled into an APK file (think JAR with extra stuff). In the emulator, you run a program on your computer to upload the application t

[android-beginners] How to deploy a new android application

2008-05-29 Thread VFROnTop
Hi, I just found out about Android today and read through the FAQ and installation and making new applications with Android. I was curious how i would actually "deploy" my android application to a mobile phone. (1) Would I simply copy over the .java file over to some folder in my mobile phone, an

[android-beginners] Re: an android bug?

2008-05-29 Thread Bushnaq, Ahmad
For the benefit of others, here's what the problem turned out to be: I Was calling setContentView several times in the course of the activity, which was doing some random stuff apparently. No error displayed, no exception, nothing. Just a lucky find on the 10th search of the developers forum. Mor

[android-beginners] Re: Mock GPS and proximity alerts.

2008-05-29 Thread Mark Murphy
> I have done some modifications to my code, following your > indications. > > I have created a new class, ProximityIntentReceiver to receive the > PROXIMITY_ALERT action . > > class ProximityIntentReceiver extends IntentReceiver > { > @Override > public void onReceiveInten

[android-beginners] Re: Mock GPS and proximity alerts.

2008-05-29 Thread psaltamontes
I have done some modifications to my code, following your indications. I have created a new class, ProximityIntentReceiver to receive the PROXIMITY_ALERT action . class ProximityIntentReceiver extends IntentReceiver { @Override public void onReceiveIntent(Context context,

[android-beginners] Re: Error in HelloAndroid: Could not find /bin/HelloAndroid.apk!

2008-05-29 Thread gonzalo
Yes! I solved it! Thank you Sree you guied to me to solve it. It seems that is one eclipse problem. I use Debian (and another laprop with ubuntu) with eclipse 3.2.2 This is waht i did. First i checked my instaled java: update-alternatives --config java Hay 3 alternativas que proveen `java'.

[android-beginners] Re: Handset ETA

2008-05-29 Thread whitemice
Later rather than sooner, although I doubt Google has any real idea on this. Android is a big software stack with a lot of technical risk, and like all such developments will require extensive end user/community testing to bring it up to standard. iPhone was delayed along similar lines, but Appl

[android-beginners] Re: Handset ETA

2008-05-29 Thread Mark Murphy
Fred Lackey wrote: > Does anyone know of an ETA for the first handsets? I haven't seen an official hard date. I'm putting the odds at a 95% chance of availability by Christmas, 50% chance by Labor Day, and 1% chance by the end of Google I/O (i.e., later today). Yesterday's demo of the phone

[android-beginners] Handset ETA

2008-05-29 Thread Fred Lackey
Same question... different day. I know. Sorry about that. Does anyone know of an ETA for the first handsets? From what I remember, they were supposed to be here "second quarter of 2008." I have a team of developers with "Port to Android" as one of their unassigned projects. Unfortunately, wi

[android-beginners] I failed to install ADT-0.3.3 !

2008-05-29 Thread Johnny Tung
Dear All ! I downloaded ADT 0.3.3 to install Android Plugin with m3-rc37 to run my application written in this version. On Eclipse, I chose Help-->Software Updates-->Find and Install-->click "search for new feature to install"-->New Local Side-->then point to the ADT 0.3.3 folder after unzip-->t

[android-beginners] Re: how to set scroll view

2008-05-29 Thread Yatish
Hi all, their is one problem from up and down arrow key the control couldnot show focous on the list view. thankx Its important for me . --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To

[android-beginners] how to set scroll view

2008-05-29 Thread Yatish
hi all i want to set scroll view in my progame but their was one error that grid view dosent contain unspecified size . here is my code http://schemas.android.com/apk/res/android"; android:background="#ff670202" > --~--~-~--~~~---~--~~ You received thi