Hi everyone!
I have the same problem, did anyone has a solution?
Thanks!
private class AsyncQueryTask extends AsyncTask<String, Void, FeatureSet> { protected FeatureSet doInBackground(String... queryParams) { //execute your query here } protected void onPostExecute(FeatureSet result) { if (result != null) { //if the query result is not null, do something.... } } }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.