已采纳回答 / 小小西蒙
暂时可以这样认为:URI,是uniform resource identifier,统一资源标识符,用来唯一的标识一个资源。而URL是uniform
resource locator,统一资源定位器,它是一种具体的URI,即URL可以用来标识一个资源,而...
2016-05-14
dyjd = bar.getProgress(); //获取第一进度
dejd = bar.getSecondaryProgress(); //获取第二进度
tv.setText("第一进度为"+dyjd+"%"+","+"第二进度为"+dejd+"%"+",总进度为"+zjd+"%");
dejd = bar.getSecondaryProgress(); //获取第二进度
tv.setText("第一进度为"+dyjd+"%"+","+"第二进度为"+dejd+"%"+",总进度为"+zjd+"%");
2016-05-14
已采纳回答 / qq_彳亍L_0
if(src.getChildAt(0).getMeasuredHeight()<=src.getHeight()+src.getScrollY()){ Toast.makeText(MainActivity.this, "滑动到底部刷新",Toast.LENGTH_SHORT).show(); //滑动到底部添加文字 tv.append(getResources().getString(R.string.textmao)); }看看你的滑动底部监听...
2016-05-12