BaseMaster
This is Android base project. Architecturally composed of a set of libraries for building modern and scalable applications from the ground up.
Our architecture divides the typical layers of an Android application into simple coherent modules, which are completely independent from one another:
- UI
- Services
- Database
- Crashlytics Logger
In order to keep modules independent, we decoupled the behavior required for each layer into a single module, where everything comes together smoothly, which we call core. This not only allows you to choose which modules to use, but also gives you independence from any service or database oriented libraries we use.
Author
Loitp93
- Fb/loitp93
- Email: [email protected]
- Skype: [email protected]
- Phone: +84 76408 8864
Git
https://github.com/zladnrms/RoundableLayout
https://github.com/gongwen/SwipeBackLayout
https://github.com/Cutta/ContinuousScrollableImageView
https://github.com/gjiazhe/PanoramaImageView
https://github.com/gjiazhe/ScrollParallaxImageView
https://github.com/flavioarfaria/KenBurnsView
https://github.com/hoang8f/android-flat-button
https://github.com/venshine/GoodView
https://github.com/ApplikeySolutions/CosmoCalendar
https://github.com/ParkSangGwon/TedImagePicker
License
Copyright 2019 Loitp93
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.