Category Archives: Fustino Brothers

Fustino Brothers Content

Importing a CSV Into a Windows App Studio data Collection

Steps to import a CSV to App Studio:

Step 1:  Add column headers and data types manually in the IDE

Step 2:  Use same column headers in Excel

Step 3:  For image fields, in your spreadsheet, 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. See code below.

Here is some handy code to use in an Excel Macro when importing a CSV file into App Studio collection. This saved me a ton of work!

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

Channel 9 Video – Windows App Studio UWP from No Code to Code

Join MVP Russ Fustino and all of the Fustino Brothers in this live studio audience session recorded recently at the Tampa Code Camp. They present a deep dive into Microsoft Windows App Studio. It is a hot off the metal session.

https://channel9.msdn.com/Series/Russ-ToolShed/Windows-App-Studio-UWP-from-No-Code-to-Code

Building universal Windows apps with no code using Microsoft App Studio. It’s all about creating quality apps quickly using templates. The enhanced App Studio (now for Windows 10) gives you a great start. Use the new Universal Windows Platform (UWP) – one binary, one project for phone and tablet. Employ new the pivot control API’s for YouTube and Flickr integration. Deploy ads easier. And wrap-up a responsive website in an app.

We uncovered the new enhancements that the June 2016 release and their recent experience in building the Ani DiFranco LivingMuseum app with data collections, graphic requirements and team testing. We show the new REST API Data source.

Finally, we take a deep dive into the incredible code that the Windows App Studio team created for all us. App Studio is even open source: https://github.com/wasteam/waslibs. Russ shared tips on how to use the Command Bar, crash reporting, master/detail pages, Search, Caching, Ads and all with the generated code. Questions addressed:

  • When importing a CSV for my data in a collection, how do I upload it without getting numerous errors?
  • Is there an Excel macro/Add-in I can use to help this process, so I have the ability to keep commas in the field data, use semi colons as a delimiter and double quotes around all of the field data items?
  • What is the maximum number of items in a collection? Is there a work around?
  • How do I assign actions on a detail page of a collection item?
  • How do I take advantage of Hero images on each page and what sizes are needed? Where do I load the background of the app?
  • Where do I set the splash screen vs the logos for the app?
  • What are the size limitations?
  • Is there an easy way to install the app for reviewers and team members?
  • How do we integrate the UWP Command Bar to execute one set of event handlers for the app?
  • How do we integrate the latest crash reporting from Microsoft called Hockey App?
  • How do master/detail page relationships work in App Studio code?
  • You want a Navigation bar in your app? And search?
  • You want to write an app that functions completely in Airplane mode, once it is cached is created? If you are a UWP coder, you won’t want to miss this caching topic.
  • “IT’S HUGE”, like one of the local car dealers says on his radio and TV ads! We will also show you how to setup the Ad Client using App Studio and look at the generated XAML!

YOU HAVE TO KNOW THE CODE TO GET IN THE SHED! KNOW THE CODE.

Joe Darko Keynote from Tampa Code camp on Channel 9!

It was my please to record the keynote at the recent Tampa Code Camp 2016. Joe Darko, Southeast Program Manager Evangelist provides insight on what developer community is all about. Joe, is the MVP lead for all of the Southeast states with a few hundred MVP’s in his geography. It was great to see Joe come out to support his MVPs at the event and introduce himself to his new community. I am very excited to have Joe Darko as my MVP Lead!

Also, see Greg Leonardo go over updates for TampaDev which is now a non-profit organization! Great job to Greg and Kate Leonardo for pulling off yet another great Tampa Code Camp via TampaDev!

Photos from the Tampa Code Camp 2016 are posted here on Facebook

IMG_2047

Like Russ ToolShed network on Facebook!

https://www.facebook.com/RussToolShedNetwork/

 

Greg and Kate

Channel 9 – Russ’ ToolShed

https://channel9.msdn.com/Series/Russ-ToolShed/Microsofts-Joe-Darko-delivers-Keynote-on-dev-community–Tampa-Code-Camp

App Studio Webcasts now posted to Channel 9!

I am very excited to announce the return of Russ’ ToolShed at my new MVP channel on MSDN’s Channel9 at https://channel9.msdn.com/Niners/russtoolshed/

