I would like to know if there would be something similiar to Enterprise applications with respect to mobile development.
You would need to be a bit more specific before I could provide an answer to that question.
I just saw from the Andriod reference materials that we can make RPC calls.
Ummmm...
There is an on-device RPC mechanism for the purposes of having one application talk to another. There are two HTTP APIs on-device (UrlConnection and Apache's HttpClient). However, there is no
SOAP or XML-RPC stack built into Android, if that is what you are seeking.
Does your book touches on such things if they make sense?
The current roster of books cover things built into Android, with little coverage of third-party libraries. That may change in time.