How do i add the Java.Lang.Object to the xamarin studio ?
When trying to compile my project i'm getting error: xamarin studio Java.Lang.Object the type or namespace java could not be found And also i'm getting error on TextToSpeech namespace. public class...
View Articlex:FieldModifier
Hi, Is Xamarin.Forms going to support x:FieldModifier to generate publicly accessible ui element fields? To put my question in a context: I'm trying to use Xamarin.Forms with XAML from F#. Because...
View ArticleCode Sharing between platforms - Why can't I add references to the 'Master'...
Hi Guys, I'm completely new to Xamarin so I've got a problem im sure is just a simple misunderstanding on my part. I'm beginning development of a new Mobile App that connects to a web API to retrieve...
View ArticleHow does one create a button or label with underlined text?
I feel stupid even asking, but there you go. It isn't obvious to me. I don't see a way to underline or add/set other text type attributes to text.
View ArticleConvert Image to byte[]
I've search for this but none of the options work for me. In the threads that I see, they are using BitmapImage or some .net assembly that does not exist in the pcl. I have a xaml Image on the page...
View Article13" MacBook Air as the primary development machine?
Hey folks, Is anyone current using a MacBook Air as their primary development machine? I do a lot of work on the go (train, various locations), but most of my work is done in an office setting (thus an...
View ArticleCreated a new Android > App solution and getting error in the file .csproj...
The error is in the file .csproj on the line: <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> The imported project...
View ArticleBreakpoints not hitting using visual studio
Hi, My App is Working on device but unable to debug the code with breakpoints. I have also unchecked "use fast deployment" in properties. but still not working. Please help! Regards Vikram
View ArticleError in unzipping files from ...\Android.support.v4\21.0.3\... directory...
I am getting this error on the Android project within Xamarin.Forms on a Windows 8.1 PC. I didn't find the solutions proposed in other threads with same error code didn't work / feel not relevant....
View ArticlePlatform not tracked correctly?
Hey folks, we just went live with an application implementing Xamarin Insights yesterday and we noticed that despite recieving user data we do not see any device information for the user, thus we do...
View ArticleSQLiteConnection doen't work. Just wonder why?
I'm trying to run my app with SQLite DataBase. Data base was created before using the SqliteBrowser. Just wondering what could it be? database = new SQLiteConnection(DatabasePath); This is where it...
View ArticleMVVM with IOS and Namespace Issues
Hi All, I feel that this is pretty easy but I am missing something to connect the dots. I am creating an app that reads a file on the local device. From what I see, I need to create this utility class...
View ArticleEntitlements file "Entitlements.plist" not found
I am trying to run a simple app on an iOS device and receive this error message. The application runs fine in the emulator but can not get past this error when trying to run on an iPod Touch. I have...
View Article"Unloading image System.dll" log spam
In the last few releases of Xamarin.Android, we've been seeing an incredible amount of log spam of the following form: [Mono] Image addref System(0x6ba674c8) - System.dll(0x57b6f3c8): 1799 [Mono] Image...
View ArticleCan I add a search control to Android's ActionBar using Forms?
I'd like to add a search control to Android's Actionbar. But I don't see any way to access the native actionbar. I tired to override the tabbedrender as well as the navigationrenderer. But I can only...
View ArticleBehavior of CCRenderTexture after update
Hi there, I am developing an app where the user can draw lines (drawings). The lines get then converted to sprites with CCRenderTexture. The problem is that after the update 1.5.0.0 the lines aren't...
View ArticleDifficulty Consuming ASMX using Method GET and POST
Hi, I am new to mobile development and I am struggling to consume ASMX using Xamarin , I wonder how would the implementation of the GET and POST method. I have two projects WS and PCL. Implementation...
View Articleopen source TreeView for Xamarin.Forms - looking for contributors
Hey Xamarin.Forms gurus! I needed a TreeView control for Xamarin.Forms and couldn't find one, so I did a spike and came up with a working prototype and demo app. It its current version, data binding...
View ArticleInApp-Billing
Hey folks, as I'm taking huge steps to release our app, I'm now at the point where I have to implement a payment function. And I was curious if anyone here used the InApp-Billing Components from the...
View ArticleAny update on Xamarin Forms with Windows 10 Universal Windows Platform?
I am eagerly waiting to hear from Xamarin Forms working with Windows 10 UWP apps ... anything exciting launching tomorrow with VS 2015 launch?
View Article