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.
Displays text to the user and optionally allows them to edit it. A TextView is a complete text editor, however the basic class is configured to not allow editing
0
votes
2answers
143 views
How to get widget ids of selected row of listview
I am using an custom listview in my application.In my row I have (two images,remaining textviews).
when I click on one of textview,I want to set another textview data.I wrote the code below to do ...
3
votes
4answers
3k views
Java / Android: Get Facebook User Info From Graph Api, Display in TextView
I'm trying to learn Java right now and I've jumped in the deep end by starting with the Android Faceobok API. Right now, I'm trying to get some information from my graph data (a friend in this case) ...
0
votes
1answer
114 views
Android Facebook posting
Hello I was wondering is it possible to post the android textview to facebook as a status or would it be only possible with the edittext feature if at all.