Mateusz Utkała

Results 5 comments of Mateusz Utkała

Did you try to set ```xml android:focusable="false" or android:focusableInTouchMode="false" ``` It works fine for me.

I always use [OkHttp](http://square.github.io/okhttp/) for network calls and [Retrofit](http://square.github.io/retrofit/) for REST. Both are from **square** and works well together.

Hi, I'm working on this :wink:

Hi again, Here is [draft version](https://hackmd.io/s/ryXnLAJyb). This is my first time, so please be patient :wink:. Codes come from official documentation. Please let me know if everything is ok.

Keep in mind that from API 26 (OREO) you have restrictions on background tasks. [Android 8.0 Behavior Changes](https://developer.android.com/about/versions/oreo/android-8.0-changes.html) [Background Execution Limits](https://developer.android.com/about/versions/oreo/background.html) [Exploring Background Execution Limits on Android Oreo ](https://medium.com/exploring-android/exploring-background-execution-limits-on-android-oreo-ab384762a66c)