Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a table about 20 columns and 200 rows, which can not display only in one screen. I have to scroll it both horizontally and vertically, so is there any way to achieve it?

I have tried TableLayout and it can do such things but it's bad to scroll. The database browser in Re Explorer is perfect, how can I get to this?

share|improve this question
Post your adapter code and we can give you tips to optimise – Rawkode Nov 22 '12 at 15:11
@Rawkode I just wrap TableLayout in ScrollView and HorizontalScrollView – withparadox2 Nov 22 '12 at 23:01

1 Answer

You may found your solution/work around with some of these

http://blog.gorges.us/2010/06/android-two-dimensional-scrollview/

Problem in horizontal scroll in android

But, If you are not forced to use the same Layout Design by your employer, Then PLEASE Change the design of the screen.. because the current design you choose is NOT SUPPORTED BY ANDROID that is a kind of web or desktop screen design.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.