speed up populating listview
how to use this code for SQL Server 2008 : SQLiteDatabase db = this.getReadableDatabase(); MatrixCursor mcursor = db.rawQuery(selectQuery, null); i wanna directly insert data for datatable to...
View ArticleActivation Incomplete Error
I've just downloaded Xamarin and am trying to create an iOS Hello World in Visual Studio. I've created an account but when Visual Studio tries to activate the Xamarin.iOS Trial Edition it fails with...
View ArticleOpenAL examples
Hi, i'm trying to port a game from monotouch to monodroid, but i've found some problems with audio. I really need to set the position while playing, and the Sound object from Android does not allow it....
View Articlecreate ipa from vs?
Can anyone tell me whether its possible to create an ipa file using VS and if so what is required to make it work? I seem to recall that this was flagged as an issue sometime ago & am revisting the...
View ArticleXS 4.1.7?
Hi, Was there supposed to be a push to 4.1.7 yesterday? I had a BZ report back saying try the new version. Nothing showing on the alpha channel Paul
View ArticleJuly 29:The Stack Liverpool (UK) .Net User Group:'Cross platform app/game...
I'm doing another round of my Cross platform App / Game talk featuring Xamarin again, this time in Liverpool, UK details here - http://thestack-july2013.eventbrite.co.uk/
View ArticleObjective Sharpie error
Trying to use Objective Sharpie (0.4.9) to build a binding for the Evernote API - I get this error - any ideas/suggestions? Thanks! sharpie-clang-parser exited with error code: 132 System.Exception:...
View ArticleProblem using reflection in code library
How do I ensure linking works for reflection on anonymous types that are included in a code library? The library is pure C# so I can use it with Android and iOS but it uses reflection extensively. This...
View ArticleWebview memory leak
Hi everyone, I have some problems with the use of a webview. When i load a webview in activity the memory goes up for about 12/15mb, normally when i dispose the findviewbyid objects in ondestroy() and...
View ArticleChange ActionBar Title Font
Hi all, how are people changing the font of their actionbar title? I came across this: http://www.tristanwaddington.com/2013/03/styling-the-android-action-bar-with-a-custom-font/ But the last line of...
View ArticleInstall MVVMCross using Nuget Xamarin Studio Mac
Has anyone been able to install MVVMCross via Nuget for Xamarin Studio for Mac. I keep getting an error when I try. ------- Installing...MvvmCross 3.0.9 ------- Attempting to resolve dependency...
View ArticleHow to catch "global" or uncaught exceptions in live app ?
Hi fellow devs How do you guys handle "unknown" errors popping up in a live app? Is there any "bug" system available for Mono for Android? Or have you implemented something yourself? Please come with...
View ArticleDocumentation Correction
Should the following use the bold letters instead of what's struck through? http://docs.xamarin.com/guides/ios/user_interface/introduction_to_collection_views 3.2.2. Subclassing...
View ArticleOpenTK/OpenAL Alc.OpenDevice() - System.NullReferenceException
Device: Galaxy S4. I download last version monodroid(API Level 17, SDK 4.2), connected OpenTK from reference and add native library libopenal.so, set up dllmap When I try to create AudioContext() var...
View ArticleRemove Status Bar
I'm trying to remove the status bar when my application is running on Android 4.0.4. The code I'm using is the one below: ` public void LightsOut(View view) { try { IntPtr view_setSystemUiVisibility =...
View ArticleGoogle Maps and adding a marker
I am building a map app - I need to add markers for a variety of items and all the examples I find have code in them something like: mapView.AddMarker ..... but this method is not available. I cannot...
View ArticleHow to just read a table item?
Im creating this table var sql = "CREATE TABLE TIPOS (ID_TIPO INT NOT NULL UNIQUE);"; And then im adding something to it sql = "INSERT INTO ITEMS (ID_TIPO) VALUES (@body);"; using (var cmd =...
View ArticleBinding Project: Handling ref string parameters on delegates used for call backs
Hi all, I am having to consume a third party library that exposes a single method but relies on me implementing a set of functions that it can then call back to. So following the documentation for...
View ArticleMono: RegionInfo.NativeName returns not really the native name but the...
Hi, since the mono project will be maintained through Xamarin here is a question about localization: We are using following code to get the native name of a country. var cultureInf = new...
View Articlemultiple .so Dllimport ?
Hello, i've compiled correctly my libraries with NDK, so i have my .so files ready to bring into my xamarin project. Let's say i have libMyCoreLib.so, in which i have a simple myTest() extern c...
View Article