Вопрос

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