# MyBlog2 **Repository Path**: codecooko/MyBlog2 ## Basic Information - **Project Name**: MyBlog2 - **Description**: 博客APP - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyBlog2 android大作业,本项目包含三个基本功能,分别是博客爬虫,缓存服务,本地随笔。 博客爬虫是分页爬取博客园博客,在app上显示博客的html格式(包括博客中的图片); 缓存服务是按策略缓存一些博客到本地数据库,当用户没网时打开app也能有博客可浏览,而不是简单的请求连接网络提示,不会影响用户体验; 本地随笔是用户可以在浏览博客的时候记笔记或者写一些随笔,保存在本地数据库,用户可以方便的浏览,修改这些随笔。 活动架构图 ------ ![image](https://github.com/nihao-hit/MyBlog2/blob/master/img/%E6%B4%BB%E5%8A%A8%E6%9E%B6%E6%9E%84%E5%9B%BE.png) 博客界面逻辑图 ------ ![image](https://github.com/nihao-hit/MyBlog2/blob/master/img/%E5%8D%9A%E5%AE%A2%E7%95%8C%E9%9D%A2%E9%80%BB%E8%BE%91%E5%9B%BE.png) 博客内容界面逻辑图 ------ ![image](https://github.com/nihao-hit/MyBlog2/blob/master/img/%E5%8D%9A%E5%AE%A2%E5%86%85%E5%AE%B9%E7%95%8C%E9%9D%A2%E9%80%BB%E8%BE%91%E5%9B%BE.png) 随笔界面逻辑图 ------ ![image](https://github.com/nihao-hit/MyBlog2/blob/master/img/%E9%9A%8F%E7%AC%94%E7%95%8C%E9%9D%A2%E9%80%BB%E8%BE%91%E5%9B%BE.png)