I am developing a .vc application. I need to provide a form to the user to fill up fields such as name, number, title, email, website etc. in a listView layout. How i can do it?

Appreciate your helps.Thx

有帮助吗?

解决方案

You can create simple form using textview and edittexts in Linear Layout with vertical orientation and use list view to display items stored.

Go through these examples - http://chintankhetiya.wordpress.com/2013/06/01/sqlite-database-example/ to store data and http://www.androidhive.info/2012/02/android-custom-listview-with-image-and-text/ to display data in listview.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top