Questions tagged [arcgis-android-api]
48 questions
-2
votes
1 answer
How can I use Base map from GIBS in Arcgis android Sdk
I want to use latest imagery from NSA GIBS in arcgis android sdk is it Possible?
Also can I download tiles from above service to cache/offline map?
I have tried:
WMSLayer class from arcgis android
and
WebTiledLayer
Following code I used For…

Jam Muhammad Younas
- 79
- 1
- 10
-4
votes
2 answers
How to fetch Data of List as in global Variable to get data in Oncreate() Method?
PostData.java
public class PostData {
List gobalAr=new ArrayList();
public List getList(){
return gobalAr;
}
public void setList( List gl){
this.gobalAr = gl;
}
String url =…

Sital Mandal
- 21
- 6