Open andypinet opened 7 years ago
class AuiWebClient extends WebViewClient {
@Override
public boolean shouldOverrideUrlLoading(WebView view, WebResourceRequest request) {
// return super.shouldOverrideUrlLoading(view, request);
return false;
}
}
webview.setWebViewClient(new AuiWebClient());
http://www.cnblogs.com/JohnTsai/p/4715454.html
1.recycleview 简单使用
http://frank-zhu.github.io/android/2015/01/16/android-recyclerview-part-1/
1 android carddview 使用 http://www.jianshu.com/p/fb62474d3a37
2 android flexboxlayout使用 https://github.com/google/flexbox-layout
3 Behavior实现滑动隐藏ToolBar与BottomNavigation http://ittiger.cn/Custom-Behavior-to-fast-back.html
1 pulltorefresh使用
1 android bottomnavigation view 禁用shifiting mode https://stackoverflow.com/questions/40176244/how-to-disable-bottomnavigationview-shift-mode
1 android navigationview 添加badge https://github.com/ittianyu/BottomNavigationViewEx
1、关于访问网络的问题
基础android框架 http://hukai.me/android-training-course-in-chinese/
全家桶学习使用 https://github.com/OCNYang/QBox/wiki
这个也是目标
[ ] filedownloader https://github.com/lingochamp/FileDownloader/blob/master/README-zh.md
[ ] player https://github.com/CarGuo/GSYVideoPlayer
[ ] animation https://github.com/daimajia/AndroidViewAnimations
[ ] webview https://github.com/Justson/AgentWeb