vvbhandare

Results 9 issues of vvbhandare

I want to disable item click which f=gives dark yellow color background?

I am getting below error when I pass `SiliCompressor.with(this).compressVideo("/storage/emulated/0/DCIM/Camera/VID_20170908_122018.mp4", "/storage/emulated/0/abc.mp4");` ``` java.lang.IllegalArgumentException at android.media.MediaMetadataRetriever.setDataSource(MediaMetadataRetriever.java:64) at com.iceteck.silicompressorr.videocompression.MediaController.convertVideo(MediaController.java:252) at com.iceteck.silicompressorr.SiliCompressor.compressVideo(SiliCompressor.java:300) at com.xxx.farwide.coreview.activity.s3filehandling.S3FileTransactionActivity$1.run(S3FileTransactionActivity.java:74) at java.lang.Thread.run(Thread.java:764) ```

I am referring below codelab link to implement sample OCR application where I need to read alphanumeric text from images. Text on image is having OCR-A font type. https://kiosk-dot-codelabs-site.appspot.com/codelabs/mobile-vision-ocr/index.html?index=..%2F..index#5 Problem...

I am new to YouTube APIs. I have downloaded & imported yt-direct-lite youtube android project from github in my eclipse. Everything is fine. But, when I run the project it...

I have downloaded WatchMe project & imported in eclipse. Also, I tried to resolve compile time errors by importing all necessary jars. But, when I run the project, I get...

I imported this project in eclipse. But when I click on "CREATE LIVE EVENT" button it gets crashed. This is the line where it gets crashed. ``` YouTube youtube =...

Getting response key : Object form. I want to convert Object to actual text string. How can I do that?

Not showing anything in HorizontalStepView if adds less than 5 items in list?