I need my application start the operating system boot, as I can configure this?
What I want is to just be able to use the app! Is to put some information panels on a TV. Thanks.
View ArticleAudio And Video Tag Info Reading
Hello: I'm using Xamarin Studio and i want to read Tag Info from media files such as MP3 and MP4, but i can't find a library to use with Xamarin in Android, i know there are lots of libraries for C#...
View ArticleHow do I pad a UITableView horizontally from the edges of screen?
I am Subclassing the DialogViewController to have a consistent look and feel for my Dialog TableViews public class ThemedDialogViewController : DialogViewController { public ThemedDialogViewController...
View ArticleFree Heap Memory When Loading Items Into A Listview.
I'm facing a big trouble with listview and items: I'm loading a big amount of items (Text + Bitmap Image) into a Listview, i'm using an Adapter class which holds the items, and another class where the...
View ArticleIs XCode the only UI available?
Just starting out with Xamarin.Mac and was wondering if there's another UI option other than XCode?
View ArticleXamarin.InAppBilling fails to connect
I'm trying to use the InAppBilling component but the OnConnected handler is never called. At this point I'm just trying to verify that I can connect, so this is all the code so far: mServiceConnection...
View ArticleReturning values from nested listactivity to mainactivity
I may be going about this the wrong way, but it's the only way I can think of it right now. I have a main activity and two 'child' listactivities (one listactivity is a child of the other). I have a...
View ArticleHow to deploye GTK# application on MAC OS X machine
I am developing GTK# application using XAMARIN Studio. Can anyone tell me how to create package (installation package) for MAC OS X. I am new for MAC OS X but i found that there is .DMG file for MAC....
View ArticleGet ID of variable resource
I've found several posts about getting the ID of a resource by name. I have tried two different methods, and never one works. //This one returns 0: int varInt = Resources.GetIdentifier ("background1",...
View ArticlePCL backed projects seem to break between XStudio and Visual Studio
It seems that building a solution with two PCL projects and one iOS project in Xamarin Studio or Visual Studio and attempting to load them in the other tool leads to a broken build. I've been recently...
View ArticleMapFragment - Possible reference conflict or something?
c:\Users\Tib90\Documents\Projects\IgluHarkka2 - TOIMII - Copy\Components\googleplayservices10-10.0\lib\android\GooglePlayServicesLib.dll: Warning CS1684: Reference to type 'Android.App.Fragment' claims...
View ArticleSome issues with UITableViewCell
Hi all, I'm currently creating a table view which has a very custom layout and running in to several problems. Firstly, the cell has a button which is to be used to select the row. Therefore I have set...
View ArticleGetting Started Building a Component???
Does anyone have a good recommendations or best practices when attempting to build a component? I found the resources/guidelines provided severely lacking in content and without any pattern of...
View ArticleNew Thread Error Handling
I'm a bit stuck on how to do proper error handling here: MenuScreen.RequestSettings requests settings from our server using Service Stack. This works fine when the application has access to the server...
View ArticleError when calling ToListAsync() method of Windows Azure Mobile service using...
I am building an app with AzureMobile Services in mvvmcross when I call ToListAsync() method for retrieving data from server in Windows Phone 8 it works fine but there is an error in Xamarin.Android....
View ArticleI don't think my app is being deployed to the device.
Hi I have got back on with an Android app this morning I was working on a few months ago. There are some very strange things going on. The app now builds and deploys (if it really is deploying) in a...
View Article[Xamarin Blog] Android Support Library v7: Hello ActionBarCompat
Just posted: Android Support Library v7: Hello ActionBarCompat on the Xamarin Blog. Read the full article to learn how to use the ActionBarCompat to provide Action Bar backwards compatibility support...
View Articleabout google maps sdk ~ 52 mb?
i just like to use google api in ios but its says dll is 52 mb? its huge bro, some other dll or api is availabile for monotouch?
View ArticleInstallation Printer sdk in xamarin studio
How installation Printer sdk in xamarin studio
View ArticleLong list containing images
Hello, I am new to Xamarin and want to ask about a simple and at the same time a complicated thing. I need a quite long lists in my application and these lists may contain images. Common problem with...
View Article