jsonfellin

Results 2 issues of jsonfellin

I don't see a way to set the initial selected view or item. RecyclerView.smoothScrollToPosition() doesn't seem to scroll to the correct position. Any ideas?

I'm trying to decrypt an encrypted file in the assets directory. I'm loading it with `AssetManager.openFd()` and using this method to get the `String`: ``` private String readBytes(AssetFileDescriptor file){ int...