xamarin for visual studio does not support mipmap folder in the project...
I can't set an icon from mipmap folder for my app from visual studio as I can do from xamarin studio
View ArticleExcel creation in xamarin.android and xamarin.iOS
Is there any free or opensource component to create excel worksheet for Xamarin.Android and Xamarin.iOS.? Below are the libs that I tried Microsoft Interop services but it is incompatible with xamarin....
View ArticleChange scrollbar color of listview
Hi, is there i want to change the color of the scrollbar of the listview or page scroll. Thanks
View ArticleDebug error after switching to VS2017
I recently downloaded and installed Visual Studio 2017 and upon attempting to debug my Xamarin.Android project (which still compiles and runs in VS2015) I get the following error: I have made sure that...
View Articlecan i know how to connect to database server in xamarin android?
Hi, I am new to xamarin android. the below image is my 1st code of login page. I want to know about, how to validate edit text fields? and how to connect to backend to store the entered data in text...
View Articlexam.plugin.filepicer throw error
async void OnFilePickClicked(object sender, EventArgs e) { try { var crossFilePicker = Plugin.FilePicker.CrossFilePicker.Current;////Here I'm getting error. Error mentioned below. var myResult = await...
View Articlexamarin IOS designer cannot constraint to super view edges?
I found that I cannot constraint to the leading edge or trailing edge of the Container View. However, I can only constraint to the Leading margin or Trailing margin(Picture Attached). Is there a way to...
View ArticleHow to draw map marker on svg image
Hi, I am new to xamarin and developing a cross-platform app using xamarin forms PCL way. I have a map image in svg format. I am using SkiaSharp library to load that image on my UWP application through...
View ArticleBinding data to tableview from DataTable throws exception on IOS device.
Binding works great on simulator but throws Data.datacolumn exception on IOS device
View ArticleAny one knows about Left Navigation in xamarin android?
Hi, I am creating new application, for this i need some help about the creation of Left Navigation bar. Can any one help me? if u have code send to me.
View ArticleSplash Screen for Android
Hi I need to show Splash Screen for Android and IOS. For iOS I know, need to do in LaunchScreen.storyboard. We can define Image Background color, Logo at center text etc. Now how to do the same for...
View ArticleCan any one send me the CRUD operation code with backend for xamarin android?
Hi, I am new to xamarin, can any one send me the CRUD operation code with backend . I know how to connect by using android studio. but it is not working in xamarin .
View ArticleGetting error, Failed Connecting to App: error: device '192.168.230.101:5555'...
Hi, I am using Visual Studio 2017 , Enterprise edition and Xamarin Test Recorder. I have a Genymotion emulator and I have a APK file installed and running in the Simulator. I want to use Xamarin Test...
View ArticleUnwanted bar on top of App
Hello I am using this solution to reposition my screen when the keyboard covers a input control this.On().UseWindowSoftInputModeAdjust(WindowSoftInputModeAdjust.Resize) However, this adds a bar between...
View ArticleHome Button destroys App?
Hey guys I have an App and I want that when the User pushes the Home Button and then the Task Manager to get onto the App again, it should open where he left. But that doesnt happen. When the User is...
View ArticleScroll with Xamarin.Forms and UWP using a WebView
Here is my code to create a WebView and feed it with some html. WebView wb = new WebView(); wb.VerticalOptions = LayoutOptions.FillAndExpand; wb.HorizontalOptions = LayoutOptions.FillAndExpand;...
View ArticleFinding a SIGSEGV error
I'm having serious problems tracking down the reason for this error. Basically I have a large JSON string that deserializes into a well known object. In about 40% of the cases I get this error. Any...
View ArticleSet orientation of single page to landscape for ios
Hello, I have implemented single page rotation to landscape in android using OnWindowVisibilityChanged method in renderer for specific page. But I couldn't figure it out for ios. My code for iOS...
View ArticleHow do I install / restore a package (propertyChanged.fody) for my solution...
Hi, I recently installed visual studio on my new mac. I retrieved sources from TFS and built the project. The project gives the following error: Error: Fody: Could not find a weaver named...
View ArticleHow to implement a circling scroll listview
I am trying to implement a circling scroll listview like the list in IOS for time and date picker, where the cell in the middle is the biggest and the rest of cells on the sides are smaller and change...
View Article