Can somebody tell my why the Intent data is always null?
Intent data
@Override protected void onActivityResult(int requestCode, int resultCode, Intent data) {
You must return some data from the called Activity to calling Activity while finishing it.
Activity