Skip to content

llenroc/xamarin-paris-coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xamarin-paris-coffee

Bootstrap resources to support training on xamarin platform.
App Preview

Training plan :

  • J1 : Discovering the platform, and workstation setup
  • J2 : Implement App core features . View more
  • J3 : Implement iOs App
  • J4 : Implement Android App
  • J5 : Discovering Xamarin.Forms

App technical design

Technical design

Datastructure

Make the following request to test the API :

curl  http://opendata.paris.fr/api/records/1.0/search/?dataset=liste-des-cafes-a-un-euro

And you will get the following datastructure :

{
    "format": "json",
    "nhits": 1,
    "records": [
        {
            "datasetid": "liste-des-cafes-a-un-euro",
            "fields": {
                "adresse": "344Vrue Vaugirard",
                "arrondissement": 75015,
                "date": "2014-02-01",
                "geoloc": [
                    48.839471,
                    2.30286
                ],
                "nom_du_cafe": "Coffee Chope",
                "prix_comptoir": 1,
                "prix_salle": "-",
                "prix_terasse": "-"
            },
            "geometry": {
                "coordinates": [
                    2.30286,
                    48.839471
                ],
                "type": "Point"
            },
            "record_timestamp": "2016-02-14T23:00:04+00:00",
            "recordid": "4588e58f447fb4dd5df12eafbaf7d9314decd475"
        }
    ],
    "rows": 10,
    "timezone": "UTC"
}

Adddional resources

About

Bootstrap resources to support training on xamarin platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages