Elinares-82

Results 31 comments of Elinares-82

> ### Description > A staggered layout CollectionView for viewing items with different heights > > ![staggered](https://user-images.githubusercontent.com/62828724/186744242-4017ff56-d5af-4bea-b3d0-ef46d4febe83.png) > > ### Public API Changes > Need **_StaggeredLayoutItems_** as **_ItemsLayout_** option ....

Hi, I'm facing the same issue then try to create a Android binding for CleverTap .aar. The structure of my solution is the following. ![image](https://github.com/xamarin/java.interop/assets/158092565/f7d14502-fbe2-4f8c-a1a8-7db297cd7976) I have configured the Metadata...

I'm attaching a project to replicate the issue. [ [CleverTap.Bindings.Android.zip](https://github.com/xamarin/java.interop/files/14302683/CleverTap.Bindings.Android.zip) ](url)

> If you do not need this API, the easiest fix is simply to remove them: > > * Remove the `IOExecutor` class > * Or remove the implemented interface...

> > In the second approach, how can I remove the interface implementation? is there an example I can use? > > ``` > > ``` > > > And...

> The reason why it was removed will generally be listed in `obj\Debug\net8.0-android\java-resolution-report.log`: > > ``` > The class '[Class] com.clevertap.android.sdk.CleverTapAPI' was removed because the Java implemented interface type 'com.clevertap.android.sdk.inbox.CTInboxActivity.InboxActivityListener'...

Does somebody know a workaround about this?

> This error happens if there's a `Resources` directory in the app bundle (see #20135). > > It looks like these two items: > > ``` > > > appsettings.json...

> ``` > BundleResource > ``` Using the option 1 I got the same error. With the option 2 the app compiles well, however, does not run since the files...

I moved the server and appsettings files outside of the Resources folder and apparently in compiling. however, when the app startup I go a new exception ObjCRuntime.ObjCException Message=Objective-C exception thrown....