Context-detection API for Android developed as a university project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 1.1KB

1234567891011121314151617181920212223
  1. <?xml version="1.0"?>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Android projects by Chris Smith</title>
  5. <link rel="stylesheet" type="text/css" href="/style.css"/>
  6. <style type="text/css">
  7. .qr { float: left; clear: left; margin-right: 15px; }
  8. .qr img { width: 128px; }
  9. </style>
  10. </head>
  11. <body style="margin-top: 0; padding-top: 0;">
  12. <h1 style="background: url('android.png') no-repeat right; padding-top: 50px; margin-top: 0;">Android projects by <span>Chris Smith</span></h1>
  13. <div>
  14. <div class="app">
  15. <a href="market://details?id=uk.co.md87.android.sensorlogger" class="qr"><img src="SensorLogger.png" alt="SensorLogger.apk QR code"></a>
  16. <h2>Sensor logger</h2>
  17. <p>Logs changes in accelerometer and magnetic readings and allows them to be uploaded for use in research.</p>
  18. <p>When the "start" button is pressed, the application will log sensor data for approximately 50 seconds, and then automatically upload it along with the user-supplied activity description.</p>
  19. </div>
  20. </div>
  21. <div id="footer"/>
  22. </body>
  23. </html>