3

I have an iphone application that uses a UITableView. This table view uses the "Grouped" style and it looks quite good. Now i'm porting this application to android. Is there any Library/Example on how to make android's ListView look like iPhone's grouped UITableView (rounded corners etc) ?

ekad
  • 14,436
  • 26
  • 44
  • 46
Panos
  • 7,227
  • 13
  • 60
  • 95

1 Answers1

7

Though, Personally, I wont recommend views with both platforms with their own sdk style, but if you still want to implement such a component. There is a Project hosted on GitHub, download the same and try with this.:

https://github.com/thiagolocatelli/android-uitableview

jeet
  • 29,001
  • 6
  • 52
  • 53