fredondiek / net.kibotu.android.deviceinfo

Easy Access to all android device information

Home Page:http://kibotu.github.io/net.kibotu.android.deviceinfo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Donation About Jan Rabe

Android Device Info Build Status API Gradle Version Licence Javadoc

Introduction

Library and app for showing tons of device information for your android device.

How to install

repositories {
    maven {
        url "https://jitpack.io"
    }
}
	
dependencies {
    compile 'com.github.kibotu:net.kibotu.android.deviceinfo:-SNAPSHOT'
}

How to build the lib:

gradle clean lib:build

Features

Build
Build.getSystemAvailableFeatures()
Configuration
Cpu
Gpu
Memory
Battery
Display
Network
Sensor
Java
Geolocation
App
Misc

Todo

  • documentation how to access the data, currently it can be found at the demo app
  • memory: add environment info
  • display: finish display class info
  • display: fix configuration info
  • geolocation: add fusion, also gmaps
  • option menu: re-add endpoints for github, twitter, fbook, find parse alternative server endpoint to store shared device data
  • release new build to gplay

About

Easy Access to all android device information

http://kibotu.github.io/net.kibotu.android.deviceinfo/

License:Apache License 2.0


Languages

Language:Java 100.0%