Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 UITableView 的 iphone 应用程序。这个表格视图使用“分组”样式,看起来相当不错。现在我正在将此应用程序移植到android。是否有任何关于如何使 android 的 ListView 看起来像 iPhone 的分组 UITableView(圆角等)的库/示例?
虽然,就个人而言,我不会推荐两个平台都有自己的 sdk 风格的视图,但如果你仍然想实现这样的组件。在 GitHub 上托管了一个项目,下载相同的并尝试使用这个:
https://github.com/thiagolocatelli/android-uitableview