An activity generator for one-fragment-in-one-activity architecture to decrease code duplication of activity and to define the activity style standard easily for Android
Add this line in your build.gradle
file:
compile 'com.mrhabibi:activity-factory:1.0.5'
This library is hosted in the JCenter repository, so you have to ensure that the repository is included:
buildscript {
repositories {
jcenter()
}
}
Feel free to create issues and pull requests.
Activity Factory library for Android
Copyright (c) 2017 Muhammad Rizky Habibi (http://github.com/mrhabibi).
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.