Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 487 Bytes

File metadata and controls

20 lines (15 loc) · 487 Bytes

iDeus android library

This library is helping tool in usual tasks in our company.

Base features:

  1. Support MVVM Architecture (Android Data Binding).
  2. Network tools. (retrofit lib, gson lib)
  3. Data base tools. (requery lib)
  4. Helping tools. (shared preferences tools, dialogs, toasts, e.t.c.) be continue...

How to use:

Paste this line:

compile 'biz.ideus.ideuslib:ideuslib:1.0.1'

in your gradle file (your module gradle file)

Examples are locate in app module.