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.... } } }
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.