Skip to content Skip to sidebar Skip to footer

Android Strange Error

I have made an listview application, then i created a new one with fragments and want to implement listview to fragments. But when i do i got an strange error. public class Fr

Solution 1:

in this line feedListView.setAdapter(new CustomListAdapter(this, feedList)); just replace this with getActivity();


Post a Comment for "Android Strange Error"