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.

The Android framework includes support for various cameras and camera features available on devices, allowing you to capture pictures and videos in your applications.

learn more… | top users | synonyms

1
vote
1answer
756 views

image from camera intent issue in android

I am integrating facebook with android and I want when taking a phot , save it to sdcard and then upload it to facebook. Here is my code: photo_up=(Button)findViewById(R.id.camera_foto_button); ...