Re: [android-developers] Re: Creator problem using location.

2011-04-08 Thread Filip Havlicek
Check out this tutorial http://developer.android.com/guide/developing/tools/aidl.html#PassingObjects You have to obtain an object from the creator first, then set its properties as needed. 2011/4/7 Sahil Verma > The documentation for createFromParcel suggests that the location object > should

[android-developers] Re: Creator problem using location.

2011-04-07 Thread Sahil Verma
The documentation for createFromParcel suggests that the location object should have been written to the parcel with writeToParcel. Have you tried this method on the location object instead of writeParcelable on the parcel object? -- You received this message because you are subscribed to t