Re: [android-developers] Many app share one Class?

2010-08-03 Thread TreKing
On Mon, Aug 2, 2010 at 9:07 PM, 汪健飞 wangjf...@gmail.com wrote: I want many app share one class,for example,I have MessageVo,I want testApp and testTwoApp share MessageVo.but I don't know TestTwoApp use MessageVo. You can include a single file in multiple projects. Or use a library project.

[android-developers] Many app share one Class?

2010-08-02 Thread 汪健飞
I want many app share one class,for example,I have MessageVo,I want testApp and testTwoApp share MessageVo.but I don't know TestTwoApp use MessageVo. -- Cary -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Many app share one Class?

2010-08-02 Thread Floaters
I think it's easy, maybe you can refre this document: http://developer.android.com/guide/topics/intents/intents-filters.html 2010/8/3 汪健飞 wangjf...@gmail.com I want many app share one class,for example,I have MessageVo,I want testApp and testTwoApp share MessageVo.but I don't know TestTwoApp

Re: [android-developers] Many app share one Class?

2010-08-02 Thread 汪健飞
I mean don't find MessageVo in the testTwoApp,because testTwoApp and MessageVo don't together project. 2010/8/3 Floaters puhao7117...@gmail.com I think it's easy, maybe you can refre this document: http://developer.android.com/guide/topics/intents/intents-filters.html 2010/8/3 汪健飞