android - Best way to share AIDL and Parcelable files between client and server -


android aidl services requires copy of *.aidl , implementation of parcelable exist on remote client server. apart telling people copy , paste these files server code, there better way make easier client developers?

create android library project shared between client , server apps.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -