[android-developers] Re: About Telnet

2008-05-23 Thread juma
Where we have to give telnet commands dos or unix? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] how can i show another spinner when one select an item from spinner

2008-05-23 Thread rutu
THIS I S THE CODE WHICH CALLS THE ANOTHER FILE WHICH OPENS ANOTHER ShowMovie CLASS WHICH HA S TWO SPPINER public class Movieselect extends MapActivity { public void onCreate(Bundle icicle) { super.onCreate(icicle); setContentView(R.layout.main);

[android-developers] multiple app

2008-05-23 Thread lenin v
Hi, Is there anyway to cascade the apps.? Lets say I want to embed the browser in my app and still want some of my screen to be visible and be able to get the pointer and key events. Thanks in advance. --~--~-~--~~~---~--~~ You received this message because

[android-developers] How to update the progress bar dynamically.

2008-05-23 Thread wipand
Hi, I've to update the progress bar dynamically. i.e. while playing the audio, i need to show the progress. But there is no listener where i can set the progress. How to do that? As the audio plays, i want some listener to be called on periodic basis, so that i can set the progress. Somebody pls

[android-developers] How to add more then one spinner in relative layout

2008-05-23 Thread rutu
?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=fill_parent android:layout_height=fill_parent view class=com.google.android.maps.MapView android:id=@+id/map android:layout_width=fill_parent

[android-developers] Working with files

2008-05-23 Thread imen
Hi, In my application, i want to use files that are in my computer. I want to open a file on the Emulator. Please, how can i do it ? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Working with files

2008-05-23 Thread plusminus
Remember that you are not working on the same machines ! Android-Common-File-Operations will not work ! Regards, plusminus http://anddev.org # Worlds largest Android Development Community / Tutorials On May 23, 11:16 am, imen [EMAIL PROTECTED] wrote: Hi, In my application, i want to use

[android-developers] Re: Working with files

2008-05-23 Thread senthil arjunan
Hi, Use DDMS perspective than use File Explorer.. On Fri, May 23, 2008 at 2:46 PM, imen [EMAIL PROTECTED] wrote: Hi, In my application, i want to use files that are in my computer. I want to open a file on the Emulator. Please, how can i do it ? Thank you.

[android-developers] Re: How to update the progress bar dynamically.

2008-05-23 Thread vitvikt
You may do it by useing timer. vitvikt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: How to update the progress bar dynamically.

2008-05-23 Thread Mark Murphy
wipand wrote: I've to update the progress bar dynamically. i.e. while playing the audio, i need to show the progress. But there is no listener where i can set the progress. How to do that? As the audio plays, i want some listener to be called on periodic basis, so that i can set the

[android-developers] Re: How to add more then one spinner in relative layout

2008-05-23 Thread dolan kundu
Hi rutu, In your 1st question, to avoid overlapping of d spinner, set the y-axis in the xml page related with the spinner. In your 2nd question, create button or what ever you want. then make these as boolean value by setChecked . Thanks, Dolan. On Fri, May 23, 2008 at 1:17 PM, rutu [EMAIL

[android-developers] Re: Working on another Android story

2008-05-23 Thread gjs
Hi, I spent about 500 hours on g2code 4 Android - not a winner, but in top 25% for all categories - http://www.g2code.com This was done outside of my day job, at night and on weekends as well as taking two weeks annual leave, so the cost in effort was significant but there is no dollar figure.

[android-developers] Re: AlertDialog Item Icons

2008-05-23 Thread Megha Joshi
Hi, This is not possible in the m5 release of the SDK, but a future SDK will provide a setAdapter() method on AlertDialog.Builder, which will make it easy to add custom views that have the icon and text. Thanks, Megha On Wed, May 21, 2008 at 5:35 PM, Gil [EMAIL PROTECTED] wrote: Hi everyone,

[android-developers] real phone authentication

2008-05-23 Thread jcmb
Does an Android provide a programmatic way for a developer to confirm that the device currently being run is a phone and not an emulator? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Problem in Sending Sms through telnet

2008-05-23 Thread juma
Hi, I use the m5 version only. When i use the emulator control it becomes grayed. Thanks judy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to