Himanshu

Results 6 issues of Himanshu

I have download you library code and add library in my project and when i start app it give me below crash log Does you known how to resolved this...

Currently libstreaming using camera api for making rtsp streaming but how to make it use camera2 .

Hello, I have tried for setting custom drawable for the thumb as they are in rectangle width and height. I am using following code : ````Java mRangeSeekBar!!.getThumb(0).thumb= resources.getDrawable(R.drawable.ic_left_thumb,activity.theme) mRangeSeekBar!!.getThumb(2).thumb= resources.getDrawable(R.drawable.ic_right_thumb,activity.theme)...

I am getting below crash when using App with following library : ``` Java java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.engagebeyond.sasol-1/base.apk"],nativeLibraryDirectories=[/data/app/com.engagebeyond.sasol-1/lib/arm64, /vendor/lib64, /system/lib64]]] couldn't find "libmupdf.so" at java.lang.Runtime.loadLibrary(Runtime.java:366) at java.lang.System.loadLibrary(System.java:988) at com.artifex.mupdflib.MuPDFCore.<clinit>(MuPDFCore.java:14) at...

Hello , I have three thumbs, one is left, other it right and last one which is center one. How I can prevent center thumb to prevent overlap of left...

I am able to get request_token from OAuthAuthorization from android-sdk but here i am using my site as call back http://android-vogue.blogspot.in/ and i am able to get redirection in WebView...