-
Ship secure high quality software faster.
-
Latest Posts
- SaturdayMP Show 80: Creating PostCast (Part 2 – Testing Fyne Packaging)
- SaturdayMP Show 79: Creating PostCast (Part 1 – Setting up Go Environment)
- SaturdayMP Show 78: Advent of Code 2025 (Day 1 – Part 2: Success)
- Weekly Dev Chat IRL: Advent of Code/Cyber
- SaturdayMP Show 77: Advent of Code 2025 (Day 1 – Part 2: Failure)
-
Tag! Your it!
.NET .NET Core adventofcode ASP.NET MVC BackAndForth Behemoth Garden BEMCheckBox Birm C# DataGrip Docker Edmonton .NET User Group Entity Framework fun hack the box human resource machine Introduction to ORMs for DBAs ios jekyll kids thinking outside the box Mini-Compressor native-binding NUnit ORM picoctf python react Reduce image size Reduce photo size ruby RubyMine ruby on rails saturdaymp show saturdaympshow security Smaller images software development sql-server standard ruby Takeaways TeamCity Today I Learned xamarin xamarin ios .net native-binding xplugins
-
Archives
June 2017 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Monthly Archives: June 2017
Today I Learned How to Handle Local Notifications in Xamarin on Android
In my previous example I detailed how to schedule notifications in Xamarin on Android but didn’t show the Xamarin Forms application reacting to that specific notification. Let’s fix that. First override the OnNewIntent method in the MainActivity. We override this method so notifications will … Continue reading
Posted in Code Examples, Today I Learned
Tagged .NET, C#, notifications, xamarin, xplugins
Comments Off on Today I Learned How to Handle Local Notifications in Xamarin on Android