ueinohakono
Results
2
issues of
ueinohakono
收藏的本子太多了(上千本),每个都挺喜欢,但每次点收藏,都是优先看到默认排在最前的本子,剩下几百本都是翻都要翻的要死。而且因为都喜欢所以其实对于看哪个本子是无所谓了。所以不知道可否加个随机浏览收藏夹的功能? 比如直接在搜索框里加个类似于:random一样的指令之类的?
just like this,and app will crash protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main_activity); ``` new Thread() { @Override public void run(){ HttpRequest response = HttpRequest.get("http://www.google.com"); String t1=response.body(); String t2=response.body(); //call...