Hey there!
I have been tracking down a way to add support for external SD Card storage and by following SO, taking a few looks at the sample code, and then ending here.
How well does the library mask the annoyances of saving files on KitKat and Lollipop?
I'm not too worried about storage permissions since I had to research how to implement that properly in order to move my app into the next API level, but with the glaring issue of not being able to write to external SD Cards on anything Google idiotically limited - which they ended up fixing in 6.0 - to a certain degree 👎
Hey there!
I have been tracking down a way to add support for external SD Card storage and by following SO, taking a few looks at the sample code, and then ending here.
How well does the library mask the annoyances of saving files on KitKat and Lollipop?
I'm not too worried about storage permissions since I had to research how to implement that properly in order to move my app into the next API level, but with the glaring issue of not being able to write to external SD Cards on anything Google idiotically limited - which they ended up fixing in 6.0 - to a certain degree 👎