
Android
rib-pet
致力于政府信息化,聚焦CIM,智慧城市解决方案以及研发实施工作;擅长国土行业,智慧规划,智慧自然资源等行业信息化。ArcGIS(GeoScene)Supermap,Cesium, UE5 游戏引擎CG领域等核心框架。底层 osg, tinyGlTF, cgal, gdal, meshlab, 微软simplegon等。
展开
-
How to call http request in android (安卓网络请求写法)
Normally, there are many approaches to call http request in Andriod. Here I only explain following methods to call http request:Hopefully, it helps android developerin my opition, it should be uti...原创 2019-01-04 11:43:35 · 603 阅读 · 0 评论 -
How to make editText lose focus, when to enter Activity
In your parent layout to add following source codeandroid:focusable="true"android:focusableInTouchMode="true"转载 2019-01-04 11:54:46 · 146 阅读 · 0 评论 -
How to make Scrollview (GroupView contains "Scrollview" as sub control) go to bottom directly
Backgroud: When you initialize a Chat-UI, it always requires to update the newest message. Normally, we will present the messages from top to bottom. which means that Chat-UI has to present that las...原创 2019-01-21 20:13:31 · 92 阅读 · 0 评论 -
java.net.UnknownHostException: Unable to resolve host "cndev.mtwo.com": No address associated with
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/><uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/><uses-permission android:name="android....原创 2019-02-03 21:50:24 · 1605 阅读 · 0 评论 -
How to implement Android TTS via MS Java SDK package (android) - Speech to Text
Speech to Text package: package com.microsoft.cognitiveservices.speech;Add following line in your [build.gradle - app] implementation 'com.microsoft.cognitiveservices.speech:client-sdk:1.1.0' ...原创 2019-02-05 10:58:41 · 491 阅读 · 0 评论