Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 2.97 KB

README.md

File metadata and controls

51 lines (42 loc) · 2.97 KB

GithubIssueTracker

Build Status

Screenshots

:--: :--: :--: :--:

Tech-stack

  • Tech-stack

    • Kotlin - a cross-platform, statically typed, general-purpose programming language with type inference.
    • Coroutines - perform background operations.
    • Flow - handle the stream of data asynchronously that executes sequentially.
    • HILT - Hilt provides a standard way to incorporate Dagger dependency injection into an Android application.
    • Apollo GraphQL Client - Apollo is a platform for building a data graph.
    • Jetpack
      • LiveData - is an observable data holder.
      • Lifecycle - perform action when lifecycle state changes.
      • ViewModel - store and manage UI-related data in a lifecycle conscious way.
  • Architecture

    • MVVM - Model View View Model
  • Tests

    • Unit Tests (JUnit) - a simple framework to write repeatable tests.
    • Mockito
    • Truth - Fluent assertions for Java and Android
    • Espresso - write concise, beautiful, and reliable Android UI tests.
  • CI/CD

    • Github Actions

License

   Copyright 2021 Paul Mburu

   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.