Grid Layout Vs. Table Layout

后端 未结 7 2166
伪装坚强ぢ
伪装坚强ぢ 2020-12-02 17:15

I am working on a booking engine android app like an airline booking system. To fetch the content of say all the available airlines specific to a passenger search, this is t

7条回答
  •  一整个雨季
    2020-12-02 17:45

    I think GridView should work better because as it is implemented with view recycling and stuffs as inherited from AbsListView. GridView is more difficult to deploy because you have to use with Adapter but it will work effciently if you have a lot of heavy views to load such as images

提交回复
热议问题