[android-developers] Re: Importing in aidl file

2009-12-02 Thread yidongsoft
Damn it. That complex. use database instead. any way, Thank you! On Dec 2, 6:17 pm, sathya subbiah wrote: > WelcomeI think parcellables can help with your issue. Pls find the link > regarding the > samehttp://panyam.wordpress.com/2008/03/07/android-hack-parcellable-in-ec... > > On Wed, Dec

Re: [android-developers] Re: Importing in aidl file

2009-12-02 Thread sathya subbiah
WelcomeI think parcellables can help with your issue. Pls find the link regarding the same http://panyam.wordpress.com/2008/03/07/android-hack-parcellable-in-eclipse/ On Wed, Dec 2, 2009 at 5:10 AM, yidongsoft wrote: > First of all, thank you for replying. > > My aidl file is like this: > >

[android-developers] Re: Importing in aidl file

2009-12-02 Thread yidongsoft
First of all, thank you for replying. My aidl file is like this: //IActions.aidl package com.xyz.a; //import java.util.ArrayList; interface IActions{ float getSpeed(); //ArrayList getDataList(); int getDataState(); } I have to comment out ArrayList getDataList(); because eclipse says "unknown