際際滷shows by User: RodHemphill / http://www.slideshare.net/images/logo.gif 際際滷shows by User: RodHemphill / Wed, 18 Jul 2018 12:40:49 GMT 際際滷Share feed for 際際滷shows by User: RodHemphill Architectural considerations when building an API /slideshow/architectural-considerations-when-building-an-api/106428723 apiarchitecturepresentation-180718124049
An properly designed API for either mobile apps or 3rd party access needs to be built with maintainability, security, version control, data volume optimisation and speed performance in mind. Rod Hemphill from Melbourne App Development explains the options and his experience.]]>

An properly designed API for either mobile apps or 3rd party access needs to be built with maintainability, security, version control, data volume optimisation and speed performance in mind. Rod Hemphill from Melbourne App Development explains the options and his experience.]]>
Wed, 18 Jul 2018 12:40:49 GMT /slideshow/architectural-considerations-when-building-an-api/106428723 RodHemphill@slideshare.net(RodHemphill) Architectural considerations when building an API RodHemphill An properly designed API for either mobile apps or 3rd party access needs to be built with maintainability, security, version control, data volume optimisation and speed performance in mind. Rod Hemphill from Melbourne App Development explains the options and his experience. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/apiarchitecturepresentation-180718124049-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> An properly designed API for either mobile apps or 3rd party access needs to be built with maintainability, security, version control, data volume optimisation and speed performance in mind. Rod Hemphill from Melbourne App Development explains the options and his experience.
Architectural considerations when building an API from Rod Hemphill
]]>
83 2 https://cdn.slidesharecdn.com/ss_thumbnails/apiarchitecturepresentation-180718124049-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Sigfox API Documentation /slideshow/sigfox-api-documentation/82577734 sigfoxapidocumentation-171123105458
Sigfox provide an extensive REST API to access your device details and messages, and create and update callbacks.]]>

Sigfox provide an extensive REST API to access your device details and messages, and create and update callbacks.]]>
Thu, 23 Nov 2017 10:54:58 GMT /slideshow/sigfox-api-documentation/82577734 RodHemphill@slideshare.net(RodHemphill) Sigfox API Documentation RodHemphill Sigfox provide an extensive REST API to access your device details and messages, and create and update callbacks. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/sigfoxapidocumentation-171123105458-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Sigfox provide an extensive REST API to access your device details and messages, and create and update callbacks.
Sigfox API Documentation from Rod Hemphill
]]>
1141 1 https://cdn.slidesharecdn.com/ss_thumbnails/sigfoxapidocumentation-171123105458-thumbnail.jpg?width=120&height=120&fit=bounds document Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Thinxtra, Sigfox and Xamarin /slideshow/thinxtra-sigfox-and-xamarin/82575953 thinxtrageneric-xamarin-171123101917
Kade Miller from Thinxtra, the Sigfox operator in Australia, New Zealand and Hong Kong, presents on what is the Sigfox network, what it is used for and what opportunities exist for Xamarin Developers.]]>

Kade Miller from Thinxtra, the Sigfox operator in Australia, New Zealand and Hong Kong, presents on what is the Sigfox network, what it is used for and what opportunities exist for Xamarin Developers.]]>
Thu, 23 Nov 2017 10:19:16 GMT /slideshow/thinxtra-sigfox-and-xamarin/82575953 RodHemphill@slideshare.net(RodHemphill) Thinxtra, Sigfox and Xamarin RodHemphill Kade Miller from Thinxtra, the Sigfox operator in Australia, New Zealand and Hong Kong, presents on what is the Sigfox network, what it is used for and what opportunities exist for Xamarin Developers. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/thinxtrageneric-xamarin-171123101917-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Kade Miller from Thinxtra, the Sigfox operator in Australia, New Zealand and Hong Kong, presents on what is the Sigfox network, what it is used for and what opportunities exist for Xamarin Developers.
Thinxtra, Sigfox and Xamarin from Rod Hemphill
]]>
230 1 https://cdn.slidesharecdn.com/ss_thumbnails/thinxtrageneric-xamarin-171123101917-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Xamarin Sqlite Performance /slideshow/xamarin-sqlite-performance/81005466 sqliteperformance-171020045419
It is very common for us to use SQLite within our Xamarin apps, mainly with an async ORM package which standardises how we access the raw data from our databases. But for a fully functional app we need to select subsets of the data, join records and transform fields through to properties of our models and view-models. As developers we do this in various ways, dependent on our requirement and our experiences. In this presentation you will see performance statistics on various methods across simulators, emulators, iOS and Android devices, including the user of reflection, multi-threading, AutoMapper and some consequence of generic ("Type T") programming. In addition Kym will walk through how to get update performance through transactional SQLite processing.]]>

It is very common for us to use SQLite within our Xamarin apps, mainly with an async ORM package which standardises how we access the raw data from our databases. But for a fully functional app we need to select subsets of the data, join records and transform fields through to properties of our models and view-models. As developers we do this in various ways, dependent on our requirement and our experiences. In this presentation you will see performance statistics on various methods across simulators, emulators, iOS and Android devices, including the user of reflection, multi-threading, AutoMapper and some consequence of generic ("Type T") programming. In addition Kym will walk through how to get update performance through transactional SQLite processing.]]>
Fri, 20 Oct 2017 04:54:19 GMT /slideshow/xamarin-sqlite-performance/81005466 RodHemphill@slideshare.net(RodHemphill) Xamarin Sqlite Performance RodHemphill It is very common for us to use SQLite within our Xamarin apps, mainly with an async ORM package which standardises how we access the raw data from our databases. But for a fully functional app we need to select subsets of the data, join records and transform fields through to properties of our models and view-models. As developers we do this in various ways, dependent on our requirement and our experiences. In this presentation you will see performance statistics on various methods across simulators, emulators, iOS and Android devices, including the user of reflection, multi-threading, AutoMapper and some consequence of generic ("Type T") programming. In addition Kym will walk through how to get update performance through transactional SQLite processing. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/sqliteperformance-171020045419-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> It is very common for us to use SQLite within our Xamarin apps, mainly with an async ORM package which standardises how we access the raw data from our databases. But for a fully functional app we need to select subsets of the data, join records and transform fields through to properties of our models and view-models. As developers we do this in various ways, dependent on our requirement and our experiences. In this presentation you will see performance statistics on various methods across simulators, emulators, iOS and Android devices, including the user of reflection, multi-threading, AutoMapper and some consequence of generic (&quot;Type T&quot;) programming. In addition Kym will walk through how to get update performance through transactional SQLite processing.
Xamarin Sqlite Performance from Rod Hemphill
]]>
747 2 https://cdn.slidesharecdn.com/ss_thumbnails/sqliteperformance-171020045419-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Prism Forms App /slideshow/prism-forms-app/78906063 prismformsapp-170816222743
This is the slide deck from the Melbourne Xamarin Meetup August 2017 presentation of a Prism Forms App template. It is an iOS and Android generic app showing a list of widgets and details of a widget, demonstrating the following features: Prism MVVM A three tier architecture Dependency Injections Service Locator SQLite Object disposal HockeyApp Batch processing for polling a server A message bus for handling dynamic change from a server Multi-language List Views A row as a ViewModel On Item tapped Pull to refresh Swipe to delete Xaml Converters Custom Controls Implicit and custom styles]]>

This is the slide deck from the Melbourne Xamarin Meetup August 2017 presentation of a Prism Forms App template. It is an iOS and Android generic app showing a list of widgets and details of a widget, demonstrating the following features: Prism MVVM A three tier architecture Dependency Injections Service Locator SQLite Object disposal HockeyApp Batch processing for polling a server A message bus for handling dynamic change from a server Multi-language List Views A row as a ViewModel On Item tapped Pull to refresh Swipe to delete Xaml Converters Custom Controls Implicit and custom styles]]>
Wed, 16 Aug 2017 22:27:43 GMT /slideshow/prism-forms-app/78906063 RodHemphill@slideshare.net(RodHemphill) Prism Forms App RodHemphill This is the slide deck from the Melbourne Xamarin Meetup August 2017 presentation of a Prism Forms App template. It is an iOS and Android generic app showing a list of widgets and details of a widget, demonstrating the following features: Prism MVVM A three tier architecture Dependency Injections Service Locator SQLite Object disposal HockeyApp Batch processing for polling a server A message bus for handling dynamic change from a server Multi-language List Views A row as a ViewModel On Item tapped Pull to refresh Swipe to delete Xaml Converters Custom Controls Implicit and custom styles <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/prismformsapp-170816222743-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> This is the slide deck from the Melbourne Xamarin Meetup August 2017 presentation of a Prism Forms App template. It is an iOS and Android generic app showing a list of widgets and details of a widget, demonstrating the following features: Prism MVVM A three tier architecture Dependency Injections Service Locator SQLite Object disposal HockeyApp Batch processing for polling a server A message bus for handling dynamic change from a server Multi-language List Views A row as a ViewModel On Item tapped Pull to refresh Swipe to delete Xaml Converters Custom Controls Implicit and custom styles
Prism Forms App from Rod Hemphill
]]>
351 4 https://cdn.slidesharecdn.com/ss_thumbnails/prismformsapp-170816222743-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Dev Day Hackfest 際際滷s /slideshow/dev-day-hackfest-slides/78395313 devdays-hackfestslides-170730215651
Melbourne Xamarin Dev Day 2017 Hackfest slides and links to labs and exercises.]]>

Melbourne Xamarin Dev Day 2017 Hackfest slides and links to labs and exercises.]]>
Sun, 30 Jul 2017 21:56:50 GMT /slideshow/dev-day-hackfest-slides/78395313 RodHemphill@slideshare.net(RodHemphill) Dev Day Hackfest 際際滷s RodHemphill Melbourne Xamarin Dev Day 2017 Hackfest slides and links to labs and exercises. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/devdays-hackfestslides-170730215651-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Melbourne Xamarin Dev Day 2017 Hackfest slides and links to labs and exercises.
Dev Day Hackfest 際際滷s from Rod Hemphill
]]>
146 2 https://cdn.slidesharecdn.com/ss_thumbnails/devdays-hackfestslides-170730215651-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://public.slidesharecdn.com/v2/images/profile-picture.png https://cdn.slidesharecdn.com/ss_thumbnails/apiarchitecturepresentation-180718124049-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/architectural-considerations-when-building-an-api/106428723 Architectural consider... https://cdn.slidesharecdn.com/ss_thumbnails/sigfoxapidocumentation-171123105458-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/sigfox-api-documentation/82577734 Sigfox API Documentation https://cdn.slidesharecdn.com/ss_thumbnails/thinxtrageneric-xamarin-171123101917-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/thinxtra-sigfox-and-xamarin/82575953 Thinxtra, Sigfox and X...