i have a FloatingActionButton in my layout:
<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="capture"/>
And i want to upload an image from camera to Parse.com server when user clicked on this button.
EDIT :
I have found the answer :