Yes, it works great now. Thanks!
Patrick Kalkman My latest article: Weekly Thai Recipe! for Windows Phone My Blog: SemanticArchitecture.net
Yes, it works great now. Thanks!
Patrick Kalkman My latest article: Weekly Thai Recipe! for Windows Phone My Blog: SemanticArchitecture.net
Hi, In my new article I am using a video to explain and show a concept. I am having trouble getting the video properly embedded in the article. I have use the insert video link from the article editor. But it now only works correctly in Internet Explorer. Chrome and Firefox both show a big empty area. Can anyone help me with this? Thanks!
Patrick Kalkman My latest article: RegiRide, a complete Windows Phone application My Blog: SemanticArchitecture.net
A new option for developing mobile applications using c# is mono. For example, http://mono-android.net/ for developing Android applications using c# and http://monotouch.net/ for developing iPhone and iPad applications using C#. It should be possible to develop with a largely single code base for your mobile application on both iOs and Android using mono. The ui part will be specific for each platform. Note that both application frameworks are not free.
Patrick Kalkman My latest article: Digest Authentication on WCF My Blog: SemanticArchitecture.net
When I reviewed your code, I found the following things. I used line numbers for reference. 3: You close your if with a ; this will render your if useless. Change it to using curly braces. 5: You use a for loop with no clear start condition, end condition. 7: The first line of the for loop returns localObject which is of type Object and is null, this is where your error comes from. You return an Object but the signature of the Method says you will return an Intent. 9, 10, 11: Lines are useless as there is no way for the program to get to this code. Patrick Kalkman My latest article: Digest Authentication on WCF My Blog: SemanticArchitecture.net
modified on Thursday, April 21, 2011 3:56 PM
No, I don't think so ;). Just wanted to make sure that I didn't missed anything Thanks!
Hello, I have added a new article http://www.codeproject.com/KB/recipes/SolarCalculator.aspx and I was wondering why it the status is still pending. Are the reviewers busy or did I do something wrong and should I change something? Thanks for the feedback,
modified on Tuesday, May 4, 2010 2:20 PM