Retrieving Single Data in Firebase Xamarin
Hey Buddies, Does anyone here using Firebase on their xamarin android or xamarin forms project? I managed to retrieve list of data from firebase. But im having trouble how to retrieve single data only...
View ArticleCan anyone make anything out of this crash log?
This is already dsymbolicated but I can't for the life of me get any useful information on this crash. I search google for Crash in xamarin_printf with absolutely no results at all. This is happening...
View ArticleHow to pass data from database to another activity?
I'm trying to create a login system, that the user who logged from it will go to the new activity when user clicked the login. The user will redirect to the 2nd activity and all of the users detail...
View ArticleApple rejected my iPhone-app with WatchOS
Hello. Im developing a iPhone-app thats connected to Apple Watch... I get this message from apple when i try to publish it to iTunes: Guideline 2.3 - Performance - Accurate Metadata We were unable to...
View ArticleCustom 3d models (Very strange behaviour)
Hi, I'm trying to learn UrhoSharp (hoping I'm not losing my time as the project doesn't seem very active). Everything is going very well, after few days I can already do a lot of different things bnut...
View ArticleJavaScript alert() does not block when using UIAlertController
Using the recipe "Handle JavaScript Alerts" (found on this website), I am unable to get the alert() function to block, it is acting asynchronously (continues on to next statement). This can be...
View Article"Correct" way to handle a long-term Foreground Service, with support for...
Hey there, As you may be aware, Android O brings in some battery/memory saving checks which means that services can no longer be run in the same way as previous versions of Android. I'm just wondering...
View ArticleVisualization Error
Every time I try to deploy my Xamarin.iOS app through Xamarin Live Player, I get this error: Visualization Error Object of type 'System.Func'1[System.Object]' cannot be converted to type...
View ArticleNavigation Drawer in Xamarin Forms
Hey Guys, so I am looking for a navigation drawer control for my app. My app has a lot of listivews, detail pages and edit pages which edits the information on the detail pages. I have looked into...
View ArticleCircular buttons
Hi, i have to create 2 circular buttons like the attached image, does anyone have an idea how i could do this? Thanks
View Articlenavigation bar causes space at the bottom of screen in ios
In my xamarin forms app, in ios when I login and show navigation bar on the dashboard page, it shows a space at the bottom of the screen in ios. When I hide the navigation bar that space is...
View ArticleDrag and drop functionality in Xamarin
I have searched high and low for something straightforward which explains how to accomplish what I'm trying to do. Well, at least something that starts me down the correct path. I have an ESRI map...
View ArticleCan not set the content of ListViewCachingStrategy as it doesn't have a...
The following worked for me until I tried to upgrade to .Net Standard 1.4: <ListView x:Name="AccessTypeLV" SeparatorVisibility="None" HasUnevenRows="True" > <x:Arguments>...
View ArticleXamarin Forms Android MethodAccessException
Since the upgrade to 15.5.1, my Xamarin project doesn't seem to work anymore. When loading a page, I get this error: System.MethodAccessException: Method Xamarin.Forms.View:.ctor ()' is inaccessible...
View ArticleMy current version of Xamarin forms is v2.5.0.280555 vs 2.3.4 pre-release
I am getting this information from a post by New Bindable Picker Control for Xamarin.Forms By David Ortinau February 27, 2017 My current version of Xamarin forms is v2.5.0.280555. I am trying to solve...
View ArticlePackage Microsoft.Office.Interop is not compatible with xamarinios/monoandroid
When trying to install any package I get these errors: I've tried this with several different packages, including on a new blank app and always get the same thing. I reinstalled Visual Studio 2017 and...
View Article[PRISM] Navigation in Tabbed Page
In my MainTabbedPage I have this: https://codepaste.net/gk8u6j In UsersPage I have a ListView. Thus, when user click on an item, it opens a detail page. However, when the detail page appears, the tabs...
View ArticleListView with large accessibility font
Is there any way to make a TextCell in a ListView automatically adjust its height when a user has their accessibility font turned all the way up? Right now it just expands the text such that cells draw...
View ArticlePicker within TableView?
I've got a simple form of mostly EntryCell values that works perfectly for a TableView with a Form intent. I'd also like to put a picker within the table to match the layout of the rest of the columns....
View ArticlePre-Release: Xamarin.Forms 2.5.1-pre1
We've pushed Xamarin.Forms 2.5.1.317207-pre1 to NuGet. To install the pre-release, check the pre-release option in your NuGet manager and install this version. If you discover a bug to report, drop us...
View Article