Re: [android-developers] Re: can I change the images after some minutes period

2012-01-19 Thread wu mark
Dear : Thanks for your quickly response. I'm just beginning to learn Android. Could you give me an example? Thanks. BR, Mark 2012/1/18 skink psk...@gmail.com mark2011 wrote: Dear All : I want to display some images during a period of time. I use sleep to delay the time

Re: [android-developers] Re: can I change the images after some minutes period

2012-01-19 Thread wu mark
Dear Jack : Thanks for your response. I just set image resources into another image. BR, Mark 2012/1/19 JackN j...@jacknorth.com did you invalidate your view after changing the image? On Jan 18, 4:01 am, mark2011 androidmark2...@gmail.com wrote: Dear All : I want to display

Re: [android-developers] OnClick error

2011-08-01 Thread wu mark
Dear Robin : I import import android.view.View.OnClickListener; The result is the same. The error is istill existed. BTW, on another pc, I don't import it. It works. Thanks. BR, Mark 2011/8/1 Robin Talwar r.o.b.i.n.abhis...@gmail.com Did u import onclicklistener library and wots d

Re: [android-developers] Can I call a web service to get some data return the screen to the android?

2011-07-11 Thread wu mark
/2011/03/android-webservice-with.html On Mon, Jul 11, 2011 at 10:47 AM, wu mark androidmark2...@gmail.comwrote: Dear Tushar : Could you provide some example? Thanks. BR, Mark 2011/7/11 tushar sahni tusharsahn...@gmail.com yeah On Jul 11, 2011 7:16 AM, mark2011 androidmark2

Re: [android-developers] Re: Can I call a web service to get some data return the screen to the android?

2011-07-10 Thread wu mark
Dear : Thanks for your quickly answer. Since I'm new to android. Could you give me some example to help me? Thanks. BR, Mark 2011/7/11 Streets Of Boston flyingdutc...@gmail.com Yes, you can do that. Parts needed: Web Server On Phone: HTTP (DefaultHttpClient, AndroidHttpClient, etc)

Re: [android-developers] Can I call a web service to get some data return the screen to the android?

2011-07-10 Thread wu mark
Dear Tushar : Could you provide some example? Thanks. BR, Mark 2011/7/11 tushar sahni tusharsahn...@gmail.com yeah On Jul 11, 2011 7:16 AM, mark2011 androidmark2...@gmail.com wrote: Dear All : Can I call a web service to get some data return the screen to the android?

Re: [android-developers] Re: android loop problem

2011-07-07 Thread wu mark
But It doesn't display the screen that I display in the loop. I don't think it had executed the loop part. Mark 2011/7/6 saurabh chatterjee chattsaur...@gmail.com may be your code is getting entangled in an infinite loop. have you tried using break ? On Jul 6, 4:51 pm, mark2011

Re: [android-developers] Re: Bluetooth Serial Port Question

2011-06-28 Thread wu mark
Dear Gis : I had copied the code from the URL that you shared( http://developer.android.com/resources/samples/BluetoothChat/index.html) But In my eclipse there are 2 error. 1.import android.app.ActionBar in the BluetoothChat.java can't be resolved. 2.DeviceListActivity.java can't find the

Re: [android-developers] Re: socket connect through a bluetooth issue

2011-06-28 Thread wu mark
Dear Indicator Veritatis : Thanks for your reply. I had coed 2 android API to pass the data from a BT Client to BT Server through the Bluetooth. It works. Now I want to pass the data from the BT client to a non-android server (for example, windows 7 server). So I try to use the

Re: [android-developers] Bluetooth Serial Port Question

2011-06-24 Thread wu mark
Dear Si : I'm a new learner for Android I'm trying to test the bluetooth now. Could you tell me more detail about the Windows to listen receive data from other devices(such as Android phone/pc) through Bluetooth? Is there any example? Thanks in advanced. BR, Mark 2011/6/24 Si

Re: [android-developers] BT transfer data issue

2011-06-22 Thread wu mark
Dear : Thanks. Sorry, I'm a new learner for Android. Should I add this command in BTServer or BTClient? Best Regards, Mark 2011/6/22 shailesh mistry shailesh.mistry@gmail.com use buffer.flush to clear last msg Regards, *Shailesh Mistry* +91 9974148507 On Wed, Jun 22,

Re: [android-developers] BT transfer data issue

2011-06-22 Thread wu mark
Dear Shailesh : I had added buffer.flush in the BTClient alreay. But It displays an error if I add it in the BTServer. Best Regards, Mark 2011/6/22 shailesh mistry shailesh.mistry@gmail.com use buffer.flush to clear last msg Regards, *Shailesh Mistry* +91 9974148507 On Wed, Jun

Re: [android-developers] UUID in Bluetootht sample

2011-06-16 Thread wu mark
that catches the exception, and run your code. Again, what two phones are you running? Kris On Wed, Jun 15, 2011 at 3:23 AM, wu mark androidmark2...@gmail.comwrote: Dear Kris : Sorry, I'm a newer from android. Could you tell me how to see the text in the exception? What do you

Re: [android-developers] UUID in Bluetootht sample

2011-06-16 Thread wu mark
Regards, Mark 2011/6/16 Kristopher Micinski krismicin...@gmail.com Hrrm... and what did the exception tell you? The exception has a .text field that will tell you why it fails. What did that say? On Jun 16, 2011 5:46 AM, wu mark androidmark2...@gmail.com wrote: Dear Kris : Thanks

Re: [android-developers] UUID in Bluetootht sample

2011-06-15 Thread wu mark
run? 2011/6/15 Kristopher Micinski krismicin...@gmail.com Debug through and see what the text in the exception is. Maybe you didn't get ther right permission, that's a glaring reason On Jun 14, 2011 11:28 PM, wu mark androidmark2...@gmail.com wrote: Dear Kris: I found it failed

Re: [android-developers] Emulator in Windows 7

2011-06-15 Thread wu mark
Could you tellme how to see LogCat? Thanks. 2011/6/15 Mohammed Hossain Doula hossaindo...@gmail.com Is there anything appears in LogCat? It should not stop. As I am working in Windows 7 as well. And for me everything works fine. On Wed, Jun 15, 2011 at 1:29 PM, mark2011

Re: [android-developers] Emulator in Windows 7

2011-06-15 Thread wu mark
. On Wed, Jun 15, 2011 at 2:02 PM, wu mark androidmark2...@gmail.comwrote: Could you tellme how to see LogCat? Thanks. 2011/6/15 Mohammed Hossain Doula hossaindo...@gmail.com Is there anything appears in LogCat? It should not stop. As I am working in Windows 7 as well. And for me

Re: [android-developers] UUID in Bluetootht sample

2011-06-14 Thread wu mark
just io exception. 2011/6/15 Kristopher Micinski krismicin...@gmail.com What error did you get? Can you check it in the logcat? What phones are you using, also. Kris On Tue, Jun 14, 2011 at 9:16 PM, mark2011 androidmark2...@gmail.comwrote: Dear All : I'm trying to communicate

Re: [android-developers] UUID in Bluetootht sample

2011-06-14 Thread wu mark
On Tue, Jun 14, 2011 at 10:06 PM, wu mark androidmark2...@gmail.comwrote: just io exception. 2011/6/15 Kristopher Micinski krismicin...@gmail.com What error did you get? Can you check it in the logcat? What phones are you using, also. Kris On Tue, Jun 14, 2011 at 9:16 PM

Re: [android-developers] UUID in Bluetootht sample

2011-06-14 Thread wu mark
Kristopher Micinski krismicin...@gmail.com The UUIDs don't matter, they just have to be the same between your applications. If you copy and paste it it should work. Kris On Tue, Jun 14, 2011 at 10:26 PM, wu mark androidmark2...@gmail.comwrote: Dear Kris : Thanks. The UUID