Giter VIP home page Giter VIP logo

archetype's Introduction

Archetype

codebeat badge Build Status

Badass MVVM architecture.

At the moment Archetype contains implementation of Android Dev podcast player.

Official Telegram chat https://t.me/archetype_android

Mobius Russia 2017 Talk https://www.youtube.com/watch?v=M3fTMBfmBqU&t=1380s

Main libraries and concepts

Build

Project uses Gradle as build system. You can find main gradle config for Android app module here: app/build.gradle

Code organisation rules:

Basic

  • All or no arguments should be named when pass to function, partial naming is not allowed

Kotlin

  • Order of declarations inside class or file: val, var, constructor, init, fun, private fun

DataBindings

  • All general function's annotated with @BindingAdapter should be stored in *.databindings package, filename should be 'ViewName'Bindings.kt.
  • @BindingAdapter functions that couldn't be reused should be stored in file that contains related VM or should be grouped in separate file named 'Feature'Bindings.kt
  • All all bindings in xml should start with bind: prefix
  • All ViewModels in XML should be named vm

Gradle

  • All lib and gradle plugin versions should be stored in root build.gradle file.

Rx

  • Subscribing to observable allowed only with subscribeBy or bindSubscribe extension methods.

archetype's People

Contributors

stepango avatar nekdenis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.