CopyPastor

Detecting plagiarism made easy.

Score: 0.8732369557656705; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2015-06-02
by Ahmad Arslan

Original Post

Original - Posted on 2015-06-02
by Ahmad Arslan



            
Present in both answers; Present only in the new answer; Present only in the old answer;

It doesnot destroy the variables. But after So many days of research LOL I have got a solution of my mistake. When I put the debugger the method calls it like after taking a picture.
onCreate() onActivityResult() onCeate() onResume() Its fixed by just put these following lines in t the menifest. It happens due to camera config changes & window soft input mode.
<activity android:name="packageName.Activity" android:configChanges="orientation|keyboardHidden|screenSize" android:label="@string/app_name" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" >
It doesnot destroy the variables. But after So many days of research LOL I have got a solution of my mistake. When I put the debugger the method calls it like after taking a picture.
- onCreate() - onActivityResult() - onCeate() - onResume()
Its fixed by just put these following lines in t the menifest. It happens due to camera config changes & window soft input mode.
<activity android:name="packageName.Activity" android:configChanges="orientation|keyboardHidden|screenSize" android:label="@string/app_name" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" >

        
Present in both answers; Present only in the new answer; Present only in the old answer;