Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixmueller/mobile-context-iphone-demo
Mobile Context Framework - Demo iPhone App
https://github.com/felixmueller/mobile-context-iphone-demo
Last synced: about 2 months ago
JSON representation
Mobile Context Framework - Demo iPhone App
- Host: GitHub
- URL: https://github.com/felixmueller/mobile-context-iphone-demo
- Owner: felixmueller
- License: mit
- Created: 2010-01-19T14:14:42.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-28T16:59:50.000Z (almost 15 years ago)
- Last Synced: 2023-03-10T22:41:56.499Z (almost 2 years ago)
- Language: Objective-C
- Homepage: http://github.com/flxmllr/mobile-context-iphone-demo
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
Mobile Context Framework
========================The progressive spreading of wireless networks and increasingly powerful mobile computers creates a big potential for a wide spectrum of innovative applications. Context-aware applications adapt the circumstances of the user's current situation which enables new and intelligent user interfaces. Nevertheless, the sheer diversity of exploitable contexts and the plethora of sensing technologies are actually working against the deployment of context-aware systems. A framework for context retrieval should enable the development of context-aware applications without considering details of context acquisition and context management. Moreover, exchange and reusability of context information should be allowed between applications and users.
The *Mobile Context Framework* tries to solve the described issues. It consists of three components:
* The [Mobile Context Server](http://github.com/flxmllr/mobile-context-server/)
* The [Mobile Context iPhone Library](http://github.com/flxmllr/mobile-context-iphone-lib/)
* The Mobile Context iPhone Demo App (this project)The Mobile Context iPhone Demo App
----------------------------------### Installation notes ###
The *Mobile Context iPhone Demo App* is a sample iPhone application that uses the context library to to demonstrate the key features of the mobile context framework. It requires the [Mobile Context iPhone Library](http://github.com/flxmllr/mobile-context-iphone-lib/).
#### 1. Download the source files and library ####
1. Download or checkout the source files of this project and save the folder `mobile-context-iphone-demo` to your hard drive.
2. Download or checkout the source files of the [Mobile Context iPhone Library](http://github.com/flxmllr/mobile-context-iphone-lib/) and save the folder `mobile-context-iphone-lib` into the same top level directory as `mobile-context-iphone-demo`.
#### 2. Build and run the demo application ####
1. Open the Xcode project included in this project.
2. Choose the appropriate configuration, either *Simulator* or *Device*
3. Build and run the application
Copyright (c) 2010 Felix Mueller, released under the [MIT license](http://github.com/flxmllr/mobile-context-iphone-demo/blob/master/MIT-LICENSE)