[android-developers] Re: Design Problem: Client <- CustomeData -> Service

2013-10-17 Thread Richard Zhao
ack and forth . > > > 在 2013年10月14日星期一UTC+8下午3时35分33秒,Richard Zhao写道: >> >> Hi there, >> >> I'm designing a client / service software. client / service are both on >> some android. client and service communicate using messenger and data >> for

[android-developers] Design Problem: Client <- CustomeData -> Service

2013-10-14 Thread Richard Zhao
Hi there, I'm designing a client / service software. client / service are both on some android. client and service communicate using messenger and data format is class CustomeData. CustomeData also has some inner classes which define detail structure. Do I need to make CustomeData as thin as p

[android-developers] Intent filter: can I match *.map files besides the following stupid way?

2013-10-14 Thread Richard Zhao
And content scheme cann

[android-developers] android studio: can it stop generating gen/ ?

2013-05-25 Thread Richard Zhao
Hi there, I'm using android studio to browse framework code. But it always generate R.java and cause build error for duplicated R class. Can I disable the auto-generate? Thanks Richard -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] How can i stop a thread in a Activity?

2009-12-09 Thread Richard Zhao
My problem is: Activity A called Activity B, and in Activity B, it start a background thread to do some client-server work. But it maybe takes too much time. So i add a cancel button to call the stop() method to stop the thread, and call finish() to finish the Activity B and go back to Activity A.

[android-developers] ActivityInstrumentationTestCase2 error

2009-10-26 Thread Richard Zhao
Hi, I got a cmpile error when i use the ActivityInstrumentationTestCase2 to test my code. cannot find symbol symbol : class ActivityInstrumentationTestCase2 location: package android.test import android.test.ActivityInstrumentationTestCase2; ^ I did import the android.test.

[android-developers] wpa_supplicant not compiled?

2008-12-03 Thread Richard Zhao
Hi all, I got android souce using repo sync, and run choosecombo using the default value. After making, I find external/wpa_supplicant was not compiled. I can't find place to add wpa_supplicant for compile. I also tried the wpa_supplicant from G1 phone, but it doesn't support wireless extension