Skip to content

StaticCash is a free-time project written in Kotlin, MVVM, Room Persistence, RxKotlin, Android Architecture Components

Notifications You must be signed in to change notification settings

naufalnibros/android-static-cash

Repository files navigation

Static Cash

StaticCash is a sample Android project using StaticCash.json API based on MVVM architecture. It is my test skill project at that time~

First of all, you need to understand Android Architecture Components, i'm follow Google recommended Guide to app architecture to structure architecture based on MVVM, reactive UI using LiveData / RxKotlin observables and view binding.

Learning from: Guide to app architecture

Features

  • 100% Kotlin
  • MVVM architecture
  • Reactive pattern
  • Android architecture components and Jetpack
  • Dagger Hilt (Upcoming)
  • CI support (Upcoming)
  • Testing (Upcoming)

JSON API Schemas

Or can you visit this StaticCash.json

{
  "2017-02": [
    
  ],
  "2017-03": [
    
  ],
  "2017-04": [
    
  ],
  "2017-05": [
    {
      "label": " BebasBayar | Menu Favorit",
      "nb_visits": 1564,
      "nb_hits": 2033,
      "sum_time_spent": 69711,
      "nb_hits_with_time_generation": 1392,
      "min_time_generation": "0.001",
      "max_time_generation": "47.593",
      "sum_bandwidth": 0,
      "nb_hits_with_bandwidth": 0,
      "min_bandwidth": null,
      "max_bandwidth": null,
      "sum_daily_nb_uniq_visitors": 1413,
      "entry_nb_visits": 176,
      "entry_nb_actions": 802,
      "entry_sum_visit_length": 66663,
      "entry_bounce_count": 27,
      "exit_nb_visits": 128,
      "sum_daily_entry_nb_uniq_visitors": 158,
      "sum_daily_exit_nb_uniq_visitors": 121,
      "avg_bandwidth": 0,
      "avg_time_on_page": 34,
      "bounce_rate": "15%",
      "exit_rate": "8%",
      "avg_time_generation": 0.853
    }
  ]
}

LICENSE

Copyright (c) 2020 Moch. Naufal N.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

StaticCash is a free-time project written in Kotlin, MVVM, Room Persistence, RxKotlin, Android Architecture Components

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages