Android Open Source - Development gesture Gesture-Mouse






Project Summary

Wii mouse for presentation and for browsing - Gesture (gyro) based mouse/presenter controls the mouse/applications via hand gestures performed in mid air with the phone holding hand..

Web Site / Source Repository

Gesture-Mouse is hosted in the following web site
https://github.com/legion0/Gesture-Mouse

If you think the Android project Gesture-Mouse listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Gesture-Mouse.

ItemValue
Java File Count63
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version9
Activity Count6
jar files usedandroid-support-v4.jar
msg_pack.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
Asset File Namesassets\fonts\BigAppleNF.ttf
assets\fonts\airmole.ttf




Resource Files

There are 10 image files in Gesture-Mouse. The names of the image files are listed as follows.

app_icon.png
av_play_over_video.png
content_discard.png
hardware_keyboard.png
ic_menu_add.png
mouse.png
navigation_next_item.png
navigation_refresh.png
retry.png
shuffle.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Gesture-Mouse has the following Java source files.

org.wiigee.control.AndroidWiigee.java
org.wiigee.control.Wiigee.java
org.wiigee.device.AndroidDevice.java
org.wiigee.device.Device.java
org.wiigee.event.AccelerationEvent.java
org.wiigee.event.AccelerationListener.java
org.wiigee.event.ActionStartEvent.java
org.wiigee.event.ActionStopEvent.java
org.wiigee.event.ButtonListener.java
org.wiigee.event.ButtonPressedEvent.java
org.wiigee.event.ButtonReleasedEvent.java
org.wiigee.event.GestureEvent.java
org.wiigee.event.GestureListener.java
org.wiigee.event.MotionStartEvent.java
org.wiigee.event.MotionStopEvent.java
org.wiigee.filter.DirectionalEquivalenceFilter.java
org.wiigee.filter.Filter.java
org.wiigee.filter.HighPassFilter.java
org.wiigee.filter.IdleStateFilter.java
org.wiigee.filter.LowPassFilter.java
org.wiigee.filter.MotionDetectFilter.java
org.wiigee.logic.Classifier.java
org.wiigee.logic.Gesture.java
org.wiigee.logic.GestureModel.java
org.wiigee.logic.HMM.java
org.wiigee.logic.PreciseHMM.java
org.wiigee.logic.ProcessingUnit.java
org.wiigee.logic.Quantizer.java
org.wiigee.logic.TriggeredProcessingUnit.java
org.wiigee.logic.XHMM.java
org.wiigee.util.FileIO.java
org.wiigee.util.Log.java
org.wiigee.util.Serializer.java
us.to.gesturemouse.Client.java
us.to.gesturemouse.GestureListener.java
us.to.gesturemouse.TcpClient.java
us.to.gesturemouse.activities.CreateActionActivity.java
us.to.gesturemouse.activities.CreateGestureActivity.java
us.to.gesturemouse.activities.CreateNewApplicationActivity.java
us.to.gesturemouse.activities.FindServersActivity.java
us.to.gesturemouse.activities.FirstTimeLoginActivity.java
us.to.gesturemouse.activities.MainActivity.java
us.to.gesturemouse.dal.ApplicationDAL.java
us.to.gesturemouse.dal.DBHelper.java
us.to.gesturemouse.dal.GestureDAL.java
us.to.gesturemouse.dal.SystemVariablesDAL.java
us.to.gesturemouse.infra.DeviceListDisplayAdapter.java
us.to.gesturemouse.infra.KeyMap.java
us.to.gesturemouse.infra.Pair.java
us.to.gesturemouse.infra.Params.java
us.to.gesturemouse.infra.RemoteDeviceInfo.java
us.to.gesturemouse.infra.ResponseReader.java
us.to.gesturemouse.infra.TextItemPair.java
us.to.gesturemouse.infra.Tools.java
us.to.gesturemouse.infra.interfaces.ApplicationListener.java
us.to.gesturemouse.layouts.KeyboardDetectorRelativeLayout.java
us.to.gesturemouse.threads.ApplicationListenerTask.java
us.to.gesturemouse.threads.BackgroundWorkManager.java
us.to.gesturemouse.threads.ControlSessionThread.java
us.to.gesturemouse.threads.FastSampleSenderThread.java
us.to.gesturemouse.threads.FindServersTask.java
us.to.gesturemouse.threads.PausableRunnable.java
us.to.gesturemouse.threads.TcpInitConnectionTask.java