Dzmitry Lakisau

Results 3 comments of Dzmitry Lakisau

@alexdzeshko Concerning Imageloading. Is it better to make like in this two classes: https://github.com/DzmitryLakisau/Last.fm-Library-Viewer/blob/refactor/app/src/main/java/by/d1makrat/library_fm/ImageDownloaderFromNetwork.java https://github.com/DzmitryLakisau/Last.fm-Library-Viewer/blob/refactor/app/src/main/java/by/d1makrat/library_fm/AppSettings.java ? Something needs to be improved?

Hello! First of all I want to say you thank you for such a great library! I've used snippets from previous posts to fix one flaw of **BuildKonfig**: it doesn't...

I get the same situation in my app with following set of permissions: `CALL_PHONE`, `GET_ACCOUNTS`, `READ_CALL_LOG`, `READ_CONTACTS`, `READ_PHONE_STATE`. Reason is in that Android's `onRequestPermissionsResult` returns permissions in different order and...