Bitcoin
I'm writing a .net app in MVC3 that needs to interface with the bitcoin network. it turns out the logic for it is all written in Java, and I haven't found a good port of it to .net - can I use this...
View ArticleSQLite.net: create a table for a complex class
Hi, Can SQLite.net handle the following: public class MyClass { public int Id { get; set; } public string Name { get; set; } public virtual ICollection<MyOtherClass> MyOtherClassList { get; set;...
View Articleoverride incoming messages
hi, is there a way to override incoming messages and not display the sms message using xamarin? thanks
View ArticleCan't Add New Folders, Code, etc. After Update to Xamarin Studio 4.0.12...
Yikes! This version is disastrous for me on a Mac. Any attempt to add anything new or edit a file fails with an error message like this: System.Reflection.TargetInvocationException: Exception has been...
View Articleapp architecture
I'm having a hard time wrapping my head around exactly how to architect my app. Here's a simple structure that I have I load the main view controller from the appdelegate. in the didfinish loading...
View ArticleParsing list to an activity
hi, how can i parse this List<WinTAP.PartialBusiness.clsExtraFactor> ExtraFactorLists = new List<WinTAP.PartialBusiness.clsExtraFactor>(); to an activity. I have googled and got this :...
View ArticleApplication name for different languages
How can I add different application name for different languages ?
View ArticleWhen will we be able to post components with more platforms (Xamarin.Mac,...
It seems crazy that you guys came up with this awesome Component Store but you left out some major platforms. Are we going to see any/all the following platforms any time soon? If not, then I don't...
View ArticleCannot Binding jar in Xamarin 4.8.0/4.8.1/4.8.2
Another problem was on javabinding project . I have a javabinding project,and i used to run it normally by hand writing Metadata.xml. but in 4.8.00013 it can not run, and show warning as below image on...
View ArticleTapstream SDK Port
Hi Everyone, I just thought I should write a quick note to let you all know that I have ported the Tapstream SDK for xamarin.iOS. The code is available here. https://github.com/teknologika/Tapstream....
View ArticleWhy can not find the object IsolatedStorageSettings?
Hello, Friends! I need to use the object IsolatedStorageSettings not encounter the same available as the following picture. Is there any component that can supply this or any solution?
View ArticleAccessing UI from other thread does not cause exception
I have a big application that I am porting to Android. What I see often, is after .net events are raised from non UI thread and if I receive those events and call some method on UI element then code...
View ArticleHow to correctly save and read files
I've been trying to save a file in order to store the user's username in so that they don't have to enter it every single time they want to use the app. However, I haven't found much information on how...
View Articlesupport for Android testflight?
Hi, I know xs supports testflight for ios. Are there any plans for it to support testflight deployment for Android? Paul
View ArticleElements side by side in a MT.D
Hi, Normally on a MTD you have a line per element within the section. Is there a way to have two (or more) elements per line on a MT.D? Thinking of the likes of credit card entry (so from date picker...
View ArticleHow to create horizontal scrolling buttons on android?
I try to create horizontal scrolling buttons using HorizontalScrollView but somehow I can't place another component such as LinearLayout (Horizontal) on top of that. It supposed to work on native...
View ArticleC# Monotouch/Xamarin - iOS Bluetooth connection to multiple phones?
Does anyone know if it's possible to use Bluetooth to connect to multiple phones using C# Monotouch/Xamarin iOS?
View ArticleREST or WCF?
Hi, I have a requirement where I have to write an app for iOS,Android and Windows Phone, I have been reading about cross platform architecture and Im not sure about what webservice platform to use,...
View Articlemonodroid shader examples anyone?
Hi there, I've been looking for a while to find a good monodroid shader example (still not even sure if this is possible yet!). Any suggestions would be greatly appreciated
View ArticleSet padding in UITextField
For those who look for the padding solutions on UItextField: public static void SetPadding(UITextField f, int padding){ UIView paddingView = new UIView(new RectangleF (0,0,padding,20)); f.LeftView =...
View Article