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 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. .app div { margin-left: 143px; }
  10. </style>
  11. </head>
  12. <body style="margin-top: 0; padding-top: 0;">
  13. <h1 style="background: url('android.png') no-repeat right; padding-top: 50px; margin-top: 0;">Android projects by <span>Chris Smith</span></h1>
  14. <div>
  15. <h2>Context-aware framework</h2>
  16. <p>
  17. The goal of the context-aware framework is to create an open, easy-to-use
  18. framework for application developers to retrieve information about the
  19. user's context. This context information includes low-level activites
  20. (walking, sitting, running, etc), places (home, work, travelling),
  21. nearby people (friends, strangers, etc) and more.
  22. </p>
  23. <p>
  24. At present the project is in a research and data-collection phase. The
  25. applications presented below are intended to assist in gathering data
  26. which can be analysed to determine suitable algorithms and parameters
  27. to perform the detection necessary to correctly classify and extract
  28. context information. While they are published on the Android market
  29. and freely available to download, they do not provide any benefit to
  30. end users, so it is not anticipated that they will be widely used
  31. outside a small set of voluntary testers.
  32. </p>
  33. <div class="app">
  34. <a href="market://details?id=uk.co.md87.android.sensorlogger" class="qr"><img src="SensorLogger.png" alt="SensorLogger.apk QR code"></a>
  35. <div>
  36. <h3>Sensor logger</h3>
  37. <p>Logs changes in accelerometer and magnetic field readings over a 50 second period. This data is combined with a user-supplied activity description, and uploaded for use in development, training and evaluation of an activity detection algorithm.</p>
  38. <p>The application provides a link to a web-based portal where users can see a graph of their uploaded data, and the results of the activity detection algorithm will also be surfaced there.</p>
  39. <h4>Changelog</h4>
  40. <ul>
  41. <li><strong>0.1.5 &rarr; 0.1.6</strong>: Fix force close on devices that use MEIDs not IMEI numbers</li>
  42. </ul>
  43. <div>
  44. </div>
  45. </div>
  46. <div id="footer"/>
  47. </body>
  48. </html>