-
Notifications
You must be signed in to change notification settings - Fork 0
Home
runegri edited this page Aug 9, 2011
·
3 revisions
- We have a simple location service implemented. It needs to be refactored and some information like speed should be added.
- Geocoding and reverse geocoding
- More control over the data returned (accuracy, update interval, +++)
- Common wrapper for accelerometer data. Need to make sure they are similarly scaled.
- Recognize some actions like shaking and turning (in the future)
- Capture images and videos. Also include the ability to select existing images and videos?
- Need to return a common image format. Maybe implement WriteableBitmap on all platforms? Should investigate other options.
- Control camera settings
- We have an implementation of sqlite that runs on WP7 and an ORM (sqlite-net) that runs on top of it
- Needs improved control of where we store the database.
- Make sure web requests are handled async.
- We may be able to use the existing frameworks, but may want to write wrappers to force a specific pattern.
- Expose settings in a common manner
- Allow reading and writing of settings
- Recording of sounds and selection of already recorded sounds
- Ensure that audio is captured in a common format
- Make calls, send messages, send email
- Hide the fact that wp7 uses isolated storage
- Create and manipulate files and folders