Here is a great 3 part series you can lick your chops on for the latest release of Windows App Studio.

RussToolShedNetwork3b

Part 1 – App Studio Building Universal Windows Apps with No Code

It’s all about creating quality apps quickly using templates. The enhanced App Studio (now for Windows 10) gives you a great start. Use the new Universal Windows Platform (UWP) – one binary, one project for phone and tablet. Employ new the pivot control API’s for YouTube and Flickr integration. Deploy ads easier. And wrap-up a responsive website in an app. These features for app development including “T!PS” for business were discussed and demonstrated during this webinar. See all of the Fustino Brothers Webcasts at: http://www.inbusinessseo.net/tps-blog

 

Part 2 – App Studio Data, Graphics, REST Services, Updates

Join MVP Russ Fustino and all of the Fustino Brothers in this webcast for the Mobile App Dev Tampa (MAD Tampa) as they present to you this hot off the metal session on a deep dive into Microsoft Windows App Studio. FBI-Apps covered the new enhancements that the June 2016 release brings to building Universal Windows apps that run on the Phone and Tablet/Desktop. They focused on their recent experience in building the Ani DiFranco LivingMuseum app with data collections, graphic requirements and team testing.
Questions addressed:

  • When importing a CSV for my data in a collection, how do I upload it without getting numerous errors?
  • Is there an Excel macro/Add-in I can use to help this process, so I have the ability to keep commas in the field data, use semi colons as a delimiter and double quotes around all of the field data items?
  • What is the maximum number of items in a collection? Is there a work around?
  • How do I assign actions on a detail page of a collection item?
  • How do I take advantage of Hero images on each page and what sizes are needed? Where do I load the background of the app?
  • Where do I set the splash screen vs the logos for the app?
  • What are the size limitations?
  • Is there an easy way to install the app for reviewers and team members?

App Studio – Part 3 Know the Code

Join Microsoft MVP Russ Fustino, brothers Rich and Gary.  FBI Apps, is proud to resurrect “Russ’ ToolShed”!

 

FBI Apps takes a deep dive into the incredible code that the Windows App Studio team created for all us. You know App Studio is even open source… go to: https://github.com/wasteam/waslibs. Russ shared tips on how to use the Command Bar, crash reporting, master/detail pages, Search, Caching, Ads and all with the generated code.

Windows App Studio Questions Answered:

  1. How do we integrate the UWP Command Bar to execute one set of event handlers for the app?
  2. How do we integrate the latest crash reporting from Microsoft called Hockey App?
  3. How do master/detail page relationships work in App Studio code?
  4. You want a Navigation bar in your app? And search?
  5. You want to write an app that functions completely in Airplane mode, once it is cached is created? If you are a UWP coder, you won’t want to miss this caching topic.
  6. “IT’S HUGE”, like one of the local car dealers says on his radio and TV ads! We will also show you how to setup the Ad Client using App Studio and look at the generated XAML!

YOU HAVE TO KNOW THE CODE TO GET IN THE SHED!
KNOW THE CODE.

Know the code, inside App Studio Webcast today!

 

When
Monday, July 11, 2016 from 12:00 PM to 12:45 PM (EDT) – Add to Calendar
Where
IBLN-FBI / MAD Tampa Free Webinar – Online, Webinar Only

register here: https://www.eventbrite.com/e/webinar-part-3-top-10-reasons-to-know-the-code-inside-windows-app-studio-tickets-26478368513

Join Microsoft MVP Russ Fustino and his two brothers, Rich and Gary. Our company, FBI Apps, is proud to resurrect “Russ’ ToolShed”!!! On what topic, you might ask?  CODE!  Let’s take a deep dive into the incredible code the Windows App Studio team creates for us to use. App Studio is even open source. (https://github.com/wasteam/waslibs). We will show how to use a Command Bar, crash reporting, master / detail pages, Search, Caching and Ads in App Studio and then dive into the generated code.

Join this webcast and get answers to these questions:

1. How do I integrate the UWP Command Bar to execute one set of event handlers for the app?

2. How do I integrate the latest crash reporting from Microsoft called Hockey App?

3. How do master/detail page relationships work in App Studio code?

4. You want a Navigation bar in your app? And search?

5. You want to write an app that functions completely in Airplane mode, once it is cached is created? If you are a UWP coder, you won’t want to miss this caching topic.

6. “IT’S HUGE”, like one of the local car dealers says on his radio and TV ads! We will also show you how to setup the Ad Client using App Studio and look at the generated XAML!

Be there or be talked about. Why wouldn’t you start a UWP App, by generating your template with App Studio? Share your experiences with App Studio in this meet up!

YOU HAVE TO KNOW THE CODE TO GET IN THE SHED! KNOW THE CODE.

“T!PS” for business, and apps development. Reserve your virtual seat today.

Live Online Screen Meeting Instructions:
1. On Your Computer- It’s Recommended to Use a Headset.
- Join-In 3-5 minutes before meeting
- Over the Internet, with your computer / laptop / tablet at -this link: https://www.startmeeting.com/wall/679-256-129
- If you don’t already have the “Start Meeting” free software  – A dialog box will come up and ask permission to download, please click/tap Yes.
- The system will guide you through the process to participate in the online meeting.
- Click/Tap “Join”, complete your name and email address, then click/tap “Submit”.
- First, the “Fustino Brothers, Inc.” dashboard with show on screen.  – Test your speaker/mike. If headset doesn’t work, or if connection is lost try “Rejoin”.
- Click/Tap on the green microphone symbol. When the symbol turns red you are live.
- Introduce yourself.

Or, Conference Call Instructions to Join-In: 
1. For the Phone Take Your Call in a Quite Location-
- Join-In using a land line / mobile phone (no computer needed for this option).  – Dial (530) 881-1212(530) 881-1212 when prompted enter access code followed by the “pound” key.
- 679-256-129# (be sure to include the “#” symbol).
- Meeting time approximately 45 mins. Meeting may be recorded.

Webinar: Building Universal Windows Apps with No Code in Microsoft App Studio

When: Monday 5/9/16 at Noon to 12:30 PM EST

Where: Online using Start Meeting (details below)

Registration link:

http://www.meetup.com/InBusinessLinksNetwork-FustinoBrothersInc/events/229812621/

Join Microsoft MVP Russ Fustino and the Fustino Brothers in Building universal Windows apps with no code using Microsoft App Studio. It’s all about creating quality apps quickly using templates. The enhanced App Studio (now for Windows 10) gives up great start. Use the new Universal Windows Platform (UWP) – one binary, one project for phone and tablet. Employ new the pivot control API’s for YouTube and Flickr integration. Deploy ads easier. And wrap-up a responsive website in an app. These features for app development including “T!PS” for business will be discussed and demonstrated during the webinar. Register today and reserve your virtual seat.

WP_20141021_012

Live Online Screen Meeting Instructions:
1. On Your Computer- It’s Recommended to Use a Headset.
- Join-In 3-5 minutes before meeting
- Over the Internet, with your computer / laptop / tablet at -this link: https://www.startmeeting.com/wall/679-256-129
- If you don’t already have the “Start Meeting” free software – A dialog box will come up and ask permission to download, please click/tap Yes.
- The system will guide you through the process to participate in the online meeting.
- Click/Tap “Join”, complete your name and email address, then click/tap “Submit”.
- First, the “Fustino Brothers, Inc.” dashboard with show on screen. – Test your speaker/mike. If headset doesn’t work, or if connection is lost try “Rejoin”.
- Click/Tap on the green microphone symbol. When the symbol turns red you are live.
- Introduce yourself.

Or, Conference Call Instructions to Join-In:
1. For the Phone Take Your Call in a Quite Location-
- Join-In using a land line / mobile phone (no computer needed for this option). – Dial (530) 881-1212(530) 881-1212 when prompted enter access code followed by the “pound” key.
- 679-256-129# (be sure to include the “#” symbol).
- Meeting time approximately 45 mins. Meeting may be recorded.

Rock’in Cross Platform Mobile Dev with Russ!

June 2 @ 6:00 pm – 8:00 pm

Station 2 Innovation Center

912 7th Ave E, Bradenton, FL 34208  (map)

Two sessions in one! Join Russ as he kicks off his Florida Tour. This will be the only Tampa/Sarasota location on the tour, so be sure not to miss it! Details  of tour to follow.

Also, see “Improving Your App Quality”, details below!

Register here: http://www.meetup.com/Entrepreneurs-Startups/events/222241246/

RussFustino

Join Microsoft MVP and Raygun Community Evangelist Russ Fustino in this hot off the metal session as he shares insights into the trials, tribulations and joy of building the officially endorsed Jethro Tull App.

Share the excitement as Russ “tells all” about creating his Jethro Tull app. The app is now published for Android and iOS, Windows Store and Windows Phone. How did he do it? Is Xamarin Forms the real deal?

Topics covered include:

·  Images

·  Custom Renderers

·  Embedded Resources

·  XAML

·  Third party controls and plugins

·  Building for Phone and Tablet

·  Dependency Injection

·  App Store review process

·  Third Party Endorsement Proof

Improving Your App Quality:

Russ will close with showing his world class error reporting built into the app with proactive email support. He shares this great error reporting tool that is fast and reliable, no matter what the load. See how he used Raygun this during the development cycle to help debug errors and some weird bugs for the Xamarin Forms Endorsed Jethro Tull app. It is also great for the production environment and gives you real time data and affected user information no matter what the platform including JavaScript, .NET, Ruby and more. Be proactive and fix errors before your users hound you down. See an overview of Raygun and the many supported platforms as well as integrations. Download your free trial today! www.raygun.io and follow @raygunio

Raygun

Bio: Russ Fustino is a MVP and Raygun Community Evangelist and a highly experienced software evangelist. He has developed and published Windows Store, Windows Phone 8.1 Universal, Xamarin iOS, Android and WP 8 apps. He is a former Developer Evangelist for Xamarin, ComponentOne and Microsoft and is CEO of Fustino Brothers, Inc (FBI). FBI Tull apps are officially endorsed by Jethro Tull. Russ has a passion for software development and tools through conveying technology via live seminars, webcasts, blogs, photos and internet video productions.  Russ is a Microsoft Most Valuable Professional (MVP) in Client Development and an INETA Lifetime Achievement Award winner for helping educate, entertain and enlighten over 1 million programmers. Russ co-heads up an INETA group:  Mobile Application Developers Tampa (MADTampa – www.madtampa.com ). Check out Russ’ blog at www.russtoolshed.net/blog and follow @RussFustino.

MAD Tampa recap, How We Built The Jethro Tull App

Special thanks go out to a great group! The Mobile Application Developer Tampa group was a packed house and the crowd was very engaged with a ton of questions. Please find the links with all of the answers!

 

IMG_8143

 

The second session I did was on “Improving Your App Quality”  and the recap for that session including PowerPoint and sample code will be posted soon on the http://raygun.io  site. As promised, here are all of the resource links for the Tull session:

Post

• Xamarin Forms Gallery (Navigation)

http://developer.xamarin.com/guides/cross-platform/xamarin-forms/controls/pages/

•What is a Xamarin plugin?

http://motzcod.es/post/104507063997/what-exactly-is-a-plugin-for-xamarin

•How to create a plugin?

http://blog.xamarin.com/creating-reusable-plugins-for-xamarin.forms/

•302 Error on Tour dates feed – Bugzilla
https://bugzilla.xamarin.com/show_bug.cgi?id=27265

•Mr. Gestures on NuGet

http://mrgestures.com/

•Background images that don’t stretch

http://java.dzone.com/articles/using-full-size-none-stretched

•Circle Images

https://www.nuget.org/packages/Xam.Plugins.Forms.ImageCircle

•XAML View for Custom Cells

https://gist.github.com/jamesmontemagno/a70ffa4a3d16972a3369

•HP 10 Plus 10.1-Inch 16 GB Tablet (Silver) – $239

http://www.amazon.com/HP-Plus-10-1-Inch-Tablet-Silver/dp/B00LPC3W1Q/ref=sr_1_1?ie=UTF8&qid=1431503402&sr=8-1&keywords=HP+10+Plus+10.1-Inch+16+GB+Tablet+%28Silver%29

PS. You need 10 inch screen shots for submitting apps, and there are no emulators of that size that I could find.

•Excel 2003 Add-in: XML Tools Add-in

http://www.microsoft.com/en-us/download/details.aspx?id=3108

•Good link for splash screen on android:

http://forums.xamarin.com/discussion/19362/xamarin-forms-splashscreen-in-android

• For the Build/iOS Bundle Signing set “Identity: Developer (Automatic)” and “Provisioning Profile: Automatic”. Was getting error – can’t find in keychain

http://forums.xamarin.com/discussion/25768/iphone-code-signing-key-other-developer-name-xxxxx-not-found-in-keychain

•App Submission Resources Android

https://developers.google.com/android-publisher/

http://www.appbrain.com/stats/android-market-app-categories

https://play.google.com/about/developer-content-policy.html

https://support.google.com/googleplay/android-developer/answer/113474

• App Submission Resources IOS

https://developer.apple.com/app-store/review/guidelines/

https://developer.apple.com/app-store/

• IOS Screen shots

https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Appendices/Properties.html#//apple_ref/doc/uid/TP40011225-CH26-SW2

•Publishing IOS:

http://developer.xamarin.com/guides/ios/deployment,_testing,_and_metrics/app_distribution_overview/publishing_to_the_app_store/

•Common Bug on IOS Publishing

https://forums.xamarin.com/discussion/40388/disallowed-paths-itunesmetadata-plist-found-at-when-submitting-to-app-store/p1

•Publishing Android

http://developer.xamarin.com/guides/android/deployment,_testing,_and_metrics/publishing_an_application/

•Android in app billing:

http://components.xamarin.com/view/xamarin.inappbilling  (Which has a sample app)

•Dependency service:

http://developer.xamarin.com/guides/cross-platform/xamarin-forms/dependency-service/

•Getting Started  Xamarin.InAppPurchase:

https://components.xamarin.com/gettingstarted/xamarin.inapppurchase

Russ Fustino shows Jethro Tull app to Ian Anderson

It’s live!  One of the most incredible moments of my life! See a great video produced by Microsoft about Fustino Brothers’  endorsed app, Jethro Tull. Most importantly,  see footage of your truly, Russ Fustino,  showing the app to rock legend, Grammy award winner, Ian Anderson in person!

BLOG: http://blogs.windows.com/buildingapps/2014/12/07/jethro-tull-superfan-builds-app-with-windows-app-studio/

FACEBOOK: https://www.facebook.com/wpdev/posts/10153303992242923

TWITTER: https://twitter.com/wpdev/status/542071103225491456

It’s about a three minute clip and in the first minute you will see background and some cool 3 brother fan shots. In the middle, I go into how I used App Studio to build the app and it ends with the best part of showing Ian Anderson the app. It was filmed in Lynn Mass on Nov 1, 2014 at a concert where he performed the Best of Jethro Tull and his new CD Homo Erraticus . Check out his comment about Jimmy Page! Also, check out the surface pro in the closing credits, firing up the Jethro Tull app. So cool! The video team that Microsoft hired did an incredible job. Enjoy!

The Jethro Tull is endorsed and published to Windows Store and Windows Phone Store.

Here is the link to the channel9 video itself:

http://channel9.msdn.com/Blogs/Windows-Phone/Jethro-Tull-fan-app-made-with-Windows-App-Studio

image

Happy Holidays!

Jethro Tull app highlighted on Microsoft App Studio Site!

How exciting is this? I have written many apps for Windows Phone and Store, but the Fustino Brother’s Inc (FBI) endorsed Jethro Tull app is the first one to get highlighted! Also, my brothers and I are really looking forward to next weekend! We will be showing the app in person to Ian Anderson after the sound check for the Lynn, Mass show on Nov 1. Imagine that? Showing an app that the Fustino Brothers wrote ourselves to our music idol!  I can’t wait. Many thanks to the App Studio folks who will be filming this moment and all of the support they have provided.  Will share that link as soon as it is produced for sure.

If you are a Jethro Tull fan and have not checked out the Windows Universal app yet, for Windows Phone and Store, please do! The app is an endorsed collection of everything you want to know about Tull and Ian Anderson including Official Videos, Fan Videos, a rich Discography, tour dates, social media feeds and links to a wealth of Tull resources including past band members.

clip_image002

 

image