remoter
remoter copied to clipboard
Remoter - An alternative to Android AIDL for Android Remote IPC services using plain java interfaces
Hi, my solution uses multiples users on android and I have an AIDL server running on the owner user where the other users access it, I found this library and...
Hi, awesome plugin, but unfortunately it's not working with @Parcelize, as far as I know, there is an issue with CREATOR field. (https://youtrack.jetbrains.com/issue/KT-19853/Parcelize-CREATOR-field-should-be-available-from-code) And I receive errors in my project...
Dear @josesamuel, Thank you for this great library ! I've faced to some build issue with remoter code generation while trying to create some remote interface inheriting some generic interface....