Android Datatable
I'm working on an application , I currently I have a database the rows are transferred to arrays then displayed in a datatable.
I'm a novice with this, I'd just like to know what is the best way to edit these rows. I can retrieve a row by the id in some edittext boxes then edit and update. But is there a more intuitive way to do this for the user? like an alternative to a datatable where the table itself its editable?
Hopefully I explained that well enoug开发者_运维百科h
Advice would be great, thanks
If you want to do it outside your application then keep the emulator running, and update the tables in your application's database using the command prompt. adb shell is the command to access the application's database
精彩评论