Flutter
- Flutter
Handling push notifications in Flutter with Firebase
Handling push notifications is not a straightforward task, unfortunately. So if you want to handle push notifications in iOS and Android there are a few factors to consider in
Flutter
, namely:- Is the app in the foreground or background?
- If in the background, is the app in a running or terminated state?
These scenarios require specific handling in Flutter depending on the platform.
Xamarin
- Pinned post in Xamarin
My 15 seconds of Xamarin fame
At the 57 second mark
- Xamarin
Reversing an IEnumerable<T> with a binding converter in Xamarin.Forms
I wanted to bind a property on the viewmodel of type
IEnumerable<T>
to theItemsSource
property of aCollectionView
and be able to reverse the order of the items displayed without having to reverse them in the viewmodel or code behind code. - Xamarin
How to use an IValueConverter to convert a value not on the view model
In Make conversion code reusable in Xamarin.Forms I expain how to convert an SVG path (stored in a resource file in this case) to the
Data
property of aPath
view.Now I want to be able to use the
IValueConverter
to convert a value even if it is not a property on the viewmodel. In this example the value is an SVG path stored as a string in a resource file. - Xamarin
Make conversion code reusable in Xamarin.Forms
In How to bind Xamarin.Forms Shapes Path Data to a string I expain how to convert an SVG path (stored in a resource file in this case) to the
Data
property of aPath
view.Now it would be useful to make the conversion code reusable across multiple views in the application.
- Xamarin
How to bind Xamarin.Forms Shapes Path Data to a string
I wanted to store an icon SVG path in a resource file as a string and then bind it to the
Data
property of aPath
view in Xamarin.FormsShapes
.simulator screenshot
- Xamarin
Respond to device orientation with the Xamarin.Forms Orientation State Trigger
- Xamarin
Xamarin.Forms AppThemeBinding markup extension
I really like the new
AppThemeBinding
markup extension in Xamarin.Forms to easily handle Dark and Light modes on the mobile device. It can be used in combination with theStaticResource
markup extension. - Xamarin
Using Xamarin.Forms Shapes to notate notes on the treble clef
screen recording on an iPhone 6s
- Xamarin
How to serialize and deserialize an iOS device token from NSData to String and back in Xamarin.iOS
Obtain the device token as usual when the user opts in to receive remote push notifications. Then convert it to a base64 string that can be stored and used later.
- Xamarin
Xamarin iOS swipable multiple step process used for onboarding
The requirement
- Xamarin
Xamarin Summary
angular
- angular | guitar |
A simple Angular audio playlist
I recently knocked out this Angular.js app to put my recordings in a playlist.
athletics
- athletics
Training session jump
Screwed up the most important part of the runup. The curve and the last 3 strides (and pretty much the entire runup).
- athletics
A jump
- athletics
A jump
flutter
- flutter
Flutter Notes
guitar
- Pinned post in guitar
Guitar Recordings
Listen to some of my recordings I’ve made during my practice sessions.
- guitar
My humble attempt at Bach Prelude for Lute BWV999
- guitar
Brouwer Study No 11
- angular | guitar |
A simple Angular audio playlist
I recently knocked out this Angular.js app to put my recordings in a playlist.
iOS
- iOS
Swift Notes
programming
- programming
How to use the ExactTarget SOAP API to setup and send a transactional email in .Net without logging into ExactTarget
I recently had to use the ExaxtTarget SOAP API to send transactional emails from a website but setting up a new one required me to log in to ExactTarget and shaving yaks called “Data Extension”, “Triggered Send”, “Triggered Send Definition”, “Delivery Profile”, “Email Templates” etc..
subscribe via RSS