myapplication icon indicating copy to clipboard operation
myapplication copied to clipboard

Android apps - 知乎阅读+社区浏览+三方小功能+Bmob数据存储

Hello MyApplication

重拾Android开发

  • 基本UI设计和操作
  • 测试代码Demo
  • 一些基本的小而精的Demo
  • 框架的引入
  • 完整的项目

主要内容

这是一款基于Android传统的MVC技术的个人APP, 包含四个主要页面:

  1. Home页面:数据来源知乎日报,自动解析;
  2. 社区页面:后端采用Bmob存储数据;
  3. 发现页面:使用一些第三方库实现一些小功能;
  4. 我的页面:实现一个完整的个人用户系统功能。

展示

参考资料

  • PhotoView框架: https://github.com/chrisbanes/PhotoView
  • 图片多选框架: https://github.com/sd6352051/android-image-picker
  • EventBus框架: https://github.com/greenrobot/EventBus
  • Volley框架: http://blog.csdn.net/guolin_blog/article/details/17482095
  • Glide框架: https://github.com/bumptech/glide
  • material-dialogs: https://github.com/afollestad/material-dialogs
  • ZXingLib: https://github.com/xuyisheng/ZXingLib
  • NumberProgressBar: https://github.com/daimajia/NumberProgressBar
  • IndexableRecyclerView: https://github.com/YoKeyword/IndexableRecyclerView