2

Listview - List items shows empty text in music app, API 23

I turned on storage permission in emulator, app is working fine till API 22 I have posted My App is not working in API 23 in detail with screen shot, please give some suggestion to solve, I found nothing in net for this issue.

Community
  • 1
  • 1
Selva
  • 1,310
  • 2
  • 14
  • 31
  • Possible duplicate of [My App is not working in API 23](http://stackoverflow.com/questions/35634916/my-app-is-not-working-in-api-23) – Sergi Juanola Feb 26 '16 at 12:46

1 Answers1

2

I think the textColor is white. So you are not able to see the row items.

You can change the textcolor and everything will work fine.

Or you can change the theme or you can give your own textview's id on arrayAdapter with desired text colour

blackgreen
  • 34,072
  • 23
  • 111
  • 129
Avani Nagar
  • 96
  • 1
  • 11