Code Monkey home page Code Monkey logo

skeletoid's Introduction

Skeletoid

An utils library for Android Applications made at Mindera.

Building and releasing!

Build Status Release

Say "AAA":

codebeat badge sonarcloud badge

Code coverage:

sonarcloud Coverage Badge

Keep on counting!

sonarcloud Badge


Why should you use it?

Instead of copy pasting the same utils packages to each new project (and not having improvements propagated), just have this lib to help you! Also this provides out of the box a broad range of utils.

This library is divided into modules to enable you to just use just those that you need (click on them to get more info on how to use them):

  • This provides vanilla utilities for Android (logging, analytics, threading..) without bringing any other big library attached to it
  • This provides some useful Kotlin extensions that we have been using. It is a evergrowing module.
  • Do you use RxJava 2 & Kotlin? Well, this might be interesting for you! From operators to rx chain extensions we are adding it all here!
  • Do you want to ask you users to rate to your app? Here you go, quick and easy!

Plugins for Base module

You are using Base module and want it to be plug and play:

  • With Firebase
  • With Google Analytics

Helpers for external libraries:

  • Some utils to help integrate RxJava 2 chain with Firebase performance tooling

Wrappers for external libraries:

  • This is a simple wrapper around RxBindings that aims to solve some specific issues

Notes

  • We move fast and we break things.. but we are friendly. Please drop us an issue/feature request and we will address it asap.

skeletoid's People

Contributors

bruno-garces avatar cmota avatar diogotavares87 avatar djrsousa avatar harsh-jagad avatar jmvcaseiro avatar majatrzebiatowska avatar neteinstein avatar pedro-belchior avatar rcosteira79 avatar ritatferreira avatar ruialmeida51 avatar tallnato avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

skeletoid's Issues

Barcode scanner module

Currently the barscanner module is not working properly as Google's camera code examples all have the same issue of causing lag on the UI.

  1. Shall we remove it (since it also drops coverage a lot)?
  2. Try to update it as soon as the Google's examples are improved?

Network Detection

Network package must be deprecated or rewritten!

Declaring a broadcastreceiver for 'android.net.conn.CONNECTIVITY_CHANGE' is deprecated for apps targeting N and higher. In general, apps should not rely on this broadcast and instead use 'JobScheduler' or 'GCMNetworkManager'

Due to this: https://commonsware.com/blog/2017/04/11/android-o-implicit-broadcast-ban.html

system_process W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.net.wifi.supplicant.CONNECTION_CHANGE flg=0x4000010 (has extras) } to com.mindera.waitrose.groceries.debug/com.mindera.skeletoid.network.ConnectivityReceiver

We should implement a improved version addressing this or remove support for it and move to something like https://github.com/pwittchen/ReactiveNetwork or https://github.com/novoda/merlin

READMEs

Create one README per module with samples.

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.