user1417638
user1417638

Reputation: 221

How to load huge data in tablelayout

I am new to android and I am trying to load huge data which contains images and text and are fetch from server,in tablelayout.Can someone suggest me how I should do that.Because Loading all row at once may cause application to crash.Please help.Thanks in advance.

Upvotes: 0

Views: 1376

Answers (2)

confucius
confucius

Reputation: 13327

What you can do , is to use a ListView or GridView with custom adapter . for more information read this article it will help you , now when you face other issue create these stuff post a new question

Upvotes: 0

Paresh Mayani
Paresh Mayani

Reputation: 128428

Bestet is the ListView with custom adapter.

You can read more about ListView and ListViewActivity and custom adapter for listview

Upvotes: 1

Related Questions