/RoomServiceDemo

Simple Room Service demo. You can query which room you're in, contribute new rooms / data to the database, and see the hit rate through the Validation interface

Primary LanguageJavaMIT LicenseMIT

RoomServiceDemo

Simple Room Service demo. You can query which room you're in, contribute new rooms / data to the database, and see the hit rate through the Validation interface

Troubleshooting: If the classes from Android Library cannot be resolved, check that you have

  1. Imported the Android Library to your workspaceadded the library.
  2. RoomServiceDemo has added the RoomServiceAndroidLibrary as its library. Steps for item 2: 1 right click your project folder, click properties 2 on the left hand side, click the 'Android' tab 3 on the right hand side, 'Add' the Library project 4 You may need to restart eclipse now. It is a known bug of SDK.