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 > did you invalidate your view after changing the image? > > On Jan 18, 4:01 am, mark2011 wrote: > > Dear All : > > > >I want to display some images during a period of time. I

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 > > > mark2011 wrote: > > Dear All : > > > >I want to display some images during a period of time. I use sleep > > to delay the time & want to

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 > Did u import onclicklistener library and wots d error line ? > > On 1 Aug 2011 1

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
.com/2011/03/android-webservice-with.html > > > > > > > On Mon, Jul 11, 2011 at 10:47 AM, wu mark wrote: > >> Dear Tushar : >> >> Could you provide some example? Thanks. >> >> BR, >> Mark >> >> 2011/7/11 tushar sahni >> &g

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 > yeah > On Jul 11, 2011 7:16 AM, "mark2011" wrote: > > Dear All : > > > > Can I call a web service to get some data & return the screen to > > the android? Actually, I want to get some data on the rem

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 > Yes, you can do that. > > Parts needed: > Web Server > > On Phone: > HTTP (DefaultHttpClient, AndroidHttpClient, etc) > XML/JSON parse

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 > may be your code is getting entangled in an infinite loop. have you > tried using "break" ? > > On Jul 6, 4:51 pm, mark2011 wrote: > > Dear All : > > >

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 hypertermin

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 var

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 > Hi, >

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 > use buffer.flush to clear last msg > Regards, > *Shailesh Mistry* > +91 9974148507 > > > > > On Wed, Jun 22, 2011 at 10:53 AM

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 > use buffer.flush to clear last msg > Regards, > *Shailesh Mistry* > +91 9974148507 > > > > > On Wed, Jun 22, 2011 at 10:53 AM, mark2

Re: [android-developers] UUID in Bluetootht sample

2011-06-16 Thread wu mark
indly teaching. Best Regards, Mark 2011/6/16 Kristopher Micinski > 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" wrote: > > Dear Kris : > >

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 wrote: > >> Dear Kris : >> >> Sorry, I'm a newer from android. Could you tell me how to see the

Re: [android-developers] Emulator in Windows 7

2011-06-15 Thread wu mark
gt;DDMS. > > On Wed, Jun 15, 2011 at 2:02 PM, wu mark wrote: > >> Could you tellme how to see LogCat? >> >> Thanks. >> >> 2011/6/15 Mohammed Hossain Doula >> >>> Is there anything appears in LogCat? It should not stop. As I am >>>

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 > 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 wrote: > >> Dear All : >> >>I had

Re: [android-developers] UUID in Bluetootht sample

2011-06-15 Thread wu mark
that can run? 2011/6/15 Kristopher Micinski > 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" wrote: > > Dear Kris: > > I found

Re: [android-developers] UUID in Bluetootht sample

2011-06-14 Thread wu mark
tmp; } 2011/6/15 Kristopher Micinski > 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 wrote: > >> Dear Kris :

Re: [android-developers] UUID in Bluetootht sample

2011-06-14 Thread wu mark
> On Tue, Jun 14, 2011 at 10:06 PM, wu mark wrote: > >> just io exception. >> >> 2011/6/15 Kristopher Micinski >> >>> What error did you get? >>> >>> Can you check it in the logcat? What phones are you using, also. >>> >&g

Re: [android-developers] UUID in Bluetootht sample

2011-06-14 Thread wu mark
just io exception. 2011/6/15 Kristopher Micinski > 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 wrote: > >> Dear All : >> >> I'm trying to communicate through the bluetooth now. I see the