This commit is contained in:
alexrp 2011-10-04 09:42:41 +02:00
Родитель 6097c137ea
Коммит 1754b6d29c
5 изменённых файлов: 22 добавлений и 10 удалений

Просмотреть файл

@ -1,12 +1,18 @@
Core Animation
=================
This sample illustrates how to develop multitasking (background execution) aware applications in MonoTouch. The AppDelegate class illustrates the application lifecycle methods that should be overridden in order to gracefully handle state changes. Additionally, it illustrates how to register a long running task that will finish executing even though the app is put in a background state.
This sample illustrates how to develop multitasking (background execution)
aware applications in MonoTouch. The AppDelegate class illustrates the
application lifecycle methods that should be overridden in order to gracefully
handle state changes. Additionally, it illustrates how to register a long
running task that will finish executing even though the app is put in a
background state.
The home screen has a button that will launch a background task that will execute even if the app is backgrounded.
The home screen has a button that will launch a background task that will
execute even if the app is backgrounded.
License
=======
-------
The samples are licensed under the MIT X11 license:
@ -29,6 +35,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Authors
=======
-------
Bryan Costanich

Просмотреть файл

@ -1,10 +1,14 @@
Core Animation
=================
This sample illustrates how to retrieve location, orientation, and velocity data from the device using the Core Location API exposed in MonoTouch. It covers initializing the CLLocationManager, configuring update frequency and accuracy, and receiving updates using both the event and delegate pattern. It also illustrates how to get retrieve "Distance To" information.
This sample illustrates how to retrieve location, orientation, and velocity
data from the device using the Core Location API exposed in MonoTouch. It
covers initializing the CLLocationManager, configuring update frequency and
accuracy, and receiving updates using both the event and delegate pattern.
It also illustrates how to retrieve "Distance To" information.
License
=======
-------
The samples are licensed under the MIT X11 license:
@ -27,6 +31,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Authors
=======
-------
Bryan Costanich

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 220 KiB

После

Ширина:  |  Высота:  |  Размер: 220 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 103 KiB

После

Ширина:  |  Высота:  |  Размер: 103 KiB

Просмотреть файл

@ -1,10 +1,12 @@
Core Animation
=================
This sample illustrates how to use Core Graphics in MonoTouch. It covers on and off screen graphics contexts, layers, transformations, text, images, stencils, patterns, shadows, and more.
This sample illustrates how to use Core Graphics in MonoTouch. It covers on
and off screen graphics contexts, layers, transformations, text, images,
stencils, patterns, shadows, and more.
License
=======
-------
The samples are licensed under the MIT X11 license:
@ -27,6 +29,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Authors
=======
-------
Bryan Costanich