Giter VIP home page Giter VIP logo

friendcircle's Introduction

FriendCircle

一起来撸个朋友圈吧(重构版)

欢迎来到本项目,这个项目是一个尝试性项目,目的在于从无到有撸出一个微信朋友圈。

ps:所有最新进度基本都会先push到main-dev分支哦

因为采取组件化(目前正在开发的组件:photoselect),所以可能push上来的是组件的build,如果您要build整个app,请把gradle.properties下的 isModule=true 切换为false并sync gradle
【简略更新日志】
  • 2017/04/10

    • 修复了Bmob后台查询记录只有100条的截断问题
    • 增加查询缓存
  • 2017/04/05

    • 修复ARouter失效的问题
    • 图片选择预览页面实现
    • 选择后退出的保存即页面的更新
  • 2017/03/30

    • 修复LocalPhotoManager监听媒体库更新时插入过多数据的问题。
    • 优化gridphotofragment和图片浏览的逻辑
    • 增加图片预览activity,功能慢慢完善
  • 2017/03/29

    • 图片选择模块(包括相册部分)完成
    • 图片选择模块封入fragment
  • 更多日志请看 → 更新日志


本项目的一切实现思路以及逻辑都有记录,它们都有在我的简书文集记载:

代码实现逻辑(简书合集)

【最新进度图片预览并选择】

2017-04-05

图片选择模块完成!


如果您遇到popup的导入失败,请在工程的gradle(不是app的gradle哦)加上这句话:

	allprojects {
		repositories {
			...
			maven { url "https://jitpack.io" }
		}
	}
关于作者我:

普普通通的安卓开发者一枚。

关于项目:

本项目意在按照我的经验弄出一个微信朋友圈,也许无法完全实现,但高仿应该是没问题的,只是时间问题←_←。

本项目于2016/12/01 全面覆盖master分支

本项目于2016/10/26 全面重构

本项目于2016/03/17 更改为mvp架构

本项目在更新的同时也会同步发布经验心得(撸代码的过程),不过因为在下才学疏浅,有些地方肯定做的不好,所以衷心希望如果您有好的建议或优化方案,可以留下脚印。

如果您愿意捐助一下项目,可以通过微信捐助哟~

LICENSE:


MIT

friendcircle's People

Contributors

razerdp avatar 430public avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.