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.... } } }
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.