MoshDev / Blogito

Blogito, Kotlin, MVVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blogito

Blogito is a sample project demonstrating a simple blog post listing along with nested comments.

Project development

  • Whole code base is written in Kotlin
  • UnitTest
  • Uses the MVVM Architecture (along with Use-Cases and Interactors for more concern seperation)
  • Uses Dagger2 for dependency injection

Architecture

The app uses MVVM architecture which fits more with the latest libraries used (ViewModel).

Run The App

Clone the project, open with AndroidStudio, you need the back api running in the background first then run the app usin the emulator.

Code style

Uses the default Kotlin code style built-in IntelliJ

License

                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

About

Blogito, Kotlin, MVVM

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%