Skip to content

Pooky/windows-phone-app-7.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Phone 7.1

Simple application to demonstrate Winodws Phone app development.

Data source

You can specify any source you want, it just need custom JSON syntax, to allow your app process it.

Example:

{
  "items": [
    {
      "ID": "1",
      "Name": "Jan Novak",
      "PhoneNumber": "+420 721 860 751"
    },
    {
      "ID": "2",
      "Name": "John Ballmer",
      "PhoneNumber": "+420 725 959 151"
    },
  ]
}

Screenshots

Releases

No releases published

Packages

No packages published

Languages