Cannot Render other images from database
Hi Xamarin Forum, Can somebody help me here im little stuck at rendering my other images from my database Here is my Code PostModel.cs public class Post { public int Id { get; set; } public string...
View ArticleCannot Render other images from database
Hi Xamarin Forum, Can somebody help me here im little stuck at rendering my other images from my database Here is my Code PostModel.cs public class Post { public int Id { get; set; } public string...
View ArticleHas anyone gotten AppCenter Push to work?
I've spent 2 days trying to get this to work. I want Push for both Android and iOS devices. Android: I got this to work on my Samsung tablet. But not phone. I did a factory reset, but the notifications...
View ArticleSet accessibility focus after button click
Hi all, I am trying to figure out how one would get the accessibility cursor to change focus to an element after a button click. For example when I press a button in my app that is hiding content I...
View ArticleCalling Script Python in Xamarin Forms
Hello, Currently, I am creating a Xamarin Forms application (Android and UWP for now). With this one, I would like to be able to query a Python script and exploit the result in my application. Is there...
View ArticleHow to get sharing PDF file's path and open that in our Xamarin App ?
There is a problem I couldn't solve for a long time. I want to get a PDF file's path with the share button from another application to my application which I created with xamarin. I have tried...
View ArticleItem of Grid does not fit in cell
Hi everyone, I have faced with issue that Grid Item does not fit in cell: <Grid VerticalOptions="FillAndExpand" x:Name="Grid" RowSpacing="15" ColumnSpacing="15"> <Grid.ColumnDefinitions>...
View ArticleGetManifestResourceStream return null
Can anyone help me take a look on my code and tell what I did wrong? I using the Xam.Plugin.SimpleAudioPlayer to play sound. However when I use GetManifestResourceStream to get the mp3 file it keep...
View ArticleHow to set BarBackgroundColor and BarTextColor when using shell
My aim is to be able to change the color of the top statusbar (the one with the time, battery..etc) at runtime. When the mainpage of an application is set to a NavigationPage, we can do the following:...
View Articlei have need the remove keychain data after app un-installation in ios device
dear sir my apps are successful install on the iPhone device but my customer ask the apps has been download the version and un-installation last user id and password data is access like a user id or...
View ArticleIs there any design tool like adobe xd for Xamarin.forms?
can we utilise any of the design tools like adobe xd, sketch, zeplin etc? do they work with xamarin.forms? anyone have a good experience with them? as I know zeplin has a Xamarin plugin and adobe xd...
View ArticleIs it possible to write my own app and connect with the nordic nrf51422 and...
Hi, I am written an app which connect the device by bluetooth low energy(BLE), and I want to use my app to connect with the nordic nrf51422, but when I try the app on my iPhone, the app do can searched...
View ArticleCurved bottom navigation bar in xamarin forms
The webiste is not letting me post the links here. I'm trying to create a curved bottom navigation bar and the renderer code is working on Xamarin.Android but not in xamarin forms. Can anyone test...
View ArticleHow to validate entry is empty in listview xamarin Forms
I have a ListView with multiple entries. In each, i should enter a value which would be check if it's empty or not. I must implement a solution that can check if all entries in ListView are valid when...
View ArticleBuilding of Android App Forms App Not Installed.
Hi Guys I am building my app in release mode and have the following settings on my page. But when I open my app after it being installed it says app not installed. Any settings I should be aware of I...
View Articlei have a button and an image view when i take image form gallery how can i...
async void Button_Clicked(object sender, EventArgs e) { await CrossMedia.Current.Initialize(); if (!CrossMedia.Current.IsPickPhotoSupported) { await DisplayAlert("error", "errore", "ok"); return; } var...
View ArticleXamarin.Forms RTF editing component
Our client needs to view/edit RTF formatted text in our Xamarin.Forms application. Is there an editing component with which we can achieve this feature? We already thought about only displaying a...
View ArticleHow to bind the selected tab?
Hello: I don't know why, but binding is still elusive to me to learn. I need to navigate between tabs using buttons inside of the pages, so I though that the best way to do it is to create a variable...
View Articleupload multi image to web server
hi i searched but i cant find best solution for upload multi images or files to web server ?
View Articlenew bug with installing Forms UWP package
Here's the list of what I'm using first, as I don't really know where the issue is... Win10 x64 1803 17134.829 VS2017 Community 15.9.12 Forms (UWP) 4.0.0.425677 I haven't done any updates recently...
View Article