Sathish Gadde

Results 18 comments of Sathish Gadde

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" ![image](https://user-images.githubusercontent.com/18158746/109253411-c209ca80-7815-11eb-9817-d49cf92032a5.png)

Its required user can pause and resume video recording. During the recording application went background and foreground than recording not persisting.

![image](https://user-images.githubusercontent.com/18158746/43378742-556da5ec-93e6-11e8-88d9-c33f3e78bee5.png) 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...