Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xamarin

Transparent Webview In Xamarin

I searched Transparent WebView but I could not find any answer for my problem. I have these: st… Read more Transparent Webview In Xamarin

Xamarin Android Fcm Notification Client To Client(phone To Phone)

I follow the tutorial in https://docs.microsoft.com/en-us/xamarin/android/data-cloud/google-messagi… Read more Xamarin Android Fcm Notification Client To Client(phone To Phone)

Debug Xamarin Sports Sample Locally

I am having trouble debugging the Xamarin Sports Sample locally on my development machine, so I can… Read more Debug Xamarin Sports Sample Locally

Can't Log Out Xamarin Account In Visual Studio

Latest XamarinVS, tried both 2015 and '15' Preview, I click log out in Tools/Xamarin Accoun… Read more Can't Log Out Xamarin Account In Visual Studio

Getting Phone State In Xamarin

I have following code: public class StateListener : PhoneStateListener { StateListener … Read more Getting Phone State In Xamarin

Playing Multiple Songs With MediaPlayer At The Same Time: Only One Is Really Playing

I need help with playing multiple audio tracks at the same time in Android. I am supposed to play t… Read more Playing Multiple Songs With MediaPlayer At The Same Time: Only One Is Really Playing

MvvmCross - Trying To Use Fragments AND Latest Support Lib Results In Linking Problems

I'd like to use the SlidingPaneLayout or DrawerLayout, but these require a newer support librar… Read more MvvmCross - Trying To Use Fragments AND Latest Support Lib Results In Linking Problems

Moving Android SDK To Another Folder With Xamarin

I'm trying to move Android SDK from default folder (C:\Program Files (x86)\Android\android-sdk)… Read more Moving Android SDK To Another Folder With Xamarin

Decrease: Compile Using Android Version Xamarin Android, VS

I would ask how to decrease minimum version of 'compile using android version'. I have: com… Read more Decrease: Compile Using Android Version Xamarin Android, VS

Pushing Notifications When App Is Closed

I am looking to create a Text-Based Android game using C# in Xamarin Forms. In the story, I want to… Read more Pushing Notifications When App Is Closed

The Directory Name Of Obj/Debug/android/src/{name Space} Is A MD5 Hash?

In Xamarin Android, I am working with a DialogPreference class and need to access the full path of … Read more The Directory Name Of Obj/Debug/android/src/{name Space} Is A MD5 Hash?

How To Request Location Permission Before Showing Map Set Up In Xaml. Xamarin.Forms

I recently updated sdk level to 6.0 in Xamarin.forms. I used Xaml to place a map on a page. Since I… Read more How To Request Location Permission Before Showing Map Set Up In Xaml. Xamarin.Forms

Xamarin Custom Keyboard

I am trying to create a custom keyboard for a specific page and I have some problems in handling th… Read more Xamarin Custom Keyboard

Xamarin Custom Keyboard

I am trying to create a custom keyboard for a specific page and I have some problems in handling th… Read more Xamarin Custom Keyboard

Why Does Connection Object Contain Null Properties In It

I am trying this code and in debugging breakpoint the Connection Object does not show any values in… Read more Why Does Connection Object Contain Null Properties In It

"Type Or Namespace Box2D Could Not Be Found" On Android (Xamarin/CocosSharp)

Im building a simple game with Xamarin/Cocossharp in a Shared Project. I added some physics with Bo… Read more "Type Or Namespace Box2D Could Not Be Found" On Android (Xamarin/CocosSharp)

Xamarin Whitelabel Apps

I'm investigating Xamarin solution for my project. Project requirements are: IOS app, Android … Read more Xamarin Whitelabel Apps

Xamarin: Use NDK-built .so

I made two simple functions (set and return an int) on eclipse (Android project) in C. I used ndk-b… Read more Xamarin: Use NDK-built .so

HAXM Is Not Installed On This Machine

Recently I've installed Xamarin and tried to do a tutorial in Xamarin page beginner. When I am … Read more HAXM Is Not Installed On This Machine

Create List Of Objects From Json Object With Objects In Xamarin For Android

I`m using JSON.net and I'm trying to get a list of Expense objects from JSON like this: {'A… Read more Create List Of Objects From Json Object With Objects In Xamarin For Android