SlideShare uma empresa Scribd logo
1 de 32
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Build UWP Apps with Windows App
Studio by MVP Russ Fustino
With Joe Darko, Program Manager Evangelist –
Southeast Region
Microsoft MVP Award Program
Deck: http://bit.ly/29Ivffb
http://appstudio.windows.com
http://www.fustinobrothers.com
http://Channel9.msdn.com/series/russ-toolshed
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Russ Fustino
A Little about me
• Developer Evangelist for Microsoft, Xamarin, Raygun and ComponentOne
• Microsoft Windows Development MVP
• Xamarin Certified Developer
• Publisher of Windows, Windows Phone, UWP , iOS and Android Apps
• Creator of Endorsed Jethro Tull app
• Co-head Mobile App Dev Tampa User group
• INETA Lifetime Achievement
• Project Manager - CogScreen programming effort
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Common UWP App dev tasks…
• UWP Templates –File New AND App Studio
• API’s for YouTube, Twitter, Flickr, Facebook and more…
• Need to consume any REST service
• Work with collections - Importing CSV
• How do I incorporate favorites?
• Graphics, what are the limits and where do I need them?
• Other: Command Bar, Hockey App, ListView, Detail View,
Navigation, Caching, Ad Client
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Agenda
• Templates for UWP
• Graphics
• Massive App Studio Updates in June Release
• Data
• Installable Packages
• Tour of the UWP code in Windows App Studio
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Templates for UWP
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Demos
• Products Catalog
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
• Transparent Icons
• Badge/Banner
• Hero Image
Graphics
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Hero Image Requirements
Naming Tips:
• Start with Letters not Numbers
• Use _ not -
• Exclude / and :
• Use .png format and flatten image
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Link Icons: Actions on Detail pages
• Links (Need URL in
Collection Data)
• Favorites
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Navigation Icons
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Demo
• Background Image
• Navigation Icons
• Link Icons
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Massive June Updates
• REST API Data Source
• Hosted Web App Capability Declarations
• Tool Improvements
• Generated App Improvements
• Open Source Library and Control Improvements
• Instagram Data Source Removed
• Instagram no longer want their users’ content accessed
outside of their 1st party apps without explicit permission
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Generated App Improvements
• New Shell Control: Improved navigation and nav pane
• New Detail Pages: Improved Layouts, better reading and
display taking advantage of HTML Block
• New About Page
• Performance improvements: Reduced memory and increased
loading speed
• Pagination & Infinite Scroll: Allows loading of more content
removing the fixed number (40) retrieved previously
• Ordering: Allows ordering of the content as established in the
app configuration.
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Open Source Library & Control Improvements
• https://github.com/wasteam/waslibs
• Improved RSS Data Source
• HTML Block: Added a new control to our XAML library that
transforms HTML and renders it as XAML, improving readability and
performance
• Infinite Scroll: allow apps to make pagination
• Animated GIFs: ImageEx control now supports Animated GIFs
• Carousel Redesign: better UX integration
• Slider View: Older small carousel improved
• REST API Data Source
• Data Source Ordering and Paging
• Data Source Language aware
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Demo UWP Samples
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Data - API’s for YouTube, Flickr,
Twitter, etc… Step by Step Provided
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Data Collections
• Option 1 – Manually enter data thru IDE
• Pros – Easy to do
• Cons – Time consuming, can’t do massive updates at once
• Option 2 – Use Windows App Studio Collection app
• Pros – Easy, better than using IDE
• Cons – Still Time consuming
• Option 3 – Import CSV
• Pros - Very Fast, massive reload support
• Cons:
• Raw exported CSV from Excel does not import to App Studio without errors
• Default excel export is using commas as delimiters
• Commas in data
• Tuff to create csv with semi colons delimiters natively in Excel
• All fields should be in “” as strings
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Windows App Studio Collections App
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Step by Step CSV for import
• Step 1: Add column headers manually in the IDE
• Step 2: Use same column headers in Excel
• Step 3: For image fields, use URL or fully qualified
local file path and file name
• Step 4: Use VB Macro to export with semi colons
and put double quotes around all fields
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
VB Macro to the rescue, use “;” as delimiter, Keeps
“,” in data and puts “” around each data field
• Public Sub OutputQuotedCSV()
• Const DELIMITER As String = ";"
• Const QSTR As String = """"
• Dim myRecord As Range
• Dim myField As Range
• Dim nFileNum As Long
• Dim sOut As String
•
• nFileNum = FreeFile
• Open "File1.txt" For Output As #nFileNum
• For Each myRecord In Range("A1:A" & _
• Range("A" & Rows.Count).End(xlUp).Row)
• With myRecord
• For Each myField In Range(.Cells(1), _
• Cells(.Row, 256).End(xlToLeft))
• sOut = sOut & DELIMITER & QSTR & _
• Replace(myField.Text, QSTR, QSTR & QSTR) & QSTR
• Next myField
• Print #nFileNum, Mid(sOut, 2)
• sOut = Empty
• End With
• Next myRecord
• Close #nFileNum
• End Sub
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Favorites
• Set on Config Tab
(for Collections)
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
REST API Data Source
• Supports GET
• See blog post:
• Example: add
event/concert listings to
your app, use an API from
a service like SeatGeek or
SongKick to pull in event
information for a region or
filter you specify.
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Demos
• REST API
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Installable packages
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Download Windows App Studio Installer
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Code
• Hockey App
• Navigation/Search
• Master/Detail – layouts for detail and list views
• Hockey App
• Caching
• Ad Client
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Hockey App -
Crash reporting and Tracking
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Demos
• Navigation/Search
• Master/Detail
• Command Bar
• Hockey App
• Caching
• Ad Client
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Summary
• Templates for UWP
• Graphics
• Massive App Studio Updates in June Release
• Data
• Installable Packages
• Tour of the UWP code in Windows App Studio
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
OK, So Where Do I Start?
30
Homepage: http://appstudio.windows.com
Text Tutorial: http://appstudio.windows.com/home/howto
Video Tutorial #1: Windows App Studio Walk Through
Video Tutorial #2: How to download the source code and add features in Visual Studio
Video Tutorial #3: How to Publish a Windows Phone app to Windows Phone Store
Video Tutorial #4: How to Publish a Windows tablet or PC app to Window Store
Full Curriculum for Instructors: http://aka.ms/appstudioeducation
Build an App in an Hour Curriculum: http://aka.ms/apphour
Technical Support: Windows App Studio Developer Forum
YouTube: http://www.youtube.com/windowsappstudio
Marketing BOM: http://1drv.ms/1tj9gxn
Feature Requests: http://wpdev.uservoice.com/forums/216486
VBA Macro http://www.mcgimpsey.com/excel/textfiles.html
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
More Resources
https://blogs.windows.com/buildingapps/2016/06/07/windows-app-studio-
june-16-release-harnessing-the-wealth-of-the-web-with-the-new-rest-api-
data-source/
https://blogs.msdn.microsoft.com/windows_app_studio_news/2016/06/07/
how-to-use-the-new-rest-api-data-source/
https://github.com/wasteam/waslibs
www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568
We Build Powerful Apps!
Theme: Learn, Knowledge-Base, Reward
All Rights Reserved
Link to Slide Deck: http://bit.ly/1O3DMEc
rich@fustinobrothers.com
russ@fustinobrothers.com gary@fustinobrothers.com
Thanks! It’s Easy to Connect With Us…
32www.FustinoBrothers.com | @FustinoBrothers
FBI: 850.366.3232 | Fax: 1.856.267.1568

Mais conteúdo relacionado

Mais de Russ Fustino

Building with Algorand Blockchain 2020 (everything you need to know)
Building with Algorand Blockchain 2020 (everything you need to know)Building with Algorand Blockchain 2020 (everything you need to know)
Building with Algorand Blockchain 2020 (everything you need to know)Russ Fustino
 
Building with Algorand 2.0, everything you need to know
Building with Algorand 2.0, everything you need to knowBuilding with Algorand 2.0, everything you need to know
Building with Algorand 2.0, everything you need to knowRuss Fustino
 
Intro to Blockchain for Developers using Algorand 2.0
Intro to Blockchain for Developers using Algorand 2.0Intro to Blockchain for Developers using Algorand 2.0
Intro to Blockchain for Developers using Algorand 2.0Russ Fustino
 
Algorand blockchain basics, decentralized and for developers
Algorand blockchain basics, decentralized and for developersAlgorand blockchain basics, decentralized and for developers
Algorand blockchain basics, decentralized and for developersRuss Fustino
 
The Algorand Blockchain
The Algorand BlockchainThe Algorand Blockchain
The Algorand BlockchainRuss Fustino
 
The Algorand Blockchain Decentralized and for Developers
The Algorand Blockchain  Decentralized and for DevelopersThe Algorand Blockchain  Decentralized and for Developers
The Algorand Blockchain Decentralized and for DevelopersRuss Fustino
 
Introduction to Xamarin Forms
Introduction to Xamarin Forms Introduction to Xamarin Forms
Introduction to Xamarin Forms Russ Fustino
 
Building Blockchain Solutions with Algorand Developer Tools
Building Blockchain Solutions with Algorand Developer ToolsBuilding Blockchain Solutions with Algorand Developer Tools
Building Blockchain Solutions with Algorand Developer ToolsRuss Fustino
 
OutSystems: A more efficient way to build apps!
OutSystems: A more efficient way to build apps!OutSystems: A more efficient way to build apps!
OutSystems: A more efficient way to build apps!Russ Fustino
 
Rock'in with Russ & Xamarin Forms (FBI Deck)
Rock'in with Russ & Xamarin Forms (FBI Deck)Rock'in with Russ & Xamarin Forms (FBI Deck)
Rock'in with Russ & Xamarin Forms (FBI Deck)Russ Fustino
 
Implementing awesome crash reporting in production apps webcast
Implementing awesome crash reporting in production apps webcastImplementing awesome crash reporting in production apps webcast
Implementing awesome crash reporting in production apps webcastRuss Fustino
 
Improving Your App Quality with Raygun Error Reporting
Improving Your App Quality with Raygun Error ReportingImproving Your App Quality with Raygun Error Reporting
Improving Your App Quality with Raygun Error ReportingRuss Fustino
 
JavaScript for ASP.NET programmers (webcast) upload
JavaScript for ASP.NET programmers (webcast) uploadJavaScript for ASP.NET programmers (webcast) upload
JavaScript for ASP.NET programmers (webcast) uploadRuss Fustino
 

Mais de Russ Fustino (14)

Building with Algorand Blockchain 2020 (everything you need to know)
Building with Algorand Blockchain 2020 (everything you need to know)Building with Algorand Blockchain 2020 (everything you need to know)
Building with Algorand Blockchain 2020 (everything you need to know)
 
Building with Algorand 2.0, everything you need to know
Building with Algorand 2.0, everything you need to knowBuilding with Algorand 2.0, everything you need to know
Building with Algorand 2.0, everything you need to know
 
Intro to Blockchain for Developers using Algorand 2.0
Intro to Blockchain for Developers using Algorand 2.0Intro to Blockchain for Developers using Algorand 2.0
Intro to Blockchain for Developers using Algorand 2.0
 
Algorand blockchain basics, decentralized and for developers
Algorand blockchain basics, decentralized and for developersAlgorand blockchain basics, decentralized and for developers
Algorand blockchain basics, decentralized and for developers
 
The Algorand Blockchain
The Algorand BlockchainThe Algorand Blockchain
The Algorand Blockchain
 
The Algorand Blockchain Decentralized and for Developers
The Algorand Blockchain  Decentralized and for DevelopersThe Algorand Blockchain  Decentralized and for Developers
The Algorand Blockchain Decentralized and for Developers
 
Introduction to Xamarin Forms
Introduction to Xamarin Forms Introduction to Xamarin Forms
Introduction to Xamarin Forms
 
Building Blockchain Solutions with Algorand Developer Tools
Building Blockchain Solutions with Algorand Developer ToolsBuilding Blockchain Solutions with Algorand Developer Tools
Building Blockchain Solutions with Algorand Developer Tools
 
Video Streaming
Video StreamingVideo Streaming
Video Streaming
 
OutSystems: A more efficient way to build apps!
OutSystems: A more efficient way to build apps!OutSystems: A more efficient way to build apps!
OutSystems: A more efficient way to build apps!
 
Rock'in with Russ & Xamarin Forms (FBI Deck)
Rock'in with Russ & Xamarin Forms (FBI Deck)Rock'in with Russ & Xamarin Forms (FBI Deck)
Rock'in with Russ & Xamarin Forms (FBI Deck)
 
Implementing awesome crash reporting in production apps webcast
Implementing awesome crash reporting in production apps webcastImplementing awesome crash reporting in production apps webcast
Implementing awesome crash reporting in production apps webcast
 
Improving Your App Quality with Raygun Error Reporting
Improving Your App Quality with Raygun Error ReportingImproving Your App Quality with Raygun Error Reporting
Improving Your App Quality with Raygun Error Reporting
 
JavaScript for ASP.NET programmers (webcast) upload
JavaScript for ASP.NET programmers (webcast) uploadJavaScript for ASP.NET programmers (webcast) upload
JavaScript for ASP.NET programmers (webcast) upload
 

Último

How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfCionsystems
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 

Último (20)

Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdf
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 

Build UWP Apps with Windows App Studio

  • 1. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Build UWP Apps with Windows App Studio by MVP Russ Fustino With Joe Darko, Program Manager Evangelist – Southeast Region Microsoft MVP Award Program Deck: http://bit.ly/29Ivffb http://appstudio.windows.com http://www.fustinobrothers.com http://Channel9.msdn.com/series/russ-toolshed www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 2. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Russ Fustino A Little about me • Developer Evangelist for Microsoft, Xamarin, Raygun and ComponentOne • Microsoft Windows Development MVP • Xamarin Certified Developer • Publisher of Windows, Windows Phone, UWP , iOS and Android Apps • Creator of Endorsed Jethro Tull app • Co-head Mobile App Dev Tampa User group • INETA Lifetime Achievement • Project Manager - CogScreen programming effort
  • 3. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Common UWP App dev tasks… • UWP Templates –File New AND App Studio • API’s for YouTube, Twitter, Flickr, Facebook and more… • Need to consume any REST service • Work with collections - Importing CSV • How do I incorporate favorites? • Graphics, what are the limits and where do I need them? • Other: Command Bar, Hockey App, ListView, Detail View, Navigation, Caching, Ad Client www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 4. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Agenda • Templates for UWP • Graphics • Massive App Studio Updates in June Release • Data • Installable Packages • Tour of the UWP code in Windows App Studio www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 5. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Templates for UWP www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 6. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Demos • Products Catalog www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 7. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved • Transparent Icons • Badge/Banner • Hero Image Graphics www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 8. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Hero Image Requirements Naming Tips: • Start with Letters not Numbers • Use _ not - • Exclude / and : • Use .png format and flatten image www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 9. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Link Icons: Actions on Detail pages • Links (Need URL in Collection Data) • Favorites www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 10. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Navigation Icons www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 11. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Demo • Background Image • Navigation Icons • Link Icons www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 12. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Massive June Updates • REST API Data Source • Hosted Web App Capability Declarations • Tool Improvements • Generated App Improvements • Open Source Library and Control Improvements • Instagram Data Source Removed • Instagram no longer want their users’ content accessed outside of their 1st party apps without explicit permission www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 13. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Generated App Improvements • New Shell Control: Improved navigation and nav pane • New Detail Pages: Improved Layouts, better reading and display taking advantage of HTML Block • New About Page • Performance improvements: Reduced memory and increased loading speed • Pagination & Infinite Scroll: Allows loading of more content removing the fixed number (40) retrieved previously • Ordering: Allows ordering of the content as established in the app configuration. www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 14. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Open Source Library & Control Improvements • https://github.com/wasteam/waslibs • Improved RSS Data Source • HTML Block: Added a new control to our XAML library that transforms HTML and renders it as XAML, improving readability and performance • Infinite Scroll: allow apps to make pagination • Animated GIFs: ImageEx control now supports Animated GIFs • Carousel Redesign: better UX integration • Slider View: Older small carousel improved • REST API Data Source • Data Source Ordering and Paging • Data Source Language aware www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 15. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Demo UWP Samples
  • 16. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Data - API’s for YouTube, Flickr, Twitter, etc… Step by Step Provided www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 17. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Data Collections • Option 1 – Manually enter data thru IDE • Pros – Easy to do • Cons – Time consuming, can’t do massive updates at once • Option 2 – Use Windows App Studio Collection app • Pros – Easy, better than using IDE • Cons – Still Time consuming • Option 3 – Import CSV • Pros - Very Fast, massive reload support • Cons: • Raw exported CSV from Excel does not import to App Studio without errors • Default excel export is using commas as delimiters • Commas in data • Tuff to create csv with semi colons delimiters natively in Excel • All fields should be in “” as strings www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 18. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Windows App Studio Collections App www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 19. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Step by Step CSV for import • Step 1: Add column headers manually in the IDE • Step 2: Use same column headers in Excel • Step 3: For image fields, use URL or fully qualified local file path and file name • Step 4: Use VB Macro to export with semi colons and put double quotes around all fields www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 20. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved VB Macro to the rescue, use “;” as delimiter, Keeps “,” in data and puts “” around each data field • Public Sub OutputQuotedCSV() • Const DELIMITER As String = ";" • Const QSTR As String = """" • Dim myRecord As Range • Dim myField As Range • Dim nFileNum As Long • Dim sOut As String • • nFileNum = FreeFile • Open "File1.txt" For Output As #nFileNum • For Each myRecord In Range("A1:A" & _ • Range("A" & Rows.Count).End(xlUp).Row) • With myRecord • For Each myField In Range(.Cells(1), _ • Cells(.Row, 256).End(xlToLeft)) • sOut = sOut & DELIMITER & QSTR & _ • Replace(myField.Text, QSTR, QSTR & QSTR) & QSTR • Next myField • Print #nFileNum, Mid(sOut, 2) • sOut = Empty • End With • Next myRecord • Close #nFileNum • End Sub www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 21. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Favorites • Set on Config Tab (for Collections) www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 22. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved REST API Data Source • Supports GET • See blog post: • Example: add event/concert listings to your app, use an API from a service like SeatGeek or SongKick to pull in event information for a region or filter you specify. www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 23. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Demos • REST API www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 24. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Installable packages www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 25. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Download Windows App Studio Installer www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 26. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Code • Hockey App • Navigation/Search • Master/Detail – layouts for detail and list views • Hockey App • Caching • Ad Client www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 27. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Hockey App - Crash reporting and Tracking www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 28. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Demos • Navigation/Search • Master/Detail • Command Bar • Hockey App • Caching • Ad Client www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 29. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Summary • Templates for UWP • Graphics • Massive App Studio Updates in June Release • Data • Installable Packages • Tour of the UWP code in Windows App Studio
  • 30. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved OK, So Where Do I Start? 30 Homepage: http://appstudio.windows.com Text Tutorial: http://appstudio.windows.com/home/howto Video Tutorial #1: Windows App Studio Walk Through Video Tutorial #2: How to download the source code and add features in Visual Studio Video Tutorial #3: How to Publish a Windows Phone app to Windows Phone Store Video Tutorial #4: How to Publish a Windows tablet or PC app to Window Store Full Curriculum for Instructors: http://aka.ms/appstudioeducation Build an App in an Hour Curriculum: http://aka.ms/apphour Technical Support: Windows App Studio Developer Forum YouTube: http://www.youtube.com/windowsappstudio Marketing BOM: http://1drv.ms/1tj9gxn Feature Requests: http://wpdev.uservoice.com/forums/216486 VBA Macro http://www.mcgimpsey.com/excel/textfiles.html www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 31. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved More Resources https://blogs.windows.com/buildingapps/2016/06/07/windows-app-studio- june-16-release-harnessing-the-wealth-of-the-web-with-the-new-rest-api- data-source/ https://blogs.msdn.microsoft.com/windows_app_studio_news/2016/06/07/ how-to-use-the-new-rest-api-data-source/ https://github.com/wasteam/waslibs www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568
  • 32. We Build Powerful Apps! Theme: Learn, Knowledge-Base, Reward All Rights Reserved Link to Slide Deck: http://bit.ly/1O3DMEc rich@fustinobrothers.com russ@fustinobrothers.com gary@fustinobrothers.com Thanks! It’s Easy to Connect With Us… 32www.FustinoBrothers.com | @FustinoBrothers FBI: 850.366.3232 | Fax: 1.856.267.1568

Notas do Editor

  1. They no longer want their users’ content accessed outside of their 1st party apps without explicit permission, so they shut off the capability of other apps to consume Instagram content if the apps do not get prior approval. Read more at https://blogs.windows.com/buildingapps/2016/06/07/windows-app-studio-june-16-release-harnessing-the-wealth-of-the-web-with-the-new-rest-api-data-source/#qcHp5Hf3xp2oiAzq.99
  2. Add link to my blog
  3. REST = Representational State Transfer
  4. DataLoad for cache
  5. Gary Questions How made have you made $$ to date? Not yet. But we have instrumented the code to determine exact usage. We need to do more analysis including in app purchases. How many downloads? A couple thousand Who is your competition? Not much. Only a handful of rock star apps, why? They don’t want to be in the app business. The Stones, Bon Jovi to name a few. How do you test? We have a team of testers assembled and error reporting tools Who has Rich played with? Billy Shean (David lee roth), Clint Holms, taught Ani DeFranco, James Piorkowski Music Professor University of Fredonia How are revenue streams disjoined, consolidate music production houses. Not even all the albums are on their website. Who is on our list? Grateful Dead Justin Timberlake Jimmy Page Deep Purple via Richey Blackmore Martin Barre Ani DeFranco Temptations David Lee Roth via Billy Shean Gran Funk Railroad ELP Rick Darenger Mike Fulkner - Guy that built stage software for Paul McCartney and Bruce Springsteen Clint Holms