How to get rid XA0106 warnings in xamarin forms application while building...
My target mono android version is 8.0 and i am building my app at API level 26 while building droid I get such hundreds of warnings Warnings are something like this.....
View ArticleHow to Quickly Change Image With MVVM?
<Image Source="{Binding PowerImgPath}"/> When i press a button, a command execution function of the ViewModel bound to the button changes the image path to change the image. but This method...
View ArticleHow to design the week view calender in xamarin forms?
I am confusing, which page i need to use for that carousel page or any other page in xamarin froms
View ArticleHow to create UI like VS Code in Xamarin Forms?
Hi everybody! How to craete UI like VS Code in Xamarin.Forms?
View ArticleCursor colour in iOS and UWP
I've changed the cursor colour on my controls in MyProject.Android, using the styles.xml file. <item name="colorAccent">#000080</item> This file doesn't appear to exist in the .iOS and .UWP...
View ArticleWeird error when I compile : IBTool exited with code 255
Hi, using Visual studio comunity version 7.4.1, on Macos high sierra 10.13.3 I got on github a sample of RSS reader : https: // github.com/Mahabali/XamarinRSSFeed when I compile, at first : I can run...
View ArticleXamarin Forms Map Direction
Xamarin forms maps Direction draws only straight lines, but i need to draw on road instead of straight lines Please tell me how to resolve this?
View ArticleDrag map up and down inside Scrollview
Hi. I've a map inside a Scrollview among other elements. When I try to drag the map up and down the scrollview scrolls and not the map. It only happens in Android. I've been able to hack it a little...
View ArticleMaintain state of Context menu for Xamarin ListView on IOS
Hi, Environment: IOS with Xamarin forms. I have a list view in which I have context menu for each list view item. Here, we refresh whole list after some interval of time. The context menu appears when...
View ArticleHow to set a Label's maximum lines when FastRenderers is enabled ?
Hi all, I used to add an Effect to a Label whenever I wanted to set the maximum lines of text to show. Now if I enable the FastRenderers, the code below does not work anymore. It DOES work just fine...
View ArticleTask exists before get the Model from the Sqlite database.
DataContext to Sqlite database public class Datastore<T> where T: Model, new() { // Other codes public async Task<T> GetAsync(int id) { return await _database.Table<T>().Where(i =>...
View ArticleDevice orientation (Portrait, Landscape) based styling not working on GridView
Hi. I have a <style> element and I want that if the device in Portrait or in Landscape the Margin of the Grid has different values. But it seems it does not work, because the margin is always 0....
View ArticleXamarin Forms custom navigationbar
Hi, when I create a custom navigation bar in xamarin.android axml, the title remains empty, and I would like to know how can I set the textview title to that from xamarin.forms xml's title? here is the...
View ArticleHow can I create a new PDF in Xamarin.forms? / ¿Como puedo crear un nuevo PDF...
I am developing a new App which when the user complete all his tasks he has to press a button to confirm the realized activity, after that the App have to create a PDF which will be sended by e-mail....
View Articlespace error
Hi, I get the following error, as free space? I do not find the folder Deployment failed Because of an internal error: There is not enough storage space on the device to store package:...
View ArticleemnaDMK
i like to have the same font size on all platform also when i change the font size of device to large ... any help and thx
View ArticleThe "Aapt" task failed unexpectedly.
Hi to all, I have make a Xamarin forms app for win and Android. So far I could test it in both of the OS. Suddenly in Android, I could not build it and the error is "The "Aapt" task failed...
View ArticleIs anyone actually using the geofence plugin in production?
I have created an app that uses the geofence plugin (https://github.com/domaven/xamarin-plugins/tree/master/Geofence) to notify users when they enter/exit certain locaitons. It works to some extent,...
View ArticleImplement 3DES algorithm cryptography for xamarin forms
My PCL project does not support System.Security.Cryptography , I am trying to use 3DES algorithm for encryption and decryption. But PCL Crypto does not support 3DES. what is the work around in this...
View ArticleFTP MakeDirectory Issues
I'm developing an application for a company I work for. It's supposed to upload photos taken on an Android or iOS device to an FTP server. I'm using Xamarin.Forms for the iOS and the Android version of...
View Article