Select to view content in your preferred language

IdentifyTask Sample

461
0
02-01-2014 03:25 PM
ArowanaIndah
Deactivated User
Hi,

I'm using IdentifyTask Sample to create my new android app. I run the IdentifyTask Sample and it work. However when using my own services it doesn't work. Below is the Identify.java

   if(curResult.getAttributes().containsKey("Name")){  
    outputVal = curResult.getAttributes().get("Name").toString();  
   }

and i change "Name" with my field name "State_Name". Did i miss something. Please help me.

Thank.
0 Kudos
0 Replies