Bill Osuch
10 posts.
- Android–Setting up a Kindle Fire emulatorDeveloping for the Kindle Fire is pretty much the same as developing for any other Android device (aside from Amazon’s long review process…). Amazon’s…
- Creating a custom BizTalk 2010 pipeline component–Part 3I hadn’t intended for there to actually be a part 3 to this series, but I realized that I failed to talk about how to get the xml back into the message…
- Creating a custom BizTalk 2010 pipeline component–Part 2In the last post I showed how to create the skeleton of a pipeline components, add it to the toolbox, integrate it into a BizTalk app and deploy & test…
- Validating NPI (National Provider Identifier) numbers in SQLIf you work with any kind of healthcare data, then odds are you’ll deal with NPI (National Provider Identifier) numbers. The NPI is a 10-digit number…
- Book Review: MAKE Ultimate Kit Guide 2012; O’Reilly MediaIf you're interested in hacking (and by that I don't mean programming, I mean cobbling together various wires, circuits, bits and gizmos to form something…
- Dallas event: AT&T Mobile App HackathonSaturday, November 5, 2011 at the AT&T Foundry in Plano, TX Dev-ing. Mobile. Cloud. APIs. Good food. Awesome prizes.
- Android - Create a custom multi-line ListView bound to an ArrayListThe Android HelloListView tutorial shows how to bind a ListView to an array of string objects, but you'll probably outgrow that pretty quickly. This post…
- Android - creating a custom preferences activity screenAndroid applications can maintain their own internal preferences (and allow them to be modified by users) with very little coding. In fact, you don't even…
- Switching between Activities (screens...) in AndroidThis tutorial will show how to quickly create an Activity, and switch to another Activity using a ListView or a page full of buttons.
- BizTalk - using a custom schema with your WCF stored procedureLet’s say you added a table to the database created in the previous post, with a foreign key relationship to the original table, like this:
