简体   繁体   中英

Android-Editable Expandable ListView

I want to create something like this but I want the user to be able to add to the list and I want them to be able to edit the items. I am a beginner so please don't hate. Any help would be highly appreciated.

You are probably going to have to build a custom one since editable items isn't something supported directly in the default items. What you need to do is look at listview adapters and create a custom layout for each item which maybe a textbox. Then you need to handle it (like allowing them to enter text and disabling the editing via your own methods. Might want to start by looking into this: http://goo.gl/8HKmxO

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM