I used ScrollView in my application. It contains a LinearLayout as child and some other views likes
TextViews,Buttons etc… as sub-views. Now I want to post the content of scrollview as an image on FaceBook wall.I could not find out a suitable post.
**My question is how to post ScrollView/Layout content on facebook wall?...**
Thanks in Advance
use this function to convert your view in to bitmap image
then post bitmap image on facebook wall
hope help you..