i have a problem in android studio i want add context in array adapter in fragment class but this is not Acceptance this is image :
and use getContext
but not work
i have a problem in android studio i want add context in array adapter in fragment class but this is not Acceptance this is image :
and use getContext
but not work
I suggest you to do two things:
arrayList
, like: arrayList = new ArrayList();
getActivity()
instead of this
(like suggested by Ricardo Barroca below).Hope this helps.