Form Crashes after log in
Hi why my app crashes after log in and doesnt go to my masterdetailpage
View ArticleDisable back botton Android in a cross-platform?
I need to disable this button because I do a proyect when you change the activity I remove it. How can I disable this button or create an event when the user push it?
View ArticleGetting error: actool exited with code 255
I am getting the following exception when trying to build my Xamarin.Forms iOS project... Target _CoreCompileImageAssets: Tool /Applications/Xcode.app/Contents/Developer/usr/bin/actool execution...
View ArticleMigrating to .Net Standard 2.0 is causing errors
Hi, I have Migrated my existing PCL project to netstandard and now I am getting this error:...
View ArticleCannot authorize Xamarin to access Google Play account
Hi, I have an app published to the Play Store. Yesterday my laptop crashed and I had to reinstall Windows and Visual Studio. After I set everything up, I tried to publish an updated version of the app...
View ArticleAccess the masterdetailpage after login
Hi Forum How come my app crashes after tapping the Log in Here is my code for log in `public partial class LoginPage : ContentPage { public LoginPage () { InitializeComponent (); BackgroundColor =...
View Articlehow to get image mapping coordinates.
What i am trying to do is, i have and background image loaded on the screen and when user clicks on particular portion he is redirected to that activity screen. to achieve this i have use the image...
View ArticleIn Xamarin.Android, how to make an Image to be clickable on certain part on...
I have to make a guide image where the user can click on a point in the image then a dialog pop up tells what is the symbol on the point clicked. I am trying using the ImageMap but no luck for...
View ArticleIssue with uploading xamarin forms ios app to app store?
Hi, I am planning to upload my xamarin forms ios app to app store. I refer the following youtube video for that. Steps telling in the video: 1 Login to your developer.apple.com and select Certificate...
View ArticleZXing Crashes At LoadApplication
I'm having a problem where the ZXing.Net.Mobile.Forms is causing my app to crash at LoadApplication(new App()); At first I was trying to integrate the package into an existing solution. So, I tried...
View ArticleWill my app be approved if I draw custom navigation and tab bars?
Due to the specific requirements of an app I have in mind, I need to draw custom navigation and tab bars using XF's built-in controls like Grid, StackLayout, etc.. This would be drawn on a ContentPage...
View ArticleWhat is the format of android:name inside the activity,inside the application...
Dears, I add some code to the manifest file for launch my app by tapping a url. My code inside application tag of manifest file: <activity android:icon="@drawable/icon"...
View ArticleAutocomplete search in xamarin iOS
I am stuck with Autocomplete search in xamarin iOS . I have used ShouldChangeCharacters delegate of textfield but didn't succeed .Please if any one have some answers regarding this please let me know .
View ArticleXamarin iOS version is not compatible with local xamarin ios version
Hi, I am developing a cross platform mobile app using XF. Visual Studio on windows: 2015 Xamarin: 4.5.0.486 Xamarin iOS: 10.10.0.37 Xamarin Android: 7.3.1.2 XCode: 8.3.2 With above mentioned version, i...
View ArticleDoes Android support SharePoint.Client/SharePoint.Client.Runtime?
Hello - I'm building a Xamarin Forms application that pulls information from an on prem SharePoint site. The iOS version works as intended, however the Android version crashes immediately after...
View ArticleHow to change status bar colour to black in xamarin forms?
How to change status bar colour to black in xamarin forms?
View ArticleHow to position the TITLE in content tag in xaml page in the center?
Query 1. == How to position the title in content tag xaml page in the center and bold font to not bold? Simply How I can set style to the TITLE of xaml page of xamarin froms.
View ArticleBinding two coloumns per row.
Hi, I have a listview and a grid within. I am Binding a View Model to Listview which is working perfectly but I want to show 2 columns per row. here is the code <ListView x:Name="RecipeList"...
View ArticleVS for Mac updates downloaded but no option to install
Hi - I have a bunch of updates downloaded in the "Visual Studio Update" dialog with the exception of "internet of Things Development Preview 7.5" which always fails to download on every single retry....
View Articlehow to use camera in xamarin forms
Iam making cross platform mobile app with xamarin form but i do not know how to open camera in xamarin form i have already made button for it but on click i want to open camera plzz tell
View Article