Android string-array from xml file to ListView

前端 未结 4 462
灰色年华
灰色年华 2020-12-25 10:46

First of all, thank you for your answers! I\'m new for Android and this is my problem;

I want to take values of string array to listview.

Program works fin

4条回答
  •  醉酒成梦
    2020-12-25 11:18

    Your problem is that the code should be put in on create or any other function. Not as static variable

提交回复
热议问题