Update modules.md

This commit is contained in:
Jason Zhekov 2015-05-15 17:07:31 +03:00
parent d7cade8b76
commit 25c72936b6
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ In your project, the files for each module reside in a dedicated subdirectory in
+ [application](./ApiReference/application/HOW-TO.md): Provides the application abstraction with all related methods.
+ [console](./ApiReference/console/HOW-TO.md): Lets you print messages to the device console.
+ [local-settings](./ApiReference/local-settings/HOW-TO.md): Lets you save and restore any information related to your application.
+ [application-settings](./ApiReference/application-settings/HOW-TO.md): Lets you save and restore any information related to your application.
+ [http](./ApiReference/http/HOW-TO.md): Lets you send web requests and receive the responses.
+ [image-source](./ApiReference/image-source/HOW-TO.md): Provides the `ImageSource` class which encapsulates the common abstraction behind a platform-specific object that is used as a source for images (typically a Bitmap).
+ [timer](./ApiReference/timer/HOW-TO.md): Lets you to create, start, stop and react to timers.
@ -87,4 +87,4 @@ In your project, the files for each module reside in a dedicated subdirectory in
+ [ui/list-picker](./ApiReference/ui/list-picker/HOW-TO.md): Provides the `ListPicker` class which represents a standard list picker component.
+ [ui/date-picker](./ApiReference/ui/date-picker/HOW-TO.md): Provides the `DatePicker` class which represents a standard date picker component.
+ [ui/time-picker](./ApiReference/ui/time-picker/HOW-TO.md): Provides the `TimePicker` class which represents a standard time picker component.
+ [ui/placeholder](./placeholder.md): Provides the `Placeholder` class which lets you add a native widget to the visual tree.
+ [ui/placeholder](./placeholder.md): Provides the `Placeholder` class which lets you add a native widget to the visual tree.