android
hysen31
keep it simple and short
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android提交数据到服务器的两种方式四种方法
原文出处:http://www.open-open.com/lib/view/open1337137595541.html转载 2014-04-07 10:38:10 · 756 阅读 · 0 评论 -
android 让一个控件按钮居于底部的几种方法
android 让一个控件按钮居于底部的几种方法 1.采用linearlayout布局: android:layout_height="0dp" android:layout_weight="1" 2. 采用relativelayout布局: android:layout_alignParentBottom="true" 3. 采用 fragment 布局(activityg转载 2015-02-03 16:50:35 · 831 阅读 · 0 评论 -
webview 和android js 交互
http://192.168.1.145:8083/app_interface/apps/jsk/service.c?state=downloadFile&fileID= android端: final class WebViewInterface { WebViewInterface(){}; public void原创 2015-03-10 09:09:50 · 706 阅读 · 0 评论
分享