04 2016 档案

摘要:.注册和配置 AndroidManifest.xml 1.用户权限 uses-permission android:name=“权限名称"; 2.注册 1> <activity name=activity类名> 2><Intent-filter> <action name =“action字符串(系 阅读全文
posted @ 2016-04-27 10:30 烟_雨_江_南 阅读(213) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-04-27 09:45 烟_雨_江_南 阅读(265) 评论(0) 推荐(0)
摘要:<?xml version="1.0" encoding="utf-8"?> <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" andr 阅读全文
posted @ 2016-04-27 09:39 烟_雨_江_南 阅读(221) 评论(0) 推荐(0)
摘要:帧布局以及表格布局 阅读全文
posted @ 2016-04-27 09:31 烟_雨_江_南 阅读(175) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-04-27 09:24 烟_雨_江_南 阅读(234) 评论(0) 推荐(0)
摘要:<?xml version="1.0" encoding="utf-8"?> <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" and 阅读全文
posted @ 2016-04-21 01:06 烟_雨_江_南 阅读(1334) 评论(0) 推荐(0)
摘要:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android 阅读全文
posted @ 2016-04-20 11:20 烟_雨_江_南 阅读(276) 评论(0) 推荐(0)