I have my own class arraylist and I need to bind that list and show only some fields to user. I have tried this by creating my own adapter class by extending BaseAdapter class. But I just showed only
I wanna to put heading for an BaseAdapter. like attached screenshot This is an android app Pulse news reader. I want to know how they made this front page. How th开发者_Go百科ey put headings for ever
how can I change the background of an ImageView from java? I have an ImageView and at a certain point I need to change the image that it displays (set in the styles). I tried to do it like this: