search

Home  >  Q&A  >  body text

ios布局 - Android和iOS如何实现类似天猫首页复杂的布局

一般我们做应用都是用Listview、Gridview或者UITableview,UICollectionView实现布局的,但是像天猫、淘宝首页这种复杂的布局很难用Listview实现,想请教大家有没有什么好的方案。目前我在iOS开发是可以用多个section上实现较为复杂的页面,而Android上则使用MyGridview实现,但是仍然觉得不靠谱。

高洛峰高洛峰2773 days ago697

reply all(2)I'll reply

  • 迷茫

    迷茫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

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 15:06:06

    HTML5 is worth having.

    reply
    0
  • Cancelreply