You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Installing `ShapesDemo.apk` on a real Android Device
68
71
1. Attach your Device via USB
@@ -143,12 +146,15 @@ WiFi network (on the same subnet).
143
146
4. In ShapesDemo.exe (on your computer), you MUST change the Liveliness Kind of your
144
147
shape publishers (datawriters) to `MANUAL_BY_TOPIC` for the Android subscriber to receive the data.
145
148
149
+
146
150
5. Notes:
147
151
ShapesDemo on Android is configured by default to publish/subscribe using `BEST_EFFORT_RELIABILITY`
148
152
and `MANUAL_BY_TOPIC` Liveliness kind.
149
153
154
+
150
155
6. See Troubleshooting section below if you can't get the two ShapesDemos to exchange data.
151
156
157
+
152
158
File Description
153
159
-----------------
154
160
### Java ###
@@ -168,8 +174,6 @@ File Description
168
174
*`src/com/rti/android/shapesdemo/util/EditTextPreferenceWithValue.java` - Useful class so that when a preference (setting/option) is changed by the user, the new value is automatically reflected in the preferences menu.
169
175
170
176
171
-
172
-
173
177
### Android Application Files ###
174
178
175
179
*`AndroidManifest.xml` - Main definition file for ShapesDemo app including which Activity to start on startup
0 commit comments