Gallery picker- ImageView cropper
Capture photo- Capture video
- Editor photo
AndroidManifest.xml
assets/
|- fonts/
java/
|- com/
| |- octopepper/
| | |- mediapickerinstagram/
| | | |- commons/
| | | |- components/
| | | |- MainActivity.java
| | | |- MainApplication.java
res/
|- drawable/
|- layout/
|- mipmap-hdpi/
|- mipmap-mdpi/
|- mipmap-xhdpi/
|- mipmap-xxhdpi/
|- mipmap-xxxhdpi/
|- values/
|- values-v21/
|- values-w820dp/
master
--> PRODUCTIONbeta
--> BETAdevelopment
--> DEVELOPMENT BRANCH
For any news features create a new branch from development
$ 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 featurefix:
A bug fixdocs:
Documentation only changesstyle:
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 featureperf:
A code changes that improves performancetest:
Adding missing testschore:
Changes to the build process or auxiliary tools and libraries
- Butter Knife --> link
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 fragmentation analytics --> Platform Versions
- Min API 16 --> Jelly Bean : 4.1.x
- Max API 25 --> Nougat : 7.x.x