android GoogleApiClient .connect() Interface or Class TL;DR: * If it's your code, check the version play services (com.google.android.gms:play-services-\*). * If you're using a library, check if the library has a version using play services >= 8.1.0. If not, you'll need to clone and upgrade it
client Web services: Create a client with wsimport Following is a quick tutorial on how to create/use a web service (WS) client with wsimport. Recently, I have been playing with creating a client to a WS using wsimport. Why wsimport? Because I've hass the WS server (using AXIS) and a bunch of source code generated