[android-developers] Text-Icons

2008-05-21 Thread dolan kundu
Hi All, I want to draw a list screen with few items for that when i will see the list , i can see the image also related with the particular subject. eg: I created Home Catalog. in Home catalog, when I am openining the Rental (Rental is one category of Home catalog), in the rental type many

[android-developers] About adb install

2008-05-21 Thread Analdin Judy
Hi, When i install the .apk file using adb install.I got error can't find the file. Can anybody please tell me ,What is the reason for the error? -- Thanks Regards Analdin Judy.M InfoWave Knowledgeware. Beyond Multimedia Chennai | INDIA M: +91.98416.64705 www.i-waves.com

[android-developers] Re: Spinner focus problem

2008-05-21 Thread [EMAIL PROTECTED]
ok, and if you try to do : my_spinner.setAdapter(new ArrayAdapter()); my_spinner.setAdapter(new ArrayAdapter()); how many invocation do you have? thks On May 20, 3:11 pm, vitvikt [EMAIL PROTECTED] wrote: I use my_spinner.setOnItemSelectedListener(MyActivity.this); where public

[android-developers] Re: About adb install

2008-05-21 Thread Digit
Hi, what exact command are you using to install your package ? On Wed, May 21, 2008 at 9:51 AM, Analdin Judy [EMAIL PROTECTED] wrote: Hi, When i install the .apk file using adb install.I got error can't find the file. Can anybody please tell me ,What is the reason for the

[android-developers] Bluetooth Emulation

2008-05-21 Thread Jose
Hi everybody, I have been looking for information about Android's bluetooth support, but unfortunately it is not implemented yet at the Android's emulator. (see [ 1 ] ) I have found some sensor emulators, such as cameras or acelerometers, which let us use the sensors through a socket

[android-developers] Re: Vertical scrolling inside text view

2008-05-21 Thread and.hl
Hello, I have given textview within scrollview like below ScrollView android:id=@+id/textAreaScroller android:layout_width=fill_parent android:layout_height=40px TextView android:id=@+id/coa android:layout_width=fill_parent

[android-developers] Get that money

2008-05-21 Thread johnnon
www.treasuretrooper.com/igetmoney LATEST IN HIP HOP MUSIC AND NEWS http://thisiship-hop.blogspot.com/ --~--~-~--~~~---~--~~ 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] Re: Vertical scrolling inside text view

2008-05-21 Thread dolan kundu
Hi, ScrollView xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=fill_parent android:layout_height=fill_parent LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:orientation=vertical

[android-developers] About Telnet

2008-05-21 Thread Analdin Judy
Hi, Can anybody pls explain me about telnet. -- Thanks Regards Analdin Judy.M InfoWave Knowledgeware. Beyond Multimedia Chennai | INDIA M: +91.98416.64705 www.i-waves.com The information contained in this e-mail (including any attachments) is intended by InfoWave for the use of the

[android-developers] Re: Spinner focus problem

2008-05-21 Thread vitvikt
Sorry, I did not undrstand, what do yo want. As I understand now, you have different quantity of invocation for spinner with focus and without it? And you don't now, have spinner focus or not? I did not investigate this problem. May be parameters of onItemSelected(AdapterView parent, View v, int

[android-developers] Re: Text-Icons

2008-05-21 Thread Mark Murphy
dolan kundu wrote: I want to draw a list screen with few items for that when i will see the list , i can see the image also related with the particular subject. eg: I created Home Catalog. in Home catalog, when I am openining the Rental (Rental is one category of Home catalog), in the

[android-developers] Re: Space character in URI

2008-05-21 Thread [EMAIL PROTECTED]
a uri may never contain space characters... has nothing to do with android but you should be thankful android do check for it. .mattias rost On May 20, 11:26 pm, Beta Mike [EMAIL PROTECTED] wrote: I need to incorporate a space character in a URI but android automagicaly converts spaces into

[android-developers] i want to add another spinner on event of selecting the item in spinner

2008-05-21 Thread rutu
hi fiends, my program already contains an spinner i want that when a item is selected it should open another spinner. i tried to do this but i have to use another xml which opens the previous spinner and newer also. so for first one i have to right the same code in the another file again. can u

[android-developers] Re: About Telnet

2008-05-21 Thread Diego Torres Milano
Explain what ? Check http://en.wikipedia.org/wiki/Telnet On May 21, 12:47 pm, Analdin Judy [EMAIL PROTECTED] wrote: Hi,    Can anybody pls explain me about telnet. -- Thanks Regards Analdin Judy.M InfoWave Knowledgeware. Beyond Multimedia Chennai | INDIA M:

[android-developers] Re: Setting height of ListView dynamically in run-time

2008-05-21 Thread Mark Murphy
patrick wrote: I want to set the height of a ListView during run-time of my application. It seems that setPreferredHeight(int) doesn't do this job and I can't find any similar function. I haven't tried this, but here are two ideas: 1. It's possible you need to call requestLayout() on the

[android-developers] Re: Setting height of ListView dynamically in run-time

2008-05-21 Thread patrick
Hi Mark, On May 21, 4:31 pm, Mark Murphy [EMAIL PROTECTED] wrote: 2. It's also possible that you really need to adjust the height field of the LayoutParams for your ListView (obtained through getLayoutParams()), then call requestLayout(). Check out the Layout section of the View class

[android-developers] Re: Use of resources (R.java structure) in other Java application

2008-05-21 Thread NikB
The Eclipse plugin source code is available. If you are familar with RCP development, import this plugin into Eclipse. The plugin monitors resources in projects that have an Android nature and will regenerate the R file whenever a change is made to res/ folder resources. I think in order for

[android-developers] catching the KEYCODE_ENDCALL event

2008-05-21 Thread mystic-d
hey someone know how can i catching the KEYCODE_ENDCALL and KEYCODE_HOME event ? i try to override the 'onKeyDown' method of activity like the next code , but i cant catch the events @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode ==

[android-developers] bindService() does not start the service

2008-05-21 Thread Ahmy
a have a activity called ClientAYmsg.java , a Serivice name AYmsgService.java, an AIDL called IAYmsgService.aidl (which automatically create IAYmsgService.java) and a java class Called AYmsg.java the ClientAYmsg.java only filled with onCreate like this : public void onCreate(Bundle icicle) {

[android-developers] Re: how to change the background picture ?

2008-05-21 Thread WildLuka
you can change it manually, by accessing DDMS under data/system and substituting the wallpaper file. make sure you get copy the file on your HD first, take the dimensions and resize your new pic accordingly. Not sure whether the filename can have an extension, as the original one clearly does

[android-developers] Accessing updated or newly inserted rows from Cursor.

2008-05-21 Thread WildLuka
Hi all, I am using a cursor in an activity and I'd like to access the updated and newly inserted rows from it, rather than having to loop through it. How would I get about it ? your support will be appreciated. Thanks in advance Luka --~--~-~--~~~---~--~~ You

[android-developers] creating a transition between two views

2008-05-21 Thread rukiman
I am playing with startAnimation() of a View class where I can get it to slide out of the screen by making use of the TranslateAnimation class. However what I really like to do is while sliding the top view out, the second view becomes visible. So it is partially visible at first until the whole

[android-developers] Couldn't open socket error from URLConnection getInputStream ??

2008-05-21 Thread ole!
I get Couldn't open socket error from my Android app after it runs for a few hours. A thread is in a while loop doing URL.openConnection after many of these (about 1000), I get the error. Has anybody encountered this and/ or have a fix for it? Any help would be appreciated. The snippet of