Chris Riesgo
  • Home
  • Agile Thinking
  • Presentations
  • About

xamarin

A collection of 14 posts

Redth's Addins 1.0.6 Update
xamarin

Redth's Addins 1.0.6 Update

I'm a big fan of the Redth's Addins extension for Xamarin Studio and Visual Studio. Specifically, I love the Obliterate menu option it adds to the IDE context menu. Creator, Jonathan Dick, makes

  • Chris Riesgo
    Chris Riesgo
1 min read
SQLite-net Async Connections: Keep It Clean
xamarin

SQLite-net Async Connections: Keep It Clean

If you use SQLite-net (aka sqlite-net-pcl on NuGet) and have seen disk I/O or connection exceptions in your applications, you may be overlooking some features of the library or mixing concerns. We

  • Chris Riesgo
    Chris Riesgo
2 min read
Xamarin Test Recorder for iPhone
ios

Xamarin Test Recorder for iPhone

Xamarin Test Recorder is a really neat way to automate your mobile UI tests. The tool lets you connect your mobile application to a device or simulator and record interactions with your app.

  • Chris Riesgo
    Chris Riesgo
3 min read
Music City Code 2016: Native mobile apps beyond Hello World
xamarin

Music City Code 2016: Native mobile apps beyond Hello World

Thanks for showing interest in my topic at Music City Code 2016! Below are links for my talk. Native mobile apps beyond Hello World Xamarin lets you build native Android, iOS, and Windows

  • Chris Riesgo
    Chris Riesgo
1 min read
ICYSTT: Command Line Tool Trouble after Xamarin Cycle 7 Upgrade
xamarin

ICYSTT: Command Line Tool Trouble after Xamarin Cycle 7 Upgrade

ICYSTT: In Case You See This Too Humor me. I'm trying this acronym as a way of signaling the content of posts where I struggle through a problem and come out the other

  • Chris Riesgo
    Chris Riesgo
3 min read
Android AltBeacon Library: Version 2.7
xamarin

Android AltBeacon Library: Version 2.7

It's overdue, but I just published version 2.7 of the Android AltBeacon Library. You can find it on: GitHub NuGet Xamarin Component Store (update coming soon) What's new There have been several

  • Chris Riesgo
    Chris Riesgo
3 min read
Xamarin.Forms Carousel View Recipe
controls

Xamarin.Forms Carousel View Recipe

I often see people on the Xamarin.Forms forums asking for a carousel-style control. We have the CarouselPage built in, but you can't resize the viewport or easily indicate which page you are

  • Chris Riesgo
    Chris Riesgo
3 min read
Material Design FAB in Xamarin.Forms
controls

Material Design FAB in Xamarin.Forms

James Montemagno recently blogged about More Material Design for Your Android Apps. In the post, James discussed two controls that he has built around Material Design components. One of the components is the

  • Chris Riesgo
    Chris Riesgo
1 min read
Cast Exception When Upgrading to Xamarin.iOS 8.6
ios

Cast Exception When Upgrading to Xamarin.iOS 8.6

Recently, Xamarin released major updates to its iOS and Forms platforms in order to support 32/64-bit architectures from a Unified API. These updates came across as Stable Channel updates in Xamarin Studio

  • Chris Riesgo
    Chris Riesgo
1 min read
xamarin

Android Swipe ListView for Xamarin

Open up your favorite Android e-mail app. As you scroll through your messages, you instinctually start swiping them left and right. You're either archiving the message - because you might need that arduino

  • Chris Riesgo
    Chris Riesgo
1 min read
xamarin

Solved: My HTTP(S) Intent Filter Doesn't Work

You've added an HTTP or HTTPS intent filter to your Android app with the hope of having your app launch when someone navigates to your defined Url. Seemed easy enough. Code in place,

  • Chris Riesgo
    Chris Riesgo
1 min read
httpclient

Xamarin | Exception when posting HttpClient MultipartFormDataContent

Consider the following code example: var fileName = "~stacktrace & stuff.txt"; var content = new MultipartFormDataContent(); var fileStream = new FileStream(String.Format(@"/mnt/sdcard/Download/{0}", fileName), FileMode.Open, FileAccess.

  • Chris Riesgo
    Chris Riesgo
1 min read
Run an Android Emulator in OS X from Xamarin in Parallels
emulators

Run an Android Emulator in OS X from Xamarin in Parallels

If you've been looking for a way to develop your Xamarin Android apps in a Parallels Desktop Windows VM, but run the app in an Android emulator on your Mac, this post is

  • Chris Riesgo
    Chris Riesgo
3 min read
ibeacons

Xamarin.Android iBeacon Service

With the emergence of iOS7, an interesting little nugget quietly came along - iBeacons. What are Beacons? Basically they're just a form of micro-location that uses Bluetooth Low Energy(BLE/Bluetooth 4.0/

  • Chris Riesgo
    Chris Riesgo
1 min read
Chris Riesgo © 2025
Latest Posts Twitter Ghost