Coder Social home page Coder Social logo

tgo1014 / itemistevolved Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jakubmosakowski/itemistevolved

0.0 2.0 0.0 599 KB

Checklist in kotlin.

Home Page: https://play.google.com/store/apps/details?id=com.jakmos.itemistevolved

License: GNU General Public License v3.0

Kotlin 100.00%

itemistevolved's Introduction

Itemist Evolved

Compatibility

This application targets Android (6.0) Marshmallow and newer.

Project Modules

This particular Android project consists of the following modules:

  1. utility - various utils such as logger, view or animations util classes,
  2. persistence - implements persistence models, converters and managers,
  3. network - implements network models, converters and managers,
  4. domain - merges persistence and network layer into one, incl. domain models and managers,
  5. application - produces ItemistEvolved executable application.

Project Flavors

Build is configured to produce two different flavors:

  • dev - flavor with enabled all development tools,
  • prod - flavor with disabled all development tools.

Documentation and configuration

Do not hesitate to consult settings directory. You can find there such directories as:

  • api - with readme that contains description of client <-> server communication,
  • keystore - with signing configuration details,
  • proguard - with ProGuard definitions,
  • services - with readme that contains description of any external services integration.

Building production

Before building production ensure to:

  • change build flavor to prod.

This flavor uses production configuration files. These files introduces crucial changes:

  • defines proper server connection details (uris, etc.),
  • enables/disables development tools such as Stetho, etc.,
  • configures network requests log level.

Github Actions

How to store files in secrets:

Gradle properties

There are available options that can be configured in utility\gradle.properties file.

Note that you can find gradle.properties.sample file in application modules. If you would like to use default values, just copy this file and paste as gradle.properties.

After preparing gradle.properties file you have to synchronize your Gradle build. This allows to generate BuildConfig class with required constant variables.

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.