http://stackoverflow.com/questions/5150289/grid-to-insert-data-in-android-recommendation
내용

Hello Everyone,

I'm working in the creation of a grid control to insert data in Android (1.5). Something like this:

http://s2.subirimagenes.com/otros/previo/thump_6029883grilla.jpg

The style of the rows are similar to the rows of a spreadsheet (but not the functionality).

I want to use a row to insert data of a new record and after press an "OK" button (or another specific event) create a new row to insert another record.

I was investigating about a way to do that. First, I tried to find a similar control, but I didn't find anything.

After that, I read about the gridview control, but I don't think it is the right control because it's just a list sorted in columns.

Other option it was using a listview with edit controls in its rows. And insert rows dynamically

Now I think in use a table layout with edit controls in the rows.

I'm not sure what it 's the better option. I would like to know your opinion. Maybe someone has a better idea to solve this issue or someone know a similar control to this.

Ps. I think the problems with the edit controls are mainly because the style, I want my rows look like rows from spreadsheet. it's a problem but I think it must there be a solution for this in developer.android.com ;)



이 외국인처럼 C#에서 그리드 처럼 되는 레이아웃을 찾고있습니다. (표현해야하는 컬럼 개수가 많아 좌우로 스크롤이 되어야함)

아직 방법이 없는건지요

이 그리드처럼 표현하기 가장 좋은 방법은 무엇인지 조언좀 얻고 싶습니다.

그럼 즐프하세용~