摘要: 将android中的sample例子导入到eclipse中 SDK中带有很多的例子,那么我们怎么样导入到eclipse中呢?方法很简单,如下:1. 新建android工程,选择Create project from existing sample,2. 选择sdk的version,click Next.3. 这时你会看到很多samples, 从下拉列表中选择你要导入的例子,finish.注意:前提是你已经下载了samples,并且选择的是对应的sdk版本。 阅读全文
posted @ 2012-02-07 17:30 higirle 阅读(3412) 评论(0) 推荐(0) 编辑
摘要: http://www.voipvoip.com/android/ 阅读全文
posted @ 2012-02-07 16:38 higirle 阅读(186) 评论(0) 推荐(0) 编辑
摘要: <?xmlversion="1.0"encoding="utf-8"?><RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="fill_parent"android:layout_height="fill_parent"android:padding="10dp"android:orientation="verti 阅读全文
posted @ 2012-02-07 10:22 higirle 阅读(332) 评论(0) 推荐(0) 编辑