Prathamesh Talathi

Results 4 issues of Prathamesh Talathi

Here is my Base ImageDownloader snippet `config.imageDownloader(new ImageDownloader() { @Override public InputStream getStream(String imageUri, Object o) throws IOException { ContentResolver res = context.getContentResolver(); Uri uri = Uri.parse(imageUri); if (imageUri.startsWith("content://com.android.contacts/")) {...

If Pull-to-refresh is active, I am not able to scroll list. So, if server take more time to respond, the UI will stop user to do any action. Can you...

Not able to play video in list or in fragment with single instance on Sony devices of api level 17. The lib always throw error in method `onErrorMainThread`.