Hacker News new | ask | show | jobs
by ChemicalWarfare 3515 days ago
>>There aren't any Java 8 features available to Android now

that is incorrect. https://developer.android.com/guide/platform/j8-jack.html

Just plopped this into my activity to make sure: someList.stream().map(String::toUpperCase).forEach(System.out::println);

As long as minSdkVersion is 24 or higher you should be good.

1 comments

Except it doesn't work and is full of bugs.

https://www.reddit.com/r/androiddev/comments/59gcr9/who_is_u...