Chris Raley

Results 4 comments of Chris Raley

I noticed this library only has targetSdkVersion 25. With [Google's Accouncement](https://developer.android.com/distribute/best-practices/develop/target-sdk#check_and_update_your_sdks_and_libraries) mentioning 3rd party libraries to target 26 as well are there any plans to update?

@Lawgrin, um I don't know. I made a fork a few hours ago and made my code changes, committed, and then creating a pull request. Nothing special.

Although I might be extremely late in providing this info, I thought it might be helpful to someone else stumbling upon this thread. Android's VideoView doesn't support .gifv. When I...

I too experienced this issue using a `Singleton` for my `SQLiteOpenHelper`. I was able to work around the issue by using mocks that made my singleton return an object that...