How to get a Onclick event to a item of a list.
Hi, I have create a list view for food category: public partial class FoodCategoryPage : ContentPage { public FoodCategoryPage() { Title = "Food"; Padding = new Thickness(10, 20); var places = new...
View Articlexamarin forms Application does not resume after calling...
After taking photo using media plugin my app not resume to same page where it is called. it goes to home page of the application.
View ArticleXamarin Forms load UWP page Native with PageRenderer
Hi everyone, I have a xamarin forms project with Android, Ios and UWP (Windows Phone 10), in this project I need a camera with special specification. For that I develop a camera on Native for...
View ArticleXamarin.Android.Support.Design' that is compatible with Xamarin.Forms 2.3.0.49
I tried upgrading my Visual Studio 2015 solution to the latest Xmarin.Forms and I am getting the following error: Unable to find a version of 'Xamarin.Android.Support.Design' that is compatible with...
View ArticleBlocking bug! Resource.Attribute' does not contain a definition for...
I have installed VS2015 Update 3 RC and created a new .forms project (based on shared). Installed the nuget updates and now have this error-message (from the android-project): Resource.Attribute' does...
View ArticleCarouselView FileNotFound exception on iOS
I just created an new Xamarin.Forms PCL project, updated the Xamarin.Forms to 2.3.0.46-pre3 on all projects, added Xamarin.Forms.CarouselView 2.3.0-pre1 to all projects. Then I create a XAML...
View ArticleApp closed when i click ok button on camera
I have used Xamarin plugin to access gallery and camera, after taking photo i can able to see the picture when i click the ok button my app gets closed. here is the sample code: `private async void...
View ArticleGetting Error in Xamarin Android on a newly created forms application without...
Error CS0117 'Resource' does not contain a definition for 'Styleable' testing.Droid C:\Users\athul.harikumar\Documents\Visual Studio...
View ArticleError : Type not found in cache
Hello ! I create an application with 3 pages and 3 ViewModels. But i only use 1 page for my tests. But when i run my app, i have the following error : Type not found in cache My ViewModelLocator :...
View ArticleBinding, Source & Path?
Hi, I'm having some issues with data binding, I'm probably too used to WPF and too new to Xamarin.Forms which makes me blind to what I'm doing wrong here. I have a simple ViewModel which is set as the...
View ArticleSQLite - How do you join tables from different databases?
i want to attach multiple database file to the current database connection, i am creating connection by passing the file path to the SQLiteConnection class constructor,How to pass two different...
View ArticleHow to deploy a Xamarin.Forms iOS application to iPhone/iPad ?
Hello , I have an Xamarin.Forms application and for now I tested my application on iPhone Simulator (I am using Parallels Desktop on MAC using Visual Studio 2015) Now I need to send my application to...
View ArticleBest Memory Profiling tools , Performance tool and Continues integration tool
Hi , What are the best Memory profiling tools, Performance tool and Continues integration tool for Xamarin.forms PCL project. How to analyse Memory related issues ?? How to analyse Performance related...
View ArticleAndroid Marshmallow Permission issue for USBManager in xamarin.forms PCL...
Am creating an Android app using Xamarin forms, which will access USB host. When am trying this application in android device version is less than 6.0(Marshmallow) its working perfectly. Below is the...
View ArticleAndroid Bluetooth Service discovery failed
Hi everyone, I have an app written in Xamarin Form that connects to a Bluetooth device (not THE ) . The code for Bluetooth is written in a DepencedyService. Some users (minus of 0.1 % ) have said that...
View ArticleNavigation.PushAsync isn't working after Navigation.PopToRootAsync
I'm using XLabs on Android I've currently got a login page with a register button. After the user fills out the registration form we send a verification code. What I am trying to do is remove the...
View ArticleMemory Leak in the Xamarin Forms Maps component on iOS
I've been using the Xamarin.Forms.Map on a project, but it looks like there might be a memory leak within the component. When inspecting memory usage with the profiler, every time I navigate back to...
View Article"Xam.PCL - Settings Plugin" gives error in test project
I have recently added the Xam.Plugins.Settings to my Xamarin forms project and it is working fine - but it is now failing my unit tests. My unit test are agains ta PCL library but it gives the...
View ArticleHow to get x,y location of where user touches on screen?
This may be a simple question but is there a sample out there somewhere or does any body know a way to get coordinates of where someone clicks on the screen through xamarin forms? I know you can do...
View ArticleNeed sample to read local JSON file in PCL project.
Hi There, I am working on a Cross-platform solution.PCL project in which I am trying to access and read local JSON file.I tried the below ways: (1)StreamReader strm = new StreamReader("data.json");...
View Article