Android P SDK 28
Tag: android
Continuous Shared Element Transitions: RecyclerView to ViewPager
Mosdroid #6
Android Studio steps into wrong sdk source
https://stackoverflow.com/questions/28640513/android-studio-steps-into-wrong-sdk-source
The following workaround worked for me:
- Compile the application without any changes.
- Launch the application in Debug mode (and optionally break on breakpoint).
- Go to
File>Project Structure, find yourappmodule (or/and optionally, any other modules) and change theCompile Sdk Versionto one that matches the device you’re debugging on (i.e. 19). - Step into the framework code – it should step into SDK 19 sources.
Happy Path: Kotlin + Actors + Kategory
https://medium.com/@javipacheco/happy-path-kotlin-actors-kategory-proof-of-concept-322e9099d2ea
https://github.com/javipacheco/rekkit
Akka (https://akka.io/)
Arrow – Functional companion to Kotlin’s Standard Library – (http://arrow-kt.io/)
