Android Open Source - Game bluetooth BluTag






Project Summary

A simple bluetooth-based game of tag for Android..

Web Site / Source Repository

BluTag is hosted in the following web site
https://github.com/Dagwaging/BluTag

If you think the Android project BluTag 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 BluTag.

ItemValue
Java File Count22
Supported screen sizes[mdpiv11, mdpiv21, mdpi, xxhdpi, hdpi, xhdpi, hdpiv21, xxhdpiv11, hdpiv11, xxhdpiv21, xhdpiv11, xhdpiv21]
Target SDK Version21
Minimum SDK Version15
Activity Count3
jar files usedandroid-support-v4.jar
gson-2.3.1-sources.jar
gson-2.3.1.jar
Required Permissionsandroid.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.GET_ACCOUNTS
android.permission.INTERNET
android.permission.USE_CREDENTIALS
com.google.android.c2dm.permission.RECEIVE
edu.rosehulman.blutag.permission.C2D_MESSAGE




Resource Files

There are 8 image files in BluTag. The names of the image files are listed as follows.

ic_action_add_person.png
ic_action_new.png
ic_action_play.png
ic_action_refresh.png
ic_action_stop.png
ic_play.png
ic_stat_device_bluetooth_searching.png
ic_stop.png

The following screenshort is generated from the image listed above.

null




Java Source Files

BluTag has the following Java source files.

edu.rosehulman.blutag.activities.GameActivity.java
edu.rosehulman.blutag.activities.MainActivity.java
edu.rosehulman.blutag.activities.ServiceActivity.java
edu.rosehulman.blutag.activities.StatusActivity.java
edu.rosehulman.blutag.adapters.GameHolder.java
edu.rosehulman.blutag.adapters.HolderAdapter.java
edu.rosehulman.blutag.adapters.PlayerHolder.java
edu.rosehulman.blutag.loaders.GamesLoader.java
edu.rosehulman.blutag.service.BluTagService.java
edu.rosehulman.blutag.service.ServiceBinder.java
edu.rosehulman.blutag.service.data.Game.java
edu.rosehulman.blutag.service.data.Player.java
edu.rosehulman.blutag.service.data.Tag.java
edu.rosehulman.blutag.service.receivers.BluetoothReceiver.java
edu.rosehulman.blutag.service.receivers.PushReceiver.java
edu.rosehulman.blutag.service.receivers.RegistrationReceiver.java
edu.rosehulman.blutag.service.receivers.RegistrationService.java
edu.rosehulman.blutag.service.rest.BluTagClient.java
edu.rosehulman.blutag.service.rest.DateTypeAdapter.java
edu.rosehulman.blutag.service.rest.GsonRequest.java
edu.rosehulman.blutag.views.CircularImageView.java
edu.rosehulman.blutag.views.SimpleListView.java