您当前的位置: 首页 >  android

Android 图片切换各种色调变化

发布时间:2017-08-09 19:27:14 ,浏览量:0

MediaPickerInstagram
项目地址: NodensN/MediaPickerInstagram

I've not found any MediaPicker component suitable for my needs for Android so I made this one. It's a Media picker component that aims to replicate the experience provided by Instagram. The features I plan to add are : Photo taking functionality Video taking functionality. Hope this helps! Some help is much appreciated, there is much work that could be done. :)

Screenshots

picker editor camera

Work In Progress
  • [X] Gallery picker
  • [ ] Capture photo
  • [ ] Capture video
  • [X] Editor photo
Project Structure
AndroidManifest.xml
assets/
  |- fonts/
java/
  |- com/
  |  |- octopepper/
  |  |  |- mediapickerinstagram/
  |  |  |  |- commons/
  |  |  |  |- components/
  |  |  |  |  |- editor/
  |  |  |  |  |- gallery/
  |  |  |  |  |- photo/
  |  |  |  |  |- video/
  |  |  |  |- MainActivity.java
  |  |  |  |- MainApplication.java
res/
  |- anim/
  |- color/
  |- drawable/
  |- layout/
  |- layout-v14/
  |- mipmap-hdpi/
  |- mipmap-mdpi/
  |- mipmap-xhdpi/
  |- mipmap-xxhdpi/
  |- mipmap-xxxhdpi/
  |- values/
  |- values-v21/
  |- values-w820dp/
Git Branch
  • master --> PRODUCTION
  • development --> DEVELOPMENT BRANCH

For any news features create a new branch from development

Formatting commit messages
$ git commit -am "[... your message ...]"

All commit message line will be cropped at 100 characters

Prefixe all your commit messages by one of this type:

  • feat: A new feature
  • fix: A bug fix
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, etc)
  • refactor: A code change that neither fixes a bug or adds a feature
  • perf: A code changes that improves performance
  • test: Adding missing tests
  • chore: Changes to the build process or auxiliary tools and libraries
Libraries Core
  • Butter Knife --> link
  • Picasso --> link
  • Rebound --> link
  • RxJava --> link
  • Image processing --> link
Naming Conventions
public class MyClass {

    public static final int SOME_CONSTANT = 42;
    public int publicField;
    private static MyClass sSingleton;
    int mPackagePrivate;
    private int mPrivate;
    protected int mProtected;
    boolean isBoolean;
    boolean hasBoolean;

    @BienView({id})
    View mMyView;

    @BindString({id})
    String _myString;

    @BindColor({id})
    int _myColor;

}

Code style for Android --> link

Android Version Support

Android fragmentation analytics --> Platform Versions

  • Min API 21 --> Lollipop : 5.x.x
  • Max API 25 --> Nougat : 7.x.x
Contributors

NodensN

关注
打赏
1688896170
查看更多评论

暂无认证

  • 0浏览

    0关注

    110950博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录

0.0929s