Brijesh
Brijesh
Hi @rezasys2 You can use LinkedHashMap instead of Hashmap that will help you to show slides in sequence every time. You can [see](https://stackoverflow.com/a/2889800/7727011) for more information Moving to first problem...
Thanks @faizan321
Here what I have done ```java Album.camera(MainActivity.this) .video() // Record Video. .filePath(null) .quality(1) .limitDuration(maxDuration) // max duration = 2*60*1000. .onResult(new Action() { @Override public void onAction(@NonNull String result) { Log.e("result","file:...
Thanks for your effort but it is also not limiting duration while recording the video. Duration it is taking in seconds If I'm not wrong. I passing duration= 120 but...
I'm still implementing this functionality. Thanks for your words. I let you know If I face any difficulties @eneim
I'm facing similar problem. When the video is playing and If I go into new activity and return back then I scroll my lists to top(first) position. Now after few...
> Hi, the version of my pytorch is 1.3. and the python version is 3.6. when I run the code > > y = net(x) > > which is for...
I'm also facing the same issue. Please have a look on this issue. Waiting for your response @Tourenathan-G5organisation