gpt4 book ai didi

android - 在 xamarin 中使用交错网格

转载 作者:行者123 更新时间:2023-11-29 01:35:38 27 4
gpt4 key购买 nike

我必须在我的 Xamarin Android 应用程序中使用交错 GridView 。我发现了许多带有 native 代码的示例,但它们使用的是 native 库。喜欢https://github.com/etsy/AndroidStaggeredGrid https://github.com/maurycyw/StaggeredGridView

但我想在 Xamarin 中使用,那里有任何库或组件或任何示例吗?

最佳答案

您是否尝试过使用 Google (https://www.google.com/search?q=xamarin+AndroidStaggeredGrid&oq=xamarin+AndroidStaggeredGrid)?哈哈!开玩笑!

我遇到了同样的问题,我认为你(我们)有多种选择(请在做出决定之前先阅读所有解决方案)

  1. 第一个解决方案是尝试“绑定(bind) Java 库”,我的意思是使用来自 C# 的 .JAR。 Xamarin 对此有非常好的文档 ( http://developer.xamarin.com/guides/android/advanced_topics/java_integration_overview/binding_a_java_library_(.jar)/ )
  2. 其次可能是将 JAVA 代码移植到 C#。 Xamarin 对此也有很好的文档 ( http://developer.xamarin.com/guides/android/advanced_topics/java_integration_overview/porting_java_to_csharp/ )。我为 iOS 到 c# 做了几次这个(我在我的博客 http://www.hernanzaldivar.com 中写了几篇文章)。您拥有可帮助您将 JAVA 转换为 C# 源代码的工具 (http://codecall.net/2014/03/27/best-tools-to-convert-java-to-c-source-code/)。在这里你也有一个很好的阅读(http://blog.xamarin.com/android-in-c-sharp/)
  3. 最后,您有了我要遵循的 native 解决方案。解决方案在这条推文中(https://twitter.com/kphillpotts/status/576130296338321408)。这里有一篇详细文章“Xamarin Android - 交错网格布局,通过 RecyclerView。没有 Java 绑定(bind)!” ( http://blog.wislon.io/posts/2015/03/05/xamarin-android-staggered-grid-layout/ ) 和所有源代码

希望你觉得有用来自阿根廷的问候赫南

https://twitter.com/vackup http://www.hernanzaldivar.com/

关于android - 在 xamarin 中使用交错网格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28300577/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com