Skip to content

Testing Socket Connection Using Android

ces459 edited this page Mar 22, 2015 · 1 revision

The socket connection can be tested (for image and string fields only) on the android app in the following way.

  1. Open the up-to-date Geosource-Android project in Android Studio.
  2. Make sure you have an emulator or android device connected.
  3. Run the app.
  4. Click "Create new Incident" on the app's main screen.
  5. Wait. If the test was successful, simple strings representing empty fields should appear. Congratulations!
  6. If nothing happens, there was probably an error on the server end. If the app crashes, investigate the error in the Android Studio's logcat.

Clone this wiki locally