Usman Rana
Usman Rana
The image captured from Front camera is showing correctly but video from front camera is flipped horizontally (preview is fine just end result is flipped). The method is still. I've...
onCleared method of ItemViewModels doesn't trigger so, i'm unable to remove some resources i.e. Handler and Runnable.
In case of inputType password the input should be first shown as text for a glance and then hide it just like native widget acts with password field.
It is not working as a parent view of a ViewPager.
Sometimes app crashes on 3D dialog, crash logs are as following: ``` Fatal Exception: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:851) at java.util.HashMap$KeyIterator.next(HashMap.java:885) at android.view.ViewGroup.dispatchDragEvent(ViewGroup.java:1415) at android.view.ViewRootImpl.handleDragEvent(ViewRootImpl.java:6258) at android.view.ViewRootImpl.-wrap11(ViewRootImpl.java) at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:4160) at android.os.Handler.dispatchMessage(Handler.java:102) at...
I'm using CameraKit and BlurKit together and it gives following error while compiling the project. More than one file was found with OS independent path 'lib/armeabi-v7a/libRSSupport.so'
There is no option to downsample or set Bitmap.Config for Bitmap when using BlurKit.getInstance().blur(view,radius); method.
I'm using 'AllAngleExpandableButton' widget in a fragment on top of a MapView, that fragment is inside a ViewPager. When i click on the button , it doesn't perform any action....
There should be an option to set the text programmatically.
If we show thumbnail in ImageView and user zooms the views, then when we load the actual image in ImageView the zoom value resets. There should be a method to...