Xamarin.Mac obfuscation
Hi! Anyone ever obfuscated their Xamarin.Mac application and Mono assemblies and would like to share? Regards, David
View ArticleSQLite.Net and the primary key
If I have a model with a property marked [PrimaryKey] SQLite.Net seems to replace the value of this property when inserting the object even if I already provided something unique. Is there a way around...
View ArticleEntity Framework Code First Approach in iOS
Does anyone know if it is possible to use the Entity Framework Code First approach when developing applications using Monotouch? I appear to be at a stumbling block with the lack of...
View ArticleHow to upgrate Apps By mono
As the title you have seen,I want to know how to upgrate the Apps,I can search many many infomations about this by Java,but with Mono,I don't have one,who can write a demo for me?
View ArticleIOS view visible
Hi there please can you help. How do I make a view visible using then If...Then condition?
View ArticleHow to upgrate Apps By mono
As the title you have seen,I want to know how to upgrate the Apps,I can search many many infomations about this by Java,but with Mono,I don't have one,who can write a demo for me?
View ArticleMeasuring string width in iOS7
Since NSString StringSize is deprecated in iOS7 and replaced with GetSizeUsingAttributes, I am trying to use the new method. I've seen a couple of posts about this, but haven't had any luck actually...
View ArticleStrange exception while executing foreach statement
Hi. Today I've faced to exception while executing this fragment of code: IDictionary<String, UsbDevice> deviceList = GetUsbManager().DeviceList; bool found = false; foreach (string key in...
View ArticleCannot publish app to google play
Hi , I am getting the following message while trying to upload my APK file to google play : "Your APK's package name must be in the following format "com.example.myapp". It may contain letters (a-z),...
View ArticleBinding Objective-C
I'm trying to write a wrapper for SWRevealViewController. Here's a link to the source https://github.com/John-Lluch/SWRevealViewController I use Objective Sharpie. Successfully create a C # file, but...
View ArticleFragments supported through Android Class Library project?
I'm currently trying to create some fragments for my application. I'd like to place them into a Android Class Library project but haven't had any luck with this yet. So my question: Is this even...
View ArticleWhat causes this layout to break?
I've deployed an app on both my Nexus 4 and my Nexus 5. On the N4, the splashscreen loads properly, however, on the N5, I get this... Here's the splash screen code. layout\SplashScreen.axml <?xml...
View ArticleHow to achieve cross platform file access in a PCL?
I would like to have file access abstracted. There seems to be a plugin for MvvmCross, however I'm not using MvvMCross. Can I / should I / may I use that plugin code in my project? Any other options?
View ArticleHow to get the newest FileSystemInfo item on a directory?
I need to know the newest file in the entire folder and i am doing this IList<FileSystemInfo> visibleThings = new List<FileSystemInfo>(); var dir = new DirectoryInfo(directory); try {...
View ArticleNSScrollView not working
I have taken a scrollview(added using IB), I am adding a new view on every button click.The issue is view inside scrollview doesn't get scrolled. Do we programmatically have to do something to make it...
View ArticleUpdates?
Hi, Other than a recent update to XS, I've not seen much activity on the alpha channel. Are we going to get something amazingly huge suddenly that is taking time to become alpha quality or is something...
View ArticleVersion control operation failed Short read of block
While trying to retrieve code base from a TFS-hosted git I get the following error. This is on a mac and happens in both XS and MonoDevelop. It does not happen immediately but after 1/4 of the progress...
View Articleplase upload fix HtmlAgilityPack.dll for mono for android
hi. plase upload fix htmlagilitypack.dll. link download fix htmlagilitypack for mono for android. tanks
View ArticleUsing Google Analytics
Hey I'm trying to use Google Analytics, and I saw John Miller wrote an interface for using it. I downloaded his project from GitHub (https://github.com/therealjohn/GoogleAnalytics), compiled it and...
View Articleswipe/fling inside Scrollview
I know this has been raised before but other threads do not seem to offer any conclusive solution - I tried thedispatchontouchevent override butI think the only reall solution is to extend the...
View Article