Qadir Hussain

Results 17 comments of Qadir Hussain

> Anyone want to test [this fork](https://github.com/Harmanbeer007/ImagePicker/commits/master) out? It seems to have implemented Multiple Image Selection > > just have to call `setMultipleAllowed(true)` on the [ImagePicker builder](https://github.com/Harmanbeer007/ImagePicker/blob/67f66faebf31813b0cc87c4655351761deafa376/imagepicker/src/main/kotlin/com/github/dhaval2404/imagepicker/ImagePicker.kt#L219-L222) How to use...

> Can use official implementation: https://google.github.io/modernstorage/photopicker/ Thank you for this. can this be used to pick any type of file too. ie. images, videos, docs pdf etc. everything. I am...

Very good feature request! I also need this feature in my case. @Auther @TelegramOwners @BotFather any ETA for this?

We want this amazing feature please do take care of developers democracy :D

I have started the audio recording. like ``` mAudioRecorder = AudioRecorder.getInstance(); mAudioFile = new File(Utils.getTodayAudioDirectory() + File.separator + System.nanoTime() + ".file.m4a"); Log.e("mAudioFile Path", mAudioFile.toString()); mAudioRecorder.prepareRecord(MediaRecorder.AudioSource.MIC, MediaRecorder.OutputFormat.MPEG_4, MediaRecorder.AudioEncoder.AAC, mAudioFile); mAudioRecorder.startRecord(); ```...

Error is your library doesn't support the audio recording pause and play feature. I assumed that `mRxAudioPlayer.getMediaPlayer().pause();` will pause my audio recording but its not. Wrong assumption. right?