Vaclav Schmuttermeier

Results 5 comments of Vaclav Schmuttermeier

It seems it always fail on creating outputstream here: ``` public static Boolean saveTempEpubFile(String filePath, String fileName, InputStream inputStream) { OutputStream outputStream = null; File file = new File(filePath); try...

Tried to add to the manifest those lines: ``` ```

Seems this is android visualizer native problem. I experience the same using android.media.audiofx.Visualizer class.

``` fun fetchFeed(rssFeedUrl: String): MutableList { var articleList = mutableListOf() launch(coroutineContext) { try { Timber.tag(this.javaClass.toString()).d("Feed will be read.") val reader = RSSReader() val feed = reader.load(rssFeedUrl) Timber.tag(this.javaClass.toString()).d("Title is> ${feed.title}") val...

Yes, but that is a bit unclear to me, I tried to use busybox image to connect to the container but I see no `config/docker.yaml` there so probably you take...