monotonewang
monotonewang
Please use precise version dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:23.3.0' compile 'org.jsoup:jsoup:+' }
每个接口都来一个 写着累啊 .onStart { mAppViewModel.showLoading() }.onCompletion { mAppViewModel.dismissLoading()
1.点击第一张,然后滑到第二张图片。返回还是第一张图片框框。 最好能够返回到第二张图片,保持一致性。 2.能否把statusBar透明掉。
400M?????
aMap.clear(),会造成定位重绘。 //保存List public List getTogMarkerList() { List list=new ArrayList(); Iterator iteratorx = togMarkerMap.entrySet().iterator(); while (iteratorx.hasNext()) { Map.Entry entry = iteratorx.next(); String key = entry.getKey(); Marker value = entry.getValue(); list.add(value); }...
dispatchMessage this.loadUrl(): 有字数限制, 原版用的 evaluateJavascript if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT&&javascriptCommand.length()>=URL_MAX_CHARACTER_NUM) { this.evaluateJavascript(javascriptCommand,null); }