Skip to content

Instantly share code, notes, and snippets.

@MiraLak
Created May 31, 2015 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MiraLak/5a86bb3586204b8b290f to your computer and use it in GitHub Desktop.
Save MiraLak/5a86bb3586204b8b290f to your computer and use it in GitHub Desktop.
Android app: Basic accelerometer
public interface CassandraRestApi {
@POST("/acceleration")
public Response sendAccelerationValues(@Body Acceleration acceleration);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment