一般我们做应用都是用Listview、Gridview或者UITableview,UICollectionView实现布局的,但是像天猫、淘宝首页这种复杂的布局很难用Listview实现,想请教大家有没有什么好的方案。目前我在iOS开发是可以用多个section上实现较为复杂的页面,而Android上则使用MyGridview实现,但是仍然觉得不靠谱。
迷茫2017-04-17 15:06:06
For Android, you can use RecyclerView. As for the homepages of Tmall and Taobao, I remember winter said that "most of the clicks on the homepage are h5", which is not natively implemented