Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
This looks good. One suggestion I have is to change the naming scheme for these new model classes. Instead of calling them _Rest_XXXX can we call them something else? Maybe append a Data or a Model suffix? So instead of RestJob for example maybe we can call it JobModel or JobData? And while we're at it maybe we should rename the Service class to MobileService and the corresponding RestService to something like MobileServiceModel or MobileServiceData or something.
This looks good. One suggestion I have is to change the naming scheme for these new model classes. Instead of calling them _Rest_XXXX can we call them something else? Maybe append a Data or a Model suffix? So instead of
RestJob
for example maybe we can call itJobModel
orJobData
? And while we're at it maybe we should rename theService
class toMobileService
and the correspondingRestService
to something likeMobileServiceModel
orMobileServiceData
or something.