Samples
Samples
BluetoothChat
Language: Oxygene, Platform: Cooper, Category: Android
https://github.com/remobjects/ElementsSamples/tree/master/Oxygene/Cooper/Android/BluetoothChat
-
com.example.android.BluetoothChat
-
References
- android
- Source Files
-
Other Files
- res\values\strings.android-xml
- Properties\AndroidManifest.android-xml
- res\menu-v10\option_menu.android-xml
- res\values-v11\styles.android-xml
- res\values\styles.android-xml
- NOTICE
- res\menu\option_menu.android-xml
- Readme.txt
- res\drawable-hdpi\app_icon.png
- res\drawable\app_icon.png
- res\layout\custom_title.layout-xml
- res\layout\device_list.layout-xml
- res\layout\device_name.layout-xml
- res\layout\main.layout-xml
- res\layout\message.layout-xml
-
References
res\values\strings.android-xml
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Bluetooth Chat</string> <!-- BluetoothChat --> <string name="send">Send</string> <string name="not_connected">You are not connected to a device</string> <string name="bt_not_enabled_leaving">Bluetooth was not enabled. Leaving Bluetooth Chat.</string> <string name="title_connecting">connecting...</string> <string name="title_connected_to">connected to: %1$s</string> <string name="title_not_connected">not connected</string> <string name="no_bluetooth">Bluetooth is not available</string> <!-- BluetoothChatService --> <string name="no_insecure_support">Sorry - insecure Bluetooth connection was introduced in Android 2.3.3</string> <!-- DeviceListActivity --> <string name="scanning">scanning for devices...</string> <string name="select_device">select a device to connect</string> <string name="none_paired">No devices have been paired</string> <string name="none_found">No devices found</string> <string name="title_paired_devices">Paired Devices</string> <string name="title_other_devices">Other Available Devices</string> <string name="button_scan">Scan for devices</string> <!-- Options Menu --> <string name="secure_connect">Connect a device - Secure</string> <string name="insecure_connect">Connect a device - Insecure</string> <string name="discoverable">Make discoverable</string> </resources>
