This project is a sample project that demonstrates how to build an Android app.
Covering a bunch of development process steps and best practices. Providing a "cook book" for successful, agile, clean process. Area we'll talk about: REST
, Android studio
, Gradle
, Maven
, ProGuard
, Intellij Inspections
, Lint
, Build variants
, Flavours
, Strict mode
, MAT
, Google play beta and rollouts
, Graphical design
, Performance
, Automation
, Unit testing
, Git workflow
, Jenkins
... And much more!
Learning is best done through actual examples. So, This project leverages Github tools and showcase the needed info on the project "as we go":
commit
- the basic comment will describe the general step, while further info will be commented in the Github as markdown commentspull request
- will capsulate multiple commits that describe a full feature in cases we will want to demonstrate "the big picture"
Copyright 2019 Sean Katz
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.