Jemshit Iskanderov

Results 30 issues of Jemshit Iskanderov

Hi, there is case regarding to [ScopedFragment](https://github.com/dmytrodanylyk/coroutine-recipes/blob/master/app/src/main/java/com/dmytrodanylyk/examples/ScopedFragment.kt) and "Kotlin android extensions" (old _findViewById_). In ScopedFragment, we cancel Job in [onDestroy](https://github.com/dmytrodanylyk/coroutine-recipes/blob/master/app/src/main/java/com/dmytrodanylyk/examples/ScopedFragment.kt#L29). AFAIK "Kotlin android extensions" assigns nulls to views in **onDestroyView**....

How to change size of both inner (spinning) circle and background circle ?

How to click on any day (which has event) using Robotium in android ? I want to test if event has correct details ?

Hi, i'm trying to use this library and it seems like a great work 👍 I want to download file to shared storage (_Movies/myVideo.mp4_). Currently Fetch supports `file:///files/` and `content://com.contentprovider.provider/`...

`DefaultNotificationManager` [here](https://github.com/tonyofrancis/Fetch/blob/c450f681035ed47d2bd6e5e2b7cf4b921665e669/fetch2/src/main/java/com/tonyodev/fetch2/FetchConfiguration.kt#L244) should be `DefaultFetchNotificationManager`

This repo can be accessed from jitpack using `com.github.yarolegovich:MaterialPreferences:1.1.6` but it depends on [LovelyDialog](https://github.com/yarolegovich/LovelyDialog) library, which is not on jitpack. Hence can not access this library through jitpack if not...

1) How did you draw nice SVG, is there some easy way ? 2) You need to change `classpath 'com.android.tools.build:gradle:1.4.0-beta6'` to > =1.5.0 to build project, otherwise it doesn't build

Hi, could you guys provide a way to use `serviceAccount` from `secrets` instead of file? As an example [this action](https://github.com/r0adkll/upload-google-play) offers [it](https://github.com/r0adkll/upload-google-play/blob/060a2efa0e0e9c4305b19228cafd00898cd9d6f4/src/main.ts#L35)

help wanted

Question: Article says "if your View needs a reference to the Model, you are probably doing it wrong too." What if i need to show data of some model without...