# SimpleComputer **Repository Path**: chen-xianping/SimpleComputer ## Basic Information - **Project Name**: SimpleComputer - **Description**: 计算器 - **Primary Language**: Kotlin - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-01 - **Last Updated**: 2023-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SimpleComputer # 计算器--UI实践 ## 项目简介 + 实现一个安卓版的计算器功能,可以实现基本的四则运算 + 具有历史记录功能,历史记录可以选择一条记录继续进行操作 + 历史记录和记忆功能采用数据库 + 计算过程和数据库存储全部放在协程 + 技术栈:Room + LiveData + ViewModel + RecycleView