Xamarin Developer with knowledge in Xamarin Forms and design. Can work remotely.
I have a mobile app on the final stage of completion. I need a developer with experience in Xamarin Forms to work on the application design. Interested parties can contact me to negotiate deadlines and...
View ArticleDesigner outlet no connection
After update xcode to v9 and xamarin, all worked fine for a couple of hours. But in some moment designer broke in XS and xcode. I try to open any of my .xib files from any project and XS says "There...
View ArticleMy App nothing stopped working.
My App nothing stopped working. I was writing code for Notifications. I did not put, only comment/uncomment code. Before was working and nothin stpped working. My MainActivity: using System; using...
View ArticleXamarin keeps compiling inital version
Hello, i am new to Xamarin, and was going great when i finished half of my code (console C# application). However i found after that xamarin keeps compiling an old version of my code. E.g. I change the...
View ArticleStrange experience with main page layout regarding installs/uninstalls in...
My question is not technical but more usability or design. my apps first version had a main page with 10 buttons for all 10 functions(navigation pages) of the app. No Tabbed page, No master details...
View ArticleMissing Info.plist value (CFBundleIconName) after Xamarin update. How can I...
I updated xamarin and xcode 9 version. When try upload to App Store then apple sending this error e-mail. Tried add to info.plist but not fixed. And I using asset catalog. How can I fix it? Missing...
View ArticleAnyone using the SegmentedControl package and find a way to clear the selection?
I am using https://github.com/alexrainman/SegmentedControl and I am having issues clearing the selection. Due to screen size instead of having one control with 4 segments I have 2 controls with 2...
View ArticleWKWebView in iOS 11
I'm having a problem with loading a web view in iOS 11 beta, after I call LoadRequest on a WKWebView, I just get a green spinner. Has anyone else run into this problem? Right now I'm building/debugging...
View ArticleI am trying to install vs 2017 with xamarin but getting error.
Getting Error "Invalid class"
View ArticleXamarin Native Map control for Bing Maps V8, now ;-)
So great Bing Maps v8! Finally something that works cross platform for our SaaS LOB xplatform Xamarin project. Use Ryan Dixon Xam.Plugin.WebView a html page in the Assets directory of you Android...
View ArticleSwipe to show views contain Image or Video
Hi, I am building an App using Xamarin.Forms. I want to build a "question and answer" page. In that page, I can swipe right to show the next question or swipe left to show the last question. Some of...
View ArticleAsynchronous method 'anonymous' should not return void
Asynchronous method 'anonymous' should not return void Can someone helps me resolve this problem I tried everything. I usually know how to resolve that problem but not with anonymous method public...
View ArticleCan't Deploy To Android Phone or Tablet
I don't see any of my Android devices in the launch drop down list. I can run UWP Xamarin, but I can't compile for Android. I have tried uninstalling and reinstalling Xamarin completely. This is the...
View ArticleDetect specific device
Is there any way to detect a specific device (type)? More exactly I want to know if a user uses a iPhone X (or a iOS device with no physical Home Button). That's because I have to apply some specific...
View ArticleAndroid Apps Broken in Android 8
I upgraded to Android 8 a couple of days ago and now my Android apps are broken. The window opens up with the icon and header, but no splash screen is displayed. It just hangs. Also, debugging is...
View Articlehow to replicate cURL in httpclient?
curl -X GET \ -H "X-Parse-Application-Id: *********" \ -H "X-Parse-Master-Key:**********" \ -G \ --data-urlencode "where={\"IdUsuario\":\"1\"}" \ https://parseapi.back4app.com/classes/Usuarios
View ArticleCan i connect a physical device to a mac agent remotely or through windows?
I am trying to develop a xamarin.IOS app using visual studio on windows and i have a mac on network which i am using as a mac agent to build the app but when i deploy the app on to a physcial device it...
View ArticleXamarin Forms set Android in Light Theme
I can't find even with Google how to set the Android project into Light Theme. The Toolbar behind the 'dotted' button stays black, how do I get it white? I mean the navigation that pops up when u press...
View ArticleHow to create a report, i need create a report very similar to CrystalReport...
I have researched how to create a report in Xamarin Android, but I can not find an answer, it's possible to create a report in Xamarin Android, similar to what Crystal reports does?
View ArticleLoad content from app bundle with WKWebView.LoadFileUrl
I have a problem similar to this one: https://forums.xamarin.com/discussion/61891/wkwebview-load-local-content-with-loadfileurl This is the code: string localHtmlPath =...
View Article