1,调用startActivityForResult后,onActivityResult为什么立刻响应
当启动的activity的启动模式为单列的时候,会发现这种情况,android:launchMode="singleInstance";
another buglist链接:https://my.oschina.net/banxi/blog/49562
2,在fragment调用相机的时候,如果要调用activity的接口,接口需要实现parcelable,onresult回调需要调用父类的super方法;
3,解决关于 在android studio 出现的 DELETE_FAILED_INTERNAL_ERROR Error while Installing APK 问题
解决方案:
Android Studio > Settings> Build, Execution, Deployment > Instant Run > Uncheck : Enable Instant Run