Xamarin Forms GDrive integration - xamarin.forms

Is there any Sample or blogs available which talks about Xamarin.Forms & Google Drive integration? I have read google docs and i can understand there is no official support as of now. But any alternate approach or workaround is appreciated.

As you have mentioned there is no official libraries available for Xamarin.Forms & Google drive, but you can access gdrive using .Net nugets with some more platform specific codes in xamarin.forms. I have written a blog about it read it here. Hope that blogs helps !

Related

Does PRISM for Xamarin Forms support the new Shell / URI based navigation?

I was searching for an article on the net about this, however I couldn't find anything.
Does PRISM for Xamarin Forms support the newer Shell / URI based navigation API?
Thanks in advance!
Currently, there is no support for Shell (and navigation) with Prism in Xamarin.Forms. For future investigation and news about this topic, there is an open issue on the Prism Library GitHub repository.
You can find it here, and you can also read the discussions about these topics.

Use native Calling and Chat API in Xamarin forms

I am building a dating app in xamarin forms. Everything is setup like login,peoples profiles ,payments etc. But now i got stuck on implementing voice call and chat functionality.
There are many library available of native IOS and android like Sinch,Twillio they are not available for xamarin forms. Is there any way of using these library (Specially sinch api).
I tried to achieve it using binding feature available in xamarin but end up with failure. As binding feature only useful in case AAR(Android archive) or Jar library. I was looking for some example or guidance where something like calling/chat/image editor (i.e. where UI and coding involve) has been implemented in xamarin by using native API.
You can use SendBird Messaging SDK and Chat API for Mobile Apps and Websites.
It has support for Xamarin officially and It has a nuget package NOT OFFICIAL for Xamarin.Forms It's works perfectly you can download here
Additionally, you can use this sample on Github that use this nuget package.
This answer is not spam. It's only a recommendation
You can use CometChat Xamarin SDK, It fits your above requirements perfectly. It has Audio/Video call functionalities builtin along with Audio/video broadcast & screen share. For more information you can check out the documentation at the following link:
https://developer.cometchat.com/docs/xamarin-forms-quick-start

Create a tutorial site similar to Google Codelabs

I'm trying to develop a tutorial site similar to Google CodeLabs.
I'm referring to this article for develop a CodeLabs site.
Has anyone tried to used this tool for hosting their own CodeLabs site?
You can use the source code to create CodeLabs in your own machine.
You will need Go Lang for this or you can use the provided installers in the release section of Github.
Refer to https://github.com/googlecodelabs/tools/blob/master/claat/README.md

how to get googleTokenID and googleAccessToken in Firebase Authentication on Unity

On the official documentation of Firebase Authentication, the guide is only available on how you can get the googleAccessToken on native Android & iOS. No solution is available for Unity on their official guide.
The closest solution I have found is to use the Google Play Services plugin for Unity to get the access token, which is not a good solution for the cross-platform as the following plugin is deprecated on the iOS platform. So yah, your code will not work on iOS.
Also, I believe it's an expensive solution to add a plugin for a "googleIdToken".
This process is complicated and Firebase documentation is not helping.
To address this issue Google recently released Google Sign-In plugin for Unity.
You can find detailed instructions on the read me file.
https://github.com/googlesamples/google-signin-unity
The fire base documentation seems to have a unity SDK to achieve what you're wanting to do.
You then include the GoogleService-Info.plist for ios.
https://firebase.google.com/docs/unity/setup
https://firebase.google.com/docs/unity/setup#add_the_sdk_to_your_app
the GoogleService-Info.plist for ios is in your google console.

Flex SFDC integration

I have downloaded 'Adobe Flash builder for Force.com' from Salesforce site and trying to get some hands on. If any one has tried it before request you to please share your experience. Rt now I am referring to Salesforce documentations available at 'http://developer.force.com/flashbuilder' which is pretty good. But, if there are any other demos/articles available on the topic, including step-by-step guide for new sfdc project creation in flash builder, please share them with me.
Check out my article and video on Building Client / Cloud Apps with Flash Builder for Force.com.

Resources