An open API service indexing awesome lists of open source software.

https://github.com/dkhmelenko/customcomponents-wp

Contains the list of useful custom components for WP8 (Silverlight) platform
https://github.com/dkhmelenko/customcomponents-wp

Last synced: 9 months ago
JSON representation

Contains the list of useful custom components for WP8 (Silverlight) platform

Awesome Lists containing this project

README

          

# Project description
This project contains few custom components, which can be useful during Windows Phone (Silverlight) development.
There are:
- Custom PushPin. Used for showing on map custom Push Pin control. Also additional information (e.g. place description) related to the push pin can be shown;
- Search View. Provides live search in the defined collection. The list is updated right after inputting some text and according to the matched text;
- Simple background task. Demonstrates background work using PeriodicTask for updating Live Tile.

#Dependencies
- [MVVM Light](http://mvvmlight.codeplex.com/)

#Contribution
If you have any suggestions, feel free to create pull request.

#License

[Apache Licence 2.0](http://www.apache.org/licenses/LICENSE-2.0)

Copyright 2015 Dmytro Khmelenko

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.