• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

gisoracle

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

随笔分类 -  android

上一页 1 2 3 4 5 6 ··· 8 下一页

android
Arcgis Runtime for andriod 100 加载geodatabase
摘要:private void LoadMY(){ try { String mainGeodatabaseFilePath = YLPub.getMapData() + "/gismap/sl.geodatabase";; mMapView = (MapView) findViewById(R.id.m 阅读全文

posted @ 2017-08-21 22:09 gisai 阅读(596) 评论(0) 推荐(0)

Arcgis Runtime for andriod 100 加载TPK
摘要:private void LoadTPK() { YLPub.pContext = this; String path = YLPub.getMapData() + "/gismap/map.tpk"; mMapView = (MapView) findViewById(R.id.mapView); 阅读全文

posted @ 2017-08-21 22:07 gisai 阅读(618) 评论(0) 推荐(0)

Android SDK目录及版本号区别
摘要:来自:http://www.2cto.com/kf/201604/496917.html 今天又有人问Tools,Build-Tools,Platform-tools有什么区别,是干嘛的? 现在对SDK目录做一下总结阐述! SDK目录 add-ons 这里面保存着附加库,第三方公司为android 阅读全文

posted @ 2017-08-17 08:33 gisai 阅读(897) 评论(0) 推荐(0)

如何开启解决android studio的模拟器的问题
摘要:来自:http://jingyan.baidu.com/article/03b2f78c0a19e75ea237ae24.html 有的时候因为电脑系统或者是安装的一些问题我们可能需要对症下药的解决模拟器启动的问题 来自:http://jingyan.baidu.com/article/03b2f7 阅读全文

posted @ 2017-08-10 19:18 gisai 阅读(297) 评论(0) 推荐(0)

Android代码规范----按钮单击事件的四种写法
摘要:来自:http://www.cnblogs.com/smyhvae/p/4375710.html 【前言】 按钮少的时候用第三种的匿名内部类会比较快,比如写demo测试的时候或者登陆界面之类。 按钮多的时候一般选择第四种写法。 一、第一种写法:在XML文件中声明onClick属性(很少用) 在XML 阅读全文

posted @ 2017-08-04 13:20 gisai 阅读(352) 评论(0) 推荐(0)

ANDROID打包错误ERROR:EXECUTION FAILED FOR TASK ´:APP:LINTVITALRELEASE´.
摘要:来自:http://dditblog.com/itshare_657.html 今天修改之前的项目之后、准备打包的时候、一起打包不了、一直提示有问题、错误是一些什么Strings.xml里面的一些信息、有点看不懂、我也有尝试着改一下string.xml里面报错的地方、但仍然还是打包不了、然后往下翻的 阅读全文

posted @ 2017-08-04 10:36 gisai 阅读(952) 评论(0) 推荐(0)

android开发:退出程序(对话框、两次返回键退出)
摘要:现在还流行连续按两次返回退出,代码: 阅读全文

posted @ 2017-07-01 12:11 gisai 阅读(544) 评论(0) 推荐(0)

andriod 下一个页面
摘要:@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Button butt 阅读全文

posted @ 2017-06-26 21:41 gisai 阅读(175) 评论(0) 推荐(0)

Android studio安装配置常见问题及其解决方案
摘要:Android studio安装配置常见问题及其解决方案 阅读全文

posted @ 2017-06-26 07:15 gisai 阅读(826) 评论(0) 推荐(0)

Android 设置横屏或竖屏
摘要:private void init() { Button landButton = (Button) findViewById(R.id.landbutton); landButton.setOnClickListener(new ClickListenerlandButton()); Button VButton = (Button) findViewById(R... 阅读全文

posted @ 2017-06-25 22:45 gisai 阅读(676) 评论(0) 推荐(0)

小米手机不能直接运行Android Studio程序
摘要:小米手机不能直接运行Android Studio程序 转载自:http://www.jianshu.com/p/6588c69b42cf Problem description: Android Studio升级到2.3版本之后,小米手机MIUI不能直接点击Run运行Android Studio程序 阅读全文

posted @ 2017-06-25 11:08 gisai 阅读(248) 评论(0) 推荐(0)

andriod arcgis加载影像TIF
摘要:private static final String TAG = "MainActivity"; private MapView mapView = null; @Override protected void onCreate(Bundle savedInstanceState) { super 阅读全文

posted @ 2017-02-12 22:49 gisai 阅读(3207) 评论(0) 推荐(0)

FeatureTable()
摘要:Adds the given feature to the table. Adds the given features to the table. Deletes the specified feature from the table. Deletes the specified feature 阅读全文

posted @ 2017-02-12 21:40 gisai 阅读(1104) 评论(0) 推荐(0)

arcgis Listview
摘要:private ListView listView;@Overrideprotected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.ac 阅读全文

posted @ 2017-02-11 17:52 gisai 阅读(201) 评论(0) 推荐(0)

ArcGIS for Android图层记录数,图层选择记录,图层字段数
摘要:Log.d("图层记录数:", "" + pFeatureLayer.getFeatureTable().getNumberOfFeatures()); Log.d("图层选择记录数:", "" + pFeatureLayer.getSelectedFeatures().size()); Log.d("图层字段... 阅读全文

posted @ 2017-02-11 16:42 gisai 阅读(594) 评论(0) 推荐(0)

ArcGIS for Android 点击选择
摘要:public void onSingleTap(float arg0, float arg1) { //selFeatureLayer.selectFeature(5); Point p = mMapView.toMapPoint(arg0, arg1); mAnchor=p; Log.d("=... 阅读全文

posted @ 2017-02-11 13:52 gisai 阅读(1582) 评论(0) 推荐(0)

ArcGIS for Android地图上实际距离与对应的屏幕像素值计算
摘要:本篇文章主要介绍了"ArcGIS for Android地图上实际距离与对应的屏幕像素值计算",主要涉及到ArcGIS for Android地图上实际距离与对应的屏幕像素值计算方面的内容,对于ArcGIS for Android地图上实际距离与对应的屏幕像素值计算感兴趣的同学可以参考一下。 /** 阅读全文

posted @ 2017-02-11 12:30 gisai 阅读(1247) 评论(0) 推荐(0)

Android如何检查对象的类型
摘要:The instanceof operator compares an object to a specified type. You can use it to test if an object is an instance of a class, an instance of a subcla 阅读全文

posted @ 2017-02-11 10:47 gisai 阅读(896) 评论(0) 推荐(0)

andriod for arcgis 全图
该文被密码保护。

posted @ 2017-02-11 08:31 gisai 阅读(1) 评论(0) 推荐(0)

Andriod for arcgis 字段属性
摘要:Feature pFeature = selFeatureLayer.getFeature(8); Log.d("FID===", "" + pFeature.getId()+":"); Map atts= pFeature.getAttributes(); //得到包含所有属性的Map集合,并进行遍历之后将属性和属性值打印在Log的上 Set> ents= atts.entrySe... 阅读全文

posted @ 2017-02-10 14:28 gisai 阅读(257) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 ··· 8 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3