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.

A subclass of AdapterView which shows items in a vertically scrolling list.

learn more… | top users | synonyms

0
votes
2answers
152 views

Facebook android scrumptious tutorial ListView not clickable on Google TV

I have just recently built an android tablet app (looking to port it to Google TV now) which is in close analogy to the Facebook Android Scrumptious App tutorial. In particular the issue is in the ...
1
vote
1answer
76 views

Application crashes because of adapter

I have a problem with displaying facebook friend list data in Listview since last week and I cannot figure it out. I tried many ways to do this but unfortunately it didn't succeeded. Friend list is ...
0
votes
1answer
247 views

implement facebook like button

I created an android app to show comments of certain post from facebook. what I want to do is to implement the like button. I have all the necessary data (facebook token, user id, app id etc.) and ...
0
votes
0answers
180 views

How to Show ListView Items in Tabs

In Contacts Tab, trying to fetch list of all Facebook Friends In Month Tab, trying to fetch list of Facebook Friends those Birthdays in Current Month In Week Tab, trying to fetch list of Facebook ...
3
votes
0answers
145 views

How to get List Data in Tab Actvity

I have made a program in which i am fetching list of all my Facebook Friends with their name, dob and profile picture, but i have decided to use tabs in my existing program therefore, i have also ...
0
votes
0answers
123 views

How to get image of Facebook Friends in ListView [closed]

I have made a program in which i am fetching name, DOB of my all FB friends, and here i am also trying to fetch images of my friends, but i am not getting image, please where i am missing: ...
-3
votes
1answer
383 views

Displaying FB friends with profile pictures [closed]

I am making an android application and as a part of that I need to get all my FB friends in a list with their profile pictures. Can anyone help me out with this?
0
votes
1answer
399 views

Android Gridview without Image Adaptor

I have a blank linear list, I've got a list of images that will load dynamically (from url's, working). I need to display the images in a grid (like when you access facebook photo gallery). I can't ...
1
vote
1answer
427 views

Refresh a ListView implemented using Lazy Load and JSON

I have implement Fedor's Lazy Load code to implement a subset of my application. I am pulling data using the facebook sdk and showing a newsfeed post with its comments, like count, etc in an activity. ...
1
vote
2answers
1k views

How to Parse Facebook Data

I am having a few problems getting Facebook data to parse properly. I am working on implementing part of an application to allow a user to select and use one of their own facebook photos within the ...
0
votes
0answers
223 views

Display feeds in listview android

I have a query. I have tried and succeeded in displaying the static facebook feed using url from a static id. Now i need to display all the feeds dynamically. Please guide me how can i display all the ...