Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Adapter is a software design pattern that makes several interfaces compatible through a common interface or class.

learn more… | top users | synonyms

0
votes
0answers
92 views

how to open alert dialog on clieck on button in listview

I want to open Facebook dialog on click of button in listview for this i perform action on click listener on button in adapter class .buts its shows following exception 01-23 17:28:43.697: ...
0
votes
0answers
71 views

Images are messy when performs a search

I created a ListView where I take the pictures and names of my facebook friends. And also I created a search to facilitate search on the listview ... It's all working completely sure, the only ...
0
votes
1answer
800 views

Android - Issue with facebook implementation

I am trying to integrate facebook capabilities into my Android app. So, I have an adapter which is going to display a list of items. Once user clicks on a button, it will start the ...