Genymobile / genymotion-binocle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

genymotion-binocle

An Android app showing Genymotion Java API usage.
Binocle

Binocle is a simple application showcasing Genymotion Java API use. In this application, you can find activities for which the behavior depends on sensor values. Below are some Android test examples built with Genymotion Java API to manipulate sensor values and check activity behaviors.

Genymotion Java Api documentation
Genymotion Java Api Javadoc

Battery

This part of the application displays a warning if the device is not plugged to a power source and has less than 10% of charge left.

GPS

This part of the application displays a message if the device is localized near a specific place.

Radio

This part of the application displays a message if the device is a Nexus 4, as recognized by its IMEI number.

Id

This part of the application encrypts data using ANDROID_ID to avoid the backed up data to be moved on another Android device.

### Phone This part of the application displays a green check when the device receives an SMS containing "666".

DiskIO

This part of the application shows a button to compute the read byterate of a file.

License

Copyright 2015 Genymotion

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

License:Apache License 2.0


Languages

Language:Java 93.3%Language:Shell 6.7%