Fabric TwitterKit on Xamarin - android

Has anyone been able to get TwitterKit https://dev.twitter.com/twitter-kit/android to work with Xamarin Android? Fabric doesn't have a plugin for Xamarin so has anyone been able to get it to work?

I contacted twitter about this a while back (I'm in the beta) and they said that they currently do not support xamarain, however, the rep that contacted me back said they were considering it.

I did create very rough bindings at https://github.com/phischu/Android-Twitter-Core-Xamarin.

I have written two 'walkthrough' blog posts recently, on how to integrate Fabric in Xamarin.Android and Xamarin.iOS
Focusing on Crashlytics and Answers.. but the process should be similar to get TwitterKit or Digits etc to work.
p.s. its a messy process
Android - http://www.mike-irving.co.uk/web-design-blog/?blogid=92
iOS - http://www.mike-irving.co.uk/web-design-blog/?blogid=93

Related

Is there any way to create Twitter Share dialog like FacebookDialog.ShareDialogBuilder?

I am using Eclipse editor.
I know about Twitter integration using Fabric in Android studio.
But that is not useful for me because of Eclipse.
I want to know is there any way to create Twitter share dialog like FacebookDialog.ShareDialogBuilder
You can try
Fabric in Eclipse
by the way as commented by MD You have to Jump to Android Studio
With the recent announcement Google made about dropping support for Eclipse, after much thought, we’ve decided to discontinue future support for Eclipse as well. Although we’re no longer going to be rolling out any more upgrades to Eclipse, your existing plugin for Eclipse and dashboard will continue to work.
Thank you.
As you said
working in this project since last 6-7 month.
but consider Pratik's answer, you can use FABRICS in Eclipse but it will be wise decision to move to AS to use all the available features
Regarding migrating from Eclipse to AS it's very easy, you can follow this and this

Latest WebRTC Client for Android

http://simonguest.com/2013/08/06/building-a-webrtc-client-for-android/
Link above to build webrtc client for Android is outdated. Does anyone have instructions for compiling latest WebRTC code to build libjingle_peerconnection.jar for Android?
The Webrtc guys changed the checkout method for the code.
The change was done very recently so i guess most places with instructions will be outdated (at least as of today)
you can see the changes here.
IMHO, your best bet is to follow instructions on Webrtc getting started page
and if you are having trouble ask here or on the discuss-webrtc group
best of luck...

Google Analytics non-interact Attribute

I am using the native google analytics SDKs in iOS and Android projects. Recently i noticed that the web API provides a way to track "non-interact" events:
https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#nonInteraction
However, the native SDKs do not allow to track events using this attribute. Can anybody explain why and how something like non-interact could be tracked using the native SDKs?
thanks
after a lot of searching for a documentation for iOS i found this syntax:
[builder set:#"1" forKey:kGAINonInteraction];
taken from:
https://developers.google.com/analytics/devguides/collection/ios/v3/enhanced-ecommerce
hope that helped.

AIM/MSN chat integration in Android

In the past few days, I tried GTalk/Facebook chat integration with Android Smack and it's working fine.
I tried to implement the same logic for AIM/MSN chat integration with Android Smack but it did not work.
Is there any special configuration needed for AIM chat integration? Please provide any way or any tutorial or reference link that can solve my problem.
Thanks in advance.
For MSN we can used LiveSDK XMPP Sample for Android
Note: There is some authentication issue in this library, I'm working on it and clear ASAP.
For AIM this API may help to get authentication.

Facebook Connect vs facebook-android-sdk on Android

I am trying to add a social aspect to my app where one can post there results (a common feature).
I have found some sites that describe how to do this using Facebook Connect http://www.mobisoftinfotech.com/blog/android/845/
and others, like the Facebook developer site point you towards using the SDK and downloading through Github.
http://developers.facebook.com/docs/guides/mobile/
Anyone have any experience with this? What is the difference between the two options and which is better for apps?
All the other questions that seem relevant are years old.
I would recommend using the Facebook-Android-SDK for a couple reasons.
It comes from Facebook themseleves. ...Perhaps this is actually a reason not to use it! :)
It uses OAuth for authentication, which is good, and it is pretty easy to use.
The Graph API. It is pretty robust, and also easy to use.
Please note that I have not used FB-Connect before, so I may be a bit biased...
Facebook Connect has been deprecated and you should use the SDK - Integrating Facebook Connect with a Web Page
I have familiary with the facebook-android-sdk I've never had a problem with it and it seems to work very well.
It doesn't really make sense not to use the native SDK unless you are using a webapp imo.
Also I think FBConnect has been deprecated.

Categories

Resources