# custom_account_app **Repository Path**: macwust/custom_account_app ## Basic Information - **Project Name**: custom_account_app - **Description**: 这是一个记账app的实现,涉及到了activity、SQlite、fragment、自定义键盘、ListView以及常用布局。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-08-04 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, Android ## README # custom_account_app #### 介绍 这是一个记账app的实现,涉及到了activity跳转、SQlite基本增删改查操作、fragment定义、自定义key.xml键盘、ListView内容以及常用布局。 ### 环境配置 **Android studio版本:** 2021.2.1 Patch1 **Setting.gradle:** 需要增加如下配置: ``` maven { url 'https://plugins.gradle.org/m2/' } maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' } maven { url 'https://maven.aliyun.com/nexus/content/groups/public' } maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' } ``` **build.gradle:** ``` plugins { id 'com.android.application' version '7.2.1' apply false id 'com.android.library' version '7.2.1' apply false } ``` ### 运行截图 ![增加记录](https://foruda.gitee.com/images/1659786252482465467/屏幕截图.png "屏幕截图.png") ![首页](https://foruda.gitee.com/images/1659786280321177849/屏幕截图.png "屏幕截图.png") ![查询](https://foruda.gitee.com/images/1659786302311029137/屏幕截图.png "屏幕截图.png") #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)