Bipin Vayalu

Results 8 issues of Bipin Vayalu

Basically, I want to develop an Instagram kind of auto-play video in nested RecyclerView. So when the user scrolls and stops at a specific position and I would like to...

Currently, I am using this library. There is no doubt that its nice library. But I am not sure why (probably) for me only `addToStart` method add new message in...

I am using this library in many apps but sometimes I am required to use text instead of the ✓ icon in the action menu when cropping the screen. As...

I had added this library as module and directly using it's `CropVideoView` and related classes. I am storing user's selected rectangle on saved instance state by `getCropRect()` and restoring on...

I am using this progress dialog library to show progress UI when app is performing something serious IO stuff. But i noticed when we double tap or long press on...

I am using this library to compress and update image resolution. But somehow, the Image doesn't convert to the requested resolution of 1500 x 1500. #### Code: ``` private suspend...

Getting this error. Please find CLI logs here. Following from here: https://yesimroy.gitbooks.io/android-note/content/compile_ffmpeg_for_android.html ``` My-MacBook-Pro:ffmpeg bipin$ ./build_android_all.sh /Users/bipin/android/android-sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-gcc is unable to create an executable file. C compiler test failed. If you...

I am implementing an Instagram kind of auto-play video feature in my app, But before updating RecyclerView UI as per this library suggestion. I used this library VideoPlayerView in my...