Dev M Hussein

Results 4 comments of Dev M Hussein

Sorry i think the better updating code is --> public void checkAt(int index) { if(index >= 0 && index < this.mRadioButtons.size()) { RadioButton button = (RadioButton)this.mRadioButtons.get(index); if (button != null)...

i have checker code when radio button checked , i add your listener "setOnCheckedChangeListener" and do what i do on it; But when i call checkAt() method my checker code...

@marchinram I only use `RxGallery.gallery(activity, false, RxGallery.MimeType.IMAGE)` or `RxGallery.photoCapture(activity)` but on some android version I got this exception e.g.`Nexus 4 android 6.0`