[android-developers] Re: Inner ListView not respecting layout gravity or width

2010-07-31 Thread JoksanCPEN
Inflate a Dialog with the ListView inside. On Jul 31, 4:02 am, Zsolt Vasvari zvasv...@gmail.com wrote: JOIN the header and detail tables in single query. On Jul 31, 1:11 pm, William Ferguson william.ferguson...@gmail.com wrote: Sorry Mark, not sure what you mean. I was using a nested

[android-developers] Re: Map is Empty, no matter what I do

2010-07-28 Thread JoksanCPEN
First you have tomake sure that the API key is proper due to your debug.keystore then make sure that you have the key on the mapview tag in the xml file. then make sure that you have these three lines on your manifest. uses-library android:name=com.google.android.maps/ uses-permission

[android-developers] Re: Remove a row in a Listview

2010-07-09 Thread JoksanCPEN
have you tried to delete the element from the array instead of deleting it from the listview? On Jul 9, 2:12 am, karteek kartee...@gmail.com wrote: use the methode remove with position of the row mAdapter.remove(2); On Jul 9, 2:32 am, Albert albert8...@googlemail.com wrote: Hi all, Does

[android-developers] Re: socket communication between emulator as server and pc as client

2010-07-08 Thread JoksanCPEN
The ip to work tcp connections local using the emulator is 10.0.0.2 Hope this will help, On Jun 18, 11:53 am, mah m...@heilpern.com wrote: After the emulator is started, and before you start your PC application, use this command:    adb forward tcp:12345 tcp:12345 Which will forward TCP

[android-developers] Re: Socket connection question

2010-07-08 Thread JoksanCPEN
I don't think so. I think that the problem here is that carriers doesn't want people using direct port connections over their network. If you find something let me know, Ohh and if you know how to read socket on android let me know also. On Jul 5, 1:48 am, Alex Xin xinxi...@gmail.com wrote:

[android-developers] Developing Google Maps in Android

2010-06-15 Thread JoksanCPEN
How can I put text on a google map on an android app when I touch an overlay? Does anyone knows if android support ah-hoc mode? I found that it doesn't but maybe you have another opinion. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Connect two android phones over 3g/edge

2010-06-15 Thread JoksanCPEN
How yo connect the phones over w-fi? On Jun 11, 11:50 am, WuffIT Tech wuffi...@gmail.com wrote: I am new to this forum and I would like to throw out this question and hopefully someone can point me in the right direction. I am developing an Android application and I would like to setup a