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
Post a Comment