Sathish Gadde
Sathish Gadde
Thank you for your response.
Hi @rene-dohan I'll try one more time with given configuration. FYI am using wifi not mobile network. I have confident there is not network fluctuation while downloading this file. Even...
Same error : D/SplashActivity$startDownload: 6533120/78672912 D/SplashActivity$startDownload: onError called with com.androidnetworking.error.ANError: java.net.ProtocolException: unexpected end of stream D/SplashActivity$startDownload: 12779520/78672912 D/SplashActivity$startDownload: onError called with com.androidnetworking.error.ANError: java.net.ProtocolException: unexpected end of stream D/SplashActivity$startDownload: 10301440/78672912 D/SplashActivity$startDownload:...
Hi @amitshekhariitbhu , am not added any configuration. But as per your suggestion am added below code : Application class :: // Adding an Network Interceptor for Debugging purpose :...
Zoom function could gave more value.
Its very simple : Add below dependencies and convery your project to androidx support or made changes accordingly. Above code working fine for me : implementation 'androidx.cardview:cardview:1.0.0' implementation "com.intuit.sdp:sdp-android:1.0.6" 
Its required user can pause and resume video recording. During the recording application went background and foreground than recording not persisting.
 We need check build or release
> @natario1 it is actually a very good feature that not many have. OpenCamera has that functionality and it's a very good lib. But it can be a bit slow...
@MotassemJa Am solved by overriding onTouch() , onClick() Add below code to Your Adapter(Here MyCardStackAdapter.class) add global boolean variable for adapter(HEre MyCardStackAdapter.class) : private boolean isReadyForHide = false; @Override public...