项目作者: lordtao

项目描述 :
Android App info
高级语言: Kotlin
项目地址: git://github.com/lordtao/android-tao-core.git
创建时间: 2014-06-25T08:47:48Z
项目社区:https://github.com/lordtao/android-tao-core

开源协议:GNU General Public License v3.0

下载


android-tao-core

Android App Configurator, Screen dimensions calculator, Units measures converter (mm - cm - inch - pix - pt - twip).

Download from Bintray: Download

AppConfig

Easy access to the basic information about your device and the application. Shows in the log the detailed information.

  1. AppConfig.init(this);
  2. AppConfig.printInfo();

Image of App info example

Easy work with default Shared preferences:

  1. AppConfig.putSetting(key, isGood);
  2. ...
  3. AppConfig.getBoolean(key, true);

Md5:

Calculate Md5 from InputStream, files. Generate a hash String for different data sources.

Apps

Return installed applications information (Fingerprint, SignatureKeyHash, etc.)

UI utils

Screen:

Static methods for different screen parameters

Converter:

Units measures converter

Files utils

FileDownloader

Simple file downloader

FileOperations

Operations with files, assets and dirs - copy/rename/delete/create. Clear the app data.

FileNameUtil

Operations with file name - extracting, adding, modifying path parts and file extensions.

Add android-tao-core to your project

Android tao core lib is available on Bintray. Please ensure that you are using the latest versions by Download

Gradle dependency for your Android app:

add to general build.gradle

  1. buildscript {
  2. repositories {
  3. jcenter()
  4. maven {
  5. url "http://dl.bintray.com/lordtao/maven"
  6. }
  7. }
  8. dependencies {
  9. classpath 'com.android.tools.build:gradle:2.0.0-alpha8'
  10. }
  11. }
  12. allprojects {
  13. repositories {
  14. jcenter()
  15. maven {
  16. url "http://dl.bintray.com/lordtao/maven"
  17. }
  18. }
  19. }

add to your module build.gradle

  1. compile 'ua.at.tsvetkov:taocore:1.4.5'

Changelog

1.4.5 — Fixed Kotlin access to some methods

  • fixing

1.4.1 — Added Demo

  • refactoring.
  • added Demo

1.4.0 — refactoring

  • refactoring.
  • fields validator moved in the separate project.
  • convert to Kotlin.

1.3.5 — removed Log module