Skip to content

This repository is part of my master thesis with the title: "Towards developing maintainable, high quality apps: A framework based on android best practices and clean architecture" where i developed a fully testable blueprint as reference work and for rapid prototyping.

Notifications You must be signed in to change notification settings

denwehrle/boilerplate-kotlin

Repository files navigation

Build Status

Boilerplate Kotlin

Languages, libraries and tools used

Features

  • Welcome Screens with ViewPager
  • Login Screen with Account + Sync
  • Offline first approach with cache logic
  • RecyclerView with dummy data from RestAPI
  • Detail Screens with additional data
  • Background sync + Notifications
  • Homescreen Widget

Requirements

  • JDK 1.8
  • Android Studio 3
  • Android SDK
  • Android Oreo (API 27)
  • Latest Android SDK Tools and build tools.

Architecture

This project follows Android architecture guidelines that are based on MVP (Model View Presenter).

Architecture Diagram

Code Quality

This project integrates a combination of unit and functional tests.

Tests

To run unit tests on your machine:

./gradlew test

To run functional tests on connected devices:

./gradlew connectedAndroidTest

Note: For Android Studio to use syntax highlighting for Automated tests and Unit tests you must switch the Build Variant to the desired mode.

License

    Copyright 2018 Dennis Wehrle

    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.

Inspiration & Credits

A special thanks to the authors involved in these repositories:

About

This repository is part of my master thesis with the title: "Towards developing maintainable, high quality apps: A framework based on android best practices and clean architecture" where i developed a fully testable blueprint as reference work and for rapid prototyping.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages