Re: [akka-user] Akka-Streams and Android

2018-03-07 Thread Konrad “ktoso” Malawski
Sorry, it’s been years since I’ve done Android development… Maybe someone else on the list will have insights or ideas where better to ask -- Cheers, Konrad 'ktoso ' Malawski Akka @ Lightbend On March 8, 2018 at 1:58:29, 'Matt' via Akka Us

Re: [akka-user] Akka-Streams and Android

2018-03-07 Thread 'Matt' via Akka User List
Ah, thanks. That's good to know, too bad. I was thinking about playing around with reactive streams and MVI (Modell-View-Intent). I tried RxScala with RxJava2 and RxAndroid before but I wasn't very successful. So, I thought I give akka-streams a try. Any ideas on how to do MVI with Scala on An

Re: [akka-user] Akka-Streams and Android

2018-03-07 Thread Konrad “ktoso” Malawski
Akka requires JDK8, which Android is not AFAIR… they support Java8 syntax nowadays but not JDK8 bytecode right? You could use ancient versions of Akka which would run on JDK6 bytecode, but that’s strongly discouraged. -- Cheers, Konrad 'ktoso ' Malawski Akka @ Li

[akka-user] Akka-Streams and Android

2018-03-07 Thread 'Matt' via Akka User List
Hi there, I wonder if akka-streams are working on Android. I tried to get it working but there are tons of warnings and notes on the proguard step. I also did some proguard rules but still the estimated method count is >64K (81864); Akka-Streams 23684 alone. Is there a chance to make it work or