Splash Screen not showing up in Android 4.4 version in landscape mode only?
Here is my code:- styles.xml: @drawable/splash_bg true SplashActivity.cs: [Activity(Theme = "@style/Theme.Splash", MainLauncher = true, NoHistory = true, ConfigurationChanges = ConfigChanges.ScreenSize...
View ArticleCapture Photos/Videos from Camera (Custom Render) Tap/Long press
Hi all, I already have a Camera custom render very similar to this CameraProvier where I can take Photos without any problem, the thing is that now I need to record video using the same View or Camera,...
View ArticleBadge on Button
Hi, How can I place a badge on a button? Or in a stacklayout. I have managed to make it work with application icon and tabbed pages, but not with button.
View ArticleXamarin forms android build error
So I updated the Xamarinforms nuget into the v2.3.4.247 and when I tried to build Xamarin forms for android, it throw an error saying "ResolveLibraryProjectImports" and FileNotFoundException: Could not...
View ArticleUnity Game
Hey, I would like to make a mobile cross-platform game with Unity, but interface with Xamarin Forms. I've seen on forums that it would potentially be possible to do this by using the Unity build as...
View ArticleError CS0117 'AudioFormat' does not contain a definition for...
hi, can anyone tell me why my Audioformat from the Media class is missing the "ENCODING_PCM_16BIT" function and others more? Do i have the wrong assembly or Api? I am really stuck here.
View ArticleGoogle maps stopped working
Hello MyApp uses Google maps, everything was working, but now it only shows like a generic map from Rome As I just said, it was working, I have all the settings and permissions in place, like my api...
View ArticleGeofence Plugin for Xamarin Released
Hi guys Just released a plugin that supports geofence monitoring for iOS and Android Platform. Windows support coming soon. Try it and let me know if helps any one. Also have a list of TODOs if anyone...
View ArticleHow to Databind to a "Dynamic" object ?
I am currently using DevExpress grid and want to data-bind the grid to a Dynamic object that does not have properties. I have to assign an object to the ItemsSource property and I am not sure how to...
View ArticleCustom navbar/actionbar title font for both iOS and Android
Hi! I've been googling around for about an hour now and have found some solution for setting a custom font for the navbar, however I haven't found any on how to set the font on android. Has anyone got...
View ArticleXamarin Forums - Can you change an accepted answer?
I've noticed, using this forum, that once you have accepted an answer on a question, it then conveniently places it at the top just after the question - however, what if someone pressed accept on the...
View ArticleHow to show keyboard without any controls?
What libraries do I need to use to make it work? Windows.UI.ViewManagement.InputPane.GetForCurrentView().TryShow();
View ArticleNon-empty constructor in DependencyService?
Is there anyway to register a concrete instance with the DependencyService, rather than using the assembly attribute? I ask because I have a DAL, which is platform dependent, that also has a few...
View ArticleLoad images within a scroll only when they are visible
Hi, I've got a vertical scroll with a lot of images, I collect them via json. When I open this Content, it takes so long to show them, so i think that the solution is to load this images only when they...
View ArticleHow to get path of the pictures folder on Android?
I have a page in Xamarin.Forms that open details of a item, that have a image but this image are saved in the pictures folder of the device with the name of the item id... how can i do to get this...
View ArticleSystem.Web missing when adding a 3rd party reference on Android build
Hey, I've seen a few questions regards System.Web & Xamarin.Android but I've not really got any further with this. I've added a DLL that I assume is referencing System.Web - on build, VS complains...
View ArticleApp not running in emulator
I am trying to setup a development environment in Visual Studio Community for development with Xamarin.Forms. In order to make sure the Android Emulator was working, I followed the QuickStart...
View ArticlePreference Seekbar
Hi, I am pretty new to Android. I have finished my iOS part and now I am struggling with a seekbar in the preference. How do you get on into the PreferenceFragment? Does anyone have some example code?
View ArticleCould not load assembly 'System.Web' error
Building Xamarin.Android project ends with: /Users/yoorek/Dropbox/Code/VisualStudio/Synchronizer/Android/Android.csproj (Build) ->...
View ArticleApp store rejection
Hello guys, As many other people, after submitting an xamarin ios app, apple told me: "We were unable to review your app as it still crashed on launch. We have attached detailed crash logs to help...
View Article