Expandable ListView with table in it
The Expandable ListVIew should have following abilities 1) If a Item not marked as done and not clicked, 2) After a simple click on it the row expand to this (here i need the table in it to seperate...
View ArticleUIView.Bounds and UIView.Frame don't return the correct values
I just converted a Classic API project over to the newer Unified API, and now the Frame and Bounds properties don't return the correct CGRect. Here's a snippet of my code. It is supposed to raise the...
View ArticleMVVM Dinamically Binding ListView
Hi friends, I'm new here and I need a little help. I'm trying to use ListView to mount dynamic controls, that is, the controls appear only when I add an item in the list, however, this is not what is...
View ArticleSkinning of native xamarin apps
Hi guys. Has has anybody had to build a native app with different themes. How would you do that with out duplicating the code base. So for example if i have to build an app for a bank in one country...
View ArticleIs there any action/method to understand if new version installed?
I am showing popup with highlights of the new features after user installs a newer version. This should be only shown 1 time to user. Currently I am storing a boolen flag in akavache. It can be similar...
View ArticleHow to use WebView with url that contains character &?
Error Displayed: Error Sequences or entity references that begin with an ampersand "&" must be terminated with a semicolon ";".
View Articleselecting action sheet and alert in unit testing
How can I select a button from an action sheet or alert from unit tests in xamarin forms ? Ive tried the app.Query( r => r.Class("UIAlertController") and app.Query(r => r.Class("UIActionSheet"))...
View ArticleHandling Bearer Token Expiration
I'm using .NET Web API and bearer tokens for our app. Everything is fine until the token expires while using the app which causes it to crash because it can't parse the JSON response. How can I handle...
View ArticleStable Channel (and VS 2017): 15.3 Feature Release
Please see https://releases.xamarin.com/stable-release-15-3/ for the details about this release, including the steps to update or downgrade as needed. This release is now available as part of Visual...
View ArticleActivityIndicator rendered as a ProgressRing in UWP
Currently ActivityIndicator is rendered as a ProgressBar in UWP (apparently this behavior is carried from WP 8 https://bugzilla.xamarin.com/show_bug.cgi?id=58651). This behavior makes the...
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 ArticleCouldn't load IAL from loader dalvik.system.PathClassLoader
Hi Everybody!!!! I have a problem, and it has been a week trying to fix this error. I was wondering if anyone may have a suggestion about how to fix this problem. In short, I have a project using...
View ArticleGo to an unreferenced page without leaving a parent page
hi! On my program (intended to be on Android and IOS) I display, after going through a login page, a MasterDetailPage, in this last I have a Tabbed Page referencing 4 pages. On one of its pages I have...
View Article.Net Standard
Hello Everyone, I want to change for .Net Standard so i tried this : https://oren.codes/2017/04/23/using-xamarin-forms-with-net-standard-vs-2017-edition/ But i have problem with PackageReference is not...
View ArticleProblem with intro iOS Xamarin tutorial
On step 21 in https://developer.xamarin.com/guides/ios/getting_started/hello,_iOS/hello,iOS_quickstart/ when pasting the provided code into ViewController.cs, Visual Studio for mac says: The name...
View ArticleXamarin installation on windows 10 with visual studio 2015
I have trying to install the Xamarin cross platform on visual studio 2015 in windows 10 machine. For that I followed below steps: But, the installation took more than 24 hours. Still it says "Xamarain...
View Articlearchive all is disable in Xamarin visual studio
I am getting error "java.exe" exited with code 1. so I change the configuration file which is as shown in image but after that archive all is disable Thanks
View ArticleRemote Notifications with FCM walkthrough not working
Hi all, I've been developing Android since a couple of years know and I wanted to give it a shot with Xamarin. I am trying to follow the "Remote Notifications with FCM walkthrough" article here, but it...
View ArticleXamarin forms + multi-platform application + push notification
Hi, I have a multi-platform application (ios and android), i use PCL file systems. i build the application only with c# no XAML. I need to set-up a push notification systems for the application. Mainly...
View ArticleiOS Notifications while app is closed
I want to start off by saying I think I am doing my notifications wrong so I am here asking for help as to how to do it the proper way. My goal -- Show a notification to the user whenever my server...
View Article