Skip to content

kibotu/net.kibotu.android.deviceinfo

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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