Why modifying a XML or any other resource file force Xamarin to rebuild the...
Hello ! This is getting on my nerve. I am not using a very fast PC for work, but whenever I have to modify an Android resource (be it a simple dimens.xml or activity xaml file), Xamarin Studio, upon...
View ArticleHow can I rotate only a specific part of screen?
As a question title, I wonder how to rotate only a specific part of screen For example, most of camera application lock the rotation of screen and only button rotate when device tilts. How can I...
View ArticleImage rotation Issue
Good Day, i am trying to make something similar to The BoxView Clock sample to show an animation of a Analog Clock with the hands spinning. Currently i use an Absolute layout to achieve this. My issue...
View ArticleCan I take XAM110 before the IOS classes?
I've taken the XMA101, AND101, and AND102. I went to start the IOS101 and realized I needed a mac build server. Do these courses build on each other? Do I need to take the IOS classes before taking the...
View ArticleEntry element Coodinates
Hi, I have page with entries inside stacklayout and scrollview, when i click on entry then how can i find coordinates of that entry(X, Y).
View ArticleProblem with Prism ListView Xamrin.Form
i have a ListView with Prism and i use EventToCommandBehavior to convert ItemTapped Event to command. i want to send parameter to ViewModel. here my code *** Xaml ` <ListView.Behaviors>...
View ArticleHow to create .NET 2.0 Standard project?
How to create .NET 2.0 Standard project? Now there is only 1.6v support.
View ArticleIs possible has a page portrait and other landscape or both?
I have an App. It works this way. Login page is opened. When i log in the App i'm redirected to a MainPage. This page(Main) it must have just Orientatio = Portrait, but when i click over an image, so...
View ArticleForcely Scroll +60 Y Coordinate when tap on Entry filed
Hi, I want to scroll forcefully +60 for Y Coordinate when tap on Entry filed, which will show next entry field. I am looking custom renderer which i can apply for full project.
View ArticlePlugin.FilePicker CrossFilePicker not picking files from SD card. (Xamarin...
Hi When i try to pick file from SD card, CrossFilePicker throws exception "System.IO.DirectoryNotFound Exception". file = await CrossFilePicker.Current.PickFile(); if (file == null) { return; }...
View ArticleHow to stream from Xamarin Forms to Facebook, YouTube?
As the title, How to stream video, camera from Xamarin Forms to Facebook, YouTube?
View ArticleAdding menu in a xamarin native application for the existing project
Hi guys! How do i add menu in Xamarin native app C#2017
View Articlexamarin.maps: How to disable getting geolocation position when app is...
Hello everyone. Could you help me for this task? I need to disable getting geolocation position in OnSleap method and to enable this in OnResume method in order to avoid increased battery consumption...
View ArticleConditional compilation symbols access from XAML file?
Is it possible to access conditional compilation symbols from XAML? I know that I can do things in code behind, but I want know if it is possible to do it from XAML. I need to show an Entry or a Picker...
View ArticleHow can I change the hamburger icon for another one in Xamarin.Forms for...
How can I change the hamburger icon for another one in Xamarin.Forms for Android? I tried a lot of methods to change the three bars (hamburger icon) for another icon with Xamarin.Forms, but it seems to...
View ArticleConvert Image to Base64 string
I already did the conversion, but i set the image as static, I don't know how to make it dynamic like, I'll search in my gallery or take some pictures. Here is my conversion: Bitmap mBit =...
View ArticleWebView doesn't get resized or panned when soft keyboard is overlayed
I'm using Xamarin Forms 2.3.3.175, the latest version, and testing on Lollipop emulator. When the input field in a WebView get focused, the software keyboard is scrolling up and the input field is...
View ArticleCall an Android Activity from PCL
Hi, I am relatively new to Xamarin.Forms and am currently working on a cross-platform app. Part of the app requires videos to be played using Brightcove's Player SDK (Java classes). I have created a...
View ArticleLayout Issues with MasterDetail switching Portait to Landscape etc.
I've created a custom control with a few elements in there in three columns - small - large - small:- | a | ________b________ | c | When the app starts in portrait mode - the master part is hidden and...
View ArticleRetrieving Single Data in Firebase Xamarin
Hey Buddies, Does anyone here using Firebase on their xamarin android or xamarin forms project? I managed to retrieve list of data from firebase. But im having trouble how to retrieve single data only...
View Article