Michael Rumpler
Michael Rumpler
That the `ListView` provides only information about the `ListView` itself and not its cells is by design. For the missing animation I opened [a bug](https://bugzilla.xamarin.com/show_bug.cgi?id=36832) in Xamarin.Forms in 2015!! @kingces95...
Sorry, I can't reproduce that. In the GestureSample the sample Layouts / AbsoluteLayout sets the blue mark at the `Center` position when you touch the display with 2+ fingers. This...
Your repo doesn't use `Center` at all. But I added that and it is indeed `NaN`. You used the `LicenseKey` of the "mySolarfocus" app for the "App5.Android" app. This cannot...
Looks more like a wrong background color than wrong spacing to me, doesn't it?
Did anybody obfuscate multiple dll's successfully? My solution has 11 projects and I want to obfuscate 7 of them. When I try that, then after the obfuscation, the linker always...
I checked the obfuscated dll's with dotPeek and five of them do seem to reference assemblies with such a name. Although each project references one such assembly and I couldn't...
I think the problem here was that I used a preset="normal" which activated some protections which didn't work. I changed it to none and activated one protection after the other...
@Enter03 As others already mentioned, the official documentation is very poor. I summed up everything I had to do for Xamarin.Android in [the Xamarin forum](https://forums.xamarin.com/discussion/comment/241880#Comment_241880).
This is a Xamarin.Android bug which is open for 9 years now. I can't do anything about it, so I'm closing it.
The problem still persists, just the line number has changed. The error is now: > error: * Assertion at /Users/builder/jenkins/workspace/archive-mono/2020-02/ios/release/mono/mini/mini-arm64.c:5447, condition `native_offset % 4 == 0' not met My breakpoint...