how to drop sqlite table on program start using xamarin android?
Hi friends, I creating Xamarin Android app. Now I want to delete my temporary table on load activity every time. Then how can do?
View ArticleAutomationId not detected in Customized menu in Xamarin.Forms
I am creating Content Page like this-- Its Custom content file is here from which its .cs is extented-- Its TestMethod here(marked line by green where its failing)-- Error screenshot-- I think case is...
View ArticleCustomMapRenderer not Firing
Hello, In order to draw map polygons using Xamarin.Forms.Maps, I followed this nice article:...
View ArticleScreen capture video recording what is currently happening on the screen.
Hey Guys, I'm wondering if there is something that I could use to record what is hapenning on my screen, even the sound. For example, if I'm taking a video in my app and drawing things over my screen...
View ArticleHow do I destroy an object created as a dependencyservice?
I have an interface which I implement for all my platforms as a dependency service. I've tested and understand that by default, this object is a singleton. However, if my service has expensive...
View ArticleCamera2 Sample
Is there any sample of a simple Camera2 API implementation on Android in Xamarin Forms?
View ArticleConnect mobile application to SQL server
Hello everyone, I am new in developing mobile applications. I am trying to start a simple project on Android/iOS/Windows phones. The application should contain a login page that the user enters...
View ArticleXamarin Forms + MvvmCross: how to clear the iOS and Android Navigation Stack?...
Hello, On our iOS and Android apps we would like to clear the Navigation Stack in certain cases. Searching around the Intertubes, I found a few articles:...
View ArticleJava.Lang.IllegalArgumentException: No view found for id (HELP ME)
Hello there I'm having a problem. When I opened nested fragments, stands the first fragment of transportation. I tried to explain in the image below. 3 units when I click the home button fragments...
View ArticleError using Google Play Services and the support library
I am currently using Google Play Services and several components of the support library in my project. The project.json file looks like this: { "dependencies": { "Xamarin.Android.Support.Design":...
View ArticleCalabash: 'Set Selection' unsuccessful: Unable to set selection, no element...
Hi everyone, I am getting the following error now and when I run my tests. Most of the time Calabash gets the focus fine, but sometimes it doesn't and I cannot understand why - it's infuriating! I am...
View ArticleBehavior issue
Good aftnernoon ladies and gents. My situation is as followed: Portable project with a Custom Behavior in it. Regular Xamarin project which has a reference to the Portable project in the Shared code...
View ArticleSKCanvasView Fires Paint Surface repeatedly
I have a list of objects that are being stored in an ObservableCollection. When a particular item is selected from the list, it navigates to a Content page that contains a StackLayout. This contains...
View ArticleStoryboard not loading windows VS
Is anybody else having issues loading the storyboard in Visual studio? I updated my mac and visual studios on windows this morning and now the storyboard just hangs and does't load, was working fine...
View ArticleHow to reduce the app size? Xamarin Forms
I have managed to reduced the app size by setting the linking to "Sdk and User Assemblies" and making a release build but my app size is still too large. (11mb) Are there any other ways to reduce the...
View ArticleMvvmcross 5 navigation service creates two instances of VM
Hi, I have this issue both in IOS and Android. https://github.com/MvvmCross/MvvmCross/issues/1943 I am with Mvvmcross 5.06. Any idea what is the status of it? how to solve it? Thanks, Ady.
View ArticleKind of SIRI in iOS. Looks Strange
Hi, Below is the bird view of requirement, i don't know how to start it in Xamarin Forms. My app name is Hello. Once i install that on my device. User takes the phone (without unlocking) and simply say...
View ArticleXamarin should start to make the platform stable again before adding new stuff.
I don't know if I'm the only one suffering from the bad performing Xamarin development platform but my guess is I'm not. Progress has gone down to a crawl and I would like to get on with my job. My...
View ArticleBest way to display a floating tooltip ?
Hello community, I'm still new to Xamarin Forms but so far I love it. I have an idea and I really don't know how to realize it. I want like to display a floating Tooltip when the user tap a Label. The...
View ArticleHow to set Master Page width in IOS for MasteDetailPage
Hello Expert, I have successfully change the width of Master page in Android using MasterDetailPageRender. But not able to set it in IOS using PhoneMasterDetailRenderer. On googling I found this...
View Article