Multiple Xamarin Forms Build Problems With Android
Hi, just started a new app project in our company. After some minor issues I got Android App running on my machine - But i have problems on Jenkins. I always get exceptions that point to missing...
View ArticleLiveXAML - ability to develop your app in runtime
Hello, I had already posted here about two months ago. At the time, the name of my product was "Xamarin Forms Live" But due to branding issues I had to rename it to LiveXAML, which to me is an even...
View ArticleNavigate Back
Hi I'd like to remove the navigation bar and add a button to go back one page, I'm trying to use Navigation.PopModalAsync(); but nothing happens when I run this command any suggestions
View ArticleHow to set Index and item corresponding to the picker?
I am facing an issue that i can't bind both index and item to the picker respectively. My need is I want to see some items in the Picker and also i want to set the index value to the picker...
View ArticleXamarin Forms + VS2017 + NETStandard: XAML and code behind are not grouped
I added two pages by "Add\New Item" and choosing "Content Page". The XAML and code behind are not grouped, the .cs should depend on the XAML. Is this a known issue in VS 2017? I spent a lot of time...
View ArticleCan't debug android
Hi, I have a Xamarin.Forms app. I am using Visual Studio 2015. The debugger in android fail 90% of times. If I hit debug button, it compiles and deploy but the app does not launch in the device. Is...
View ArticleHow to send parameter in REST api in xamarin.forms ?
How to send parameter in REST api in xamarin.forms ? I have created REST API Project in xamarin using PCL. When I call Simple REST api using Below code in Xamarin.forms (Portable Class Library) then I...
View ArticleHow to store enums using CrossSettings plugin xam.plugin.settings 3.0.1
The following used to work but now throws an error cannot convert from ConnectionMethod to decimal public static ConnectionMethod connectionMethod { get { return...
View ArticleInput controls property: IsRequired
Any chance of getting another property added to input controls? It would be useful to include an IsRequired property on entry and picker controls to reduce some validation logic. Created a custom...
View ArticleImage or Layout behind the Transparent Toolbar and StatusBar in Xamarin Forms...
Hello everyone, Can we do some redesign the Android Layouts with Rendering something like that? @JamesMontemagno can you help?
View ArticleMasterDetailView: How does the menu icon (hamburger) appear?
I've built and run the MasterDetailPage sample on github, and it works. However, I don't understand how the "hamburger" menu icon that appears when the ContactsList, TodoList and Reminders pages are...
View ArticleGetting "Error : Could not find a part of the path 'd:\platforms'." when...
Xamarin Forms project, building release version on Hosted 2017 agent on Visual Studio Team Services. Builds debug config just fine, but when I build a release config I get an error Could not find a...
View ArticleXamarin.Auth localisation
Hi, Anyone knows if i can localize the title "Authenticate" when xamarin.auth shows some (facebook etc) login screens? thanks!
View ArticleHow to upload file in xamarin UI?
Hello ,I m new to xamarin please help me about uploading a file in xamarin user interface?
View Articleupload File/Media/Text
hello, i am trying to implement upload files(photo,video,file,link) for photo/Video i am using this plugin : https://www.nuget.org/packages/Xam.Plugin.Media/ photo uploaded as shown in this photo:...
View ArticlePlease help to upload file.
Hello, i am upload a file with some parameters through post api. But i cant do this from two days. Please find the attachment, in .txt file my code that is used for upload file. Thanks
View ArticleUpload image to server
I need upload image to server using api. Now I'm using System.Net.Http; byte[] lFileBytes= DependencyService.Get<IFileHelper>().ReadAllBytes(ImagePath); ByteArrayContent lFileContent = new...
View ArticleIs there any plugin for crossplatform that i can use as a file Upload control
I am working on Xamarin forms app and i have page for creating tasks for employees and i need to add funtionality to upload image and files via file upload / camera for each task( For example if the...
View ArticleBest method for uploading a file and displaying progress in PCL?
I need to display the progress of a file upload. I've been searching on Google for answers, but I am confused about the differences between Microsoft.Net.Http and System.Net.Http. Some of the solutions...
View ArticleObject reference not set to an instance of an object while cleaning project
When I want to clean and build my Xamarin.Forms project with Xamarin studio i get the following error: Error: MyProject.iOS.csproj: Object reference not set to an instance of an object (Myproject.iOS)...
View Article