Capture The Flag Android Game. Includes example code for Near Field Communication, Phone Proximity (Using Bluetooth)..
capture-the-flag is hosted in the following web site
https://github.com/anthonyhughes/capture-the-flag
If you think the Android project capture-the-flag listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of capture-the-flag.
Item | Value |
---|---|
Java File Count | 20 |
Supported screen sizes | [ldpi] |
Target SDK Version | 16 |
Minimum SDK Version | 16 |
Activity Count | 7 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.INTERNET android.permission.NFC android.permission.WRITE_INTERNAL_STORAGE com.anthony.ctf.permission.MAPS_RECEIVE com.google.android.providers.gsf.permission.READ_GSERVICES |
There are 1 image files in capture-the-flag. The names of the image files are listed as follows.
icon2.png
The following screenshort is generated from the image listed above.
capture-the-flag has the following Java source files.
com.anthony.ctf.bluetooth.BluetoothActivity.java com.anthony.ctf.bluetooth.BluetoothProximityService.java com.anthony.ctf.bluetooth.DeviceListActivity.java com.anthony.ctf.bluetooth.EnemyDetectionActivity.java com.anthony.ctf.game.Game.java com.anthony.ctf.game.MainActivity.java com.anthony.ctf.game.Player.java com.anthony.ctf.maps.MapsActivity.java com.anthony.ctf.nfc.CommunicationActivity.java com.anthony.ctf.nfc.MessagesArrayAdapter.java com.anthony.ctf.nfc.MessagesListActivity.java com.anthony.ctf.nfc.NFCActivity.java com.anthony.ctf.nfc.PassFlagActivity.java com.anthony.ctf.nfc.utilities.NFCHelper.java com.anthony.ctf.utilities.AndroidHelper.java com.anthony.ctf.utilities.AuthenticationHelper.java com.anthony.ctf.utilities.FileHelper.java com.anthony.ctf.utilities.StringHelper.java com.anthony.ctf.utilities.WebServiceConnector.java com.anthony.ctf.utilities.XmlDocumentHelper.java