Hi Jon,
Thanks for your prompt reply.
I have solved
*Error 2 :* *
'Com.Ipaulpro.Afilechooser.FileLoader.LoadInBackground()': return type must
be 'Java.Lang.Object' to match overridden member
'Android.Support.V4.Content.AsyncTaskLoader.LoadInBackground()'
by adding these lines in Metadata.
Hi,
Since i am new to this platform , i couldnot solve this issue.
Please give me a way to solve this isssue.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/File-Picker-navigation-to-backward-tp5713528p5713535.html
Sent from the Mono for Android mailing list ar
On Sep 26, 2013, at 4:36 AM, venkatesh wrote:
> I have done the steps given by you .
>
> 2.Add a new partial class to my binding solution as per your suggestions
>
> // Add a new class to your solution:
> namespace Com.Ipaulpro.Afilechooser {
> partial class FileListFragment {
> publi
Hi John,
Thanks for your wonderful support.
I have changed the casting type to (System.Collections.IList) in the new
partial class as per your suggestions.
namespace Com.Ipaulpro.Afilechooser
{
partial class FileListFragment
{
public void OnLoadFinished(Android.Support.V4.Conten