Posted by Filip |
Filed under android, java
I started looking more seriously into Android development, especially after a great training session with Mark Murphy organized by Chicago Android. Right now I am experimenting with simple user interfaces (buttons, lists, etc) and learning how to utilize various phone’s sensors. What’s caught my at...
[More]
267a1ce8-e8bd-4c05-954f-9f96fe851819|0|.0
Posted by Filip |
Filed under async, csharp, programming, pattern, C#
This is a continuation of my earlier blog post regarding asynchronous operations in .NET. We are now going to discuss the various ways of issuing and receiving results from asynchronous requests.
There are three main ways of issuing an asynchronous request and later receiving the result. They are d...
[More]
0c9c95ce-4be5-40a8-ad22-0e7049427303|0|.0
Posted by Filip |
Filed under async, csharp, programming, pattern
Lately I have been doing a lot of asynchronous development. At work I’m designing a trading API that is very asynchronous in nature, and in my spare time I have been messing around with Silverlight. I would like to share a few different patterns for retrieving data asynchronously that I have encoun...
[More]
201ed95b-91ff-4683-9b5a-d185cdfbb372|0|.0