
账本
yellowchow
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android账本-主界面(切换卡)
布局文件<TabHost xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/tabhost" android:layout_width="match_parent" android:layout_height="match_parent" >原创 2014-07-17 17:12:44 · 669 阅读 · 0 评论 -
android账本-添加listview,列头
代码更新:package com.example.account;import com.example.account.database.MainDao;import android.app.TabActivity;import android.database.Cursor;import android.os.Bundle;import android.view.LayoutI原创 2014-07-18 19:24:02 · 969 阅读 · 0 评论