ListView in ViewCell in TableView - How to not scroll?
I have a ListView nested in a ViewCell inside of a TableView in order to create a makeshift dropdown (selectable list). It works great since the selection is highlighted and updates when another item...
View ArticleHow can i do to show a badge icon with number of message inside it
I tried out Xam.Plugin.Badge, but i didn't get. I'd like to know how can i do? Can be with any plugin or not.
View ArticleConnect to local CosmosDB emulator from Xamarin.Forms droid app running in...
Is it possible to connect to CosmosDB emulator (running on "https://localhost:8081") from a Xamarin.Forms Android app running also locally in the Google Android emulator ? What URI must be set in the...
View ArticleCustom android webview renderer - how to?
So I've been tweaking our custom android webview renderer without much luck. Instead of posting all code here, I maybe better like to wipe clean and restart. But if I do that, what are other people...
View ArticleHow can i to create an event for my grid
I need to create a event for my grid, event as SelectedRow. How can i do?
View ArticleXTR - Failed to install app...
Hi, I am a QA tester and I'm new to Xamarin. I downloaded this tools for searching and learning automation purposes. I have downloaded the Visual Studio, Xamarin Test Recorder. I was able to run the...
View ArticleThe app has been terminated issue...
I have a current working version of my app in the store, but am trying to add new features. It has been about 2-3 months since I have touched the code and when I came back to try to test some new...
View ArticleAny actual documentation on the profiler?
Yes I know there is a small write up on the website but I am talking about documentation on every single part of the application. For example what does LIVE mean, why do some items in the class field...
View ArticleIn xamarin test recorder after selecting mobile and iPa file after conn app...
App installation Failed Failed to install app /var/folders/y7/07n315590cs642333bxg1pw80000gn/T/tmp3489ff80.tmp/Payload/xtr-welcome.iOS.app ExitCode: 134 System details provisioning profiles are correct...
View ArticleChange in behavior in maxOS High Sierra w.r.t. WantsLayer?
Customers of my app experience a crash now in High Sierra. It happens in this code: /// <inheritdoc/> public override void AwakeFromNib() { base.AwakeFromNib(); View.Hidden = true;...
View ArticleProblems with Internet permission in Release Mode
I have develop an LOB app that will be distributed in our own site only to our employees. It uses Webservices to collect data from our sqlserver. In Debug mode works like a charm but when I switch to...
View ArticleUsing build action AndroidResource in shared project
We have a Xamarin Forms app developed, and now would like to release it for another client with a different branding. This client wants to always have our latest features, but wants his own assets...
View ArticleIssue with Forms 2.4.0.280 on an android [No view found for id 0x1 (unknown)...
Hello, After an update of xamarin.forms nuget to 2.4.0.280, I have an issue with an android Here's stack trace: 09-29 06:50:25.610 E/mono (17500): Unhandled Exception: 09-29 06:50:25.610 E/mono...
View Articleif i objective sharpie successed?this is log
DotNetdeMacBook-Pro:desktop dotnet$ sharpie bind -output GprinterSDK/Output -namespace Gprinter -sdk iphoneos11.0 GprinterSDK/include/*.h Parsing 7 header files... In file included from...
View ArticleCan't get title text to display on simple Xamarin iOS app
Hi guys, Building my first Xamarin iOS app which uses a TabBarController for the UI navigation. I have the tab bar navigation working nicely and a view controller displaying which corresponds to each...
View ArticleSplash Screen - Android
Hello!! i'm tried adding splash screen in a project xamarin forms (android) i following the https://developer.xamarin.com/guides/android/user_interface/creating_a_splash_screen/ , but visual studio...
View ArticleGuide to using WebSockets in Xamarin apps
Read the blog post here Please discuss the post below
View ArticleHow can I set multiple startup projects in VS2017 Mac?
I've been searching for a while now and can't find anything...
View ArticleXamarin Forms MainActivity SetContentView app crash
Hello, If I try to use a axml resource on Android project the app crashes with the following error: 05-15 11:41:25.284 I/MonoDroid(22459): UNHANDLED EXCEPTION: 05-15 11:41:25.354 I/MonoDroid(22459):...
View ArticleHow to access namespace in .NET Framework 4.6.1 with Xamarin
Hi, Please assist with this question: I am looking to import specific namespaces to Xamarin.Forms or .iOS.csproj. This namespace is only found in .NET Framework 4.6.1 called: using ABB.Robotics; I...
View Article