[android-developers] Drawing a large table with canvas

2011-07-04 Thread YoonSung Hong
Hello, For my application, I have been using a table layout inside a scroll view to display a table. So, if a table size is large, it take a longer time to render (although it is only showing the portion that fits screen size, it seems that it renders entire table, and hide the rest of the table b

[android-developers] How-to: Create a spreadsheet application

2010-06-29 Thread YoonSung Hong
Hello folks, I'm interested in creating a spreadsheet application for school research. And, I would like to hold on a column with one finger and move another figer to view around all columns while the column that is held stays at the same position on the screen. I'm beginner in Android platform so