I am creating a listview of Switch
objects, Switch objects contain textview properties, do I need a custom adapter or can I just use a simple adapter?
Asked
Active
Viewed 409 times
0

CQM
- 42,592
- 75
- 224
- 366
1 Answers
0
Simple adapter has a content view called CheckedTextView. If you need to use a specific view that android pre defined layouts doesn't support then yes, you need to customise it.

Barışcan Kayaoğlu
- 1,294
- 3
- 14
- 35