How to implement tooltip in xamarin android and ios both? - xamarin

I want to implement the tooltip in xamarin android and ios both.

You can refer this one: https://www.xamboy.com/2019/03/01/showing-tooltips-in-xamarin-forms/
You can use nuget plugin in android and iOS.
For android: Xamarin.Android.Tooltips [ https://github.com/jzeferino/Xamarin.Android.Tooltips ]
for iOS: EasyTipView [https://github.com/nmilcoff/EasyTipView ]
For implementation in Xamarin.Forms: https://www.xamboy.com/2019/03/01/showing-tooltips-in-xamarin-forms/
Hope this may solve your issue.

Related

How to check if Developer option is enabled or not in iOS using Xamarin forms?

For Android I used this "int devOptions = Settings.Secure.GetInt(this.ContentResolver, Settings.Global.DevelopmentSettingsEnabled, 0);" but how to do this in iOS devices?
I'm out of ideas here, Help me folks.

Are Lottie animations supported in Xamarin.Forms UWP projects?

I am trying to add Lottie animations to my project.
So far I've only tested on android and I got it working.
Now I'm also trying to add them to my UWP app but I can't find a guide on how to do this.
There is this link that tells me lottie is supported on UWP.
And this post and (probably as a reaction) this post suggests it is possible within xamarin forms uwp.
I can't find a clear reference (or a tutorial) online if this is supported for Xamarin.Forms UWP projects. I'm mainly in doubt because I'm not sure if the Xamarin.Forms.UWP 'flavor' is the same as a 'normal' UWP application.
I could really appreciate a nudge in the right direction.
I think it has something to do with this bug.
Although this sample with an older version (2.5.4) was not built with "support" for UWP
I did get it working by adding the resources to the root dir and setting the build action to Content.
Downgrading the library in my own project to 2.5.4 fixed the problem for me.

Creating 3 tabs using MVVMCross for both Xamarin.android and Xamarin.ios application

I am creating a mobile application using MVVMCross and xamarin for both android and ios devices.
In my application I want to create 3 tabs on a screen where each of the tabs are editable.
Can anyone please help me with some example where MVVMCross is used targeting both xamarin.andriod and xamarin.ios applications.
Many Thanks,
Santosh
https://github.com/klzig/CycleTrip
Is a really good, starting project to give you a basic understanding, be aware that it's written using 5.7 though.
https://github.com/MvvmCross/MvvmCross
Also has a mix of different projects with the Playground and TestProjects folders.
And finally
https://mvvmcross.wordpress.com/
https://github.com/MvvmCross/NPlus1DaysOfMvvmCross

ios Share document into NativeScript app with CFBundleDocumentTypes

I want to open/share/send documents into my NativeScript app
for example (non NativeScript):
https://coderwall.com/p/83djxa/registering-your-app-to-be-able-to-open-images-from-other-apps
There is an android example here: Can I share to my NativeScript app?
Is this possible for iOS NativeScript? (will ultimately want it both android and iOS)

Xamarin.Forms.Labs Mediapicker not working on iOS 8

Apparently Mediapicker functionality was changed in iOS 8, resulting in Xamarin.Forms.Lab's mediapicker solution failing. Does anyone know of a workaround for this or, lacking that, and alternate multiplatform solution for accessing the camera and media library for Android and iOS in Xamarin?
Error on my part. This is working just fine - the problem was that calling mediapicker functionality from DisplayActionSheet was causing problems.

Resources