[mono-android] Java Interface type to c# binding

2013-12-04 Thread venkatesh
Hi, We have implemented the Pull to refresh and load more android library project into xamarin application. In android java project , we have an OnRefreshListener interface. /** * Register a callback to be invoked when this list should be refreshed. * * @param onRefre

Re: [mono-android] Java Interface type to c# binding

2013-12-04 Thread venkatesh
Hi, kindly give me some valuable suggestions on this issue. //Java Class on List View // Set a listener to be invoked when the list should be refreshed. ((PullAndLoadListView) getListView()) .setOnRefreshListener(new OnRefreshListener(){} ) //C#