These days I started working on Xamarin a cross platform tool.I am using Xamarin Forms and have almost nearby completion of my project except some challenges I am facing and need to resolve. Please do help me as how to achieve it using Xamarin forms.
a) As per the requirement I wanted to give an option of "Share And Invite" but I did not find any cross platform API to do that, please shed some light on it.
b) I wanted to integrate an option of InApp analytics rather than Google analytics, for e.g. I wanted to know the action being performed by user on a certai page like how many times he is logging in or signout of application etc..
Any help will be really appreciable.
for the first question (If I have understand your problem) I think you can take a look to this plugin
Share plugin for Xamarin
for the second, maybe Insight could help you
Xamarin Insight
Related
Please someone help me implement chat application in Xamarin form.
I have tried https://github.com/jamesmontemagno/app-monkeychat link to implement. But I did not found package Ip Messaging Package in neuget.
Highly appreciate your help.
Thank you
Monkey chat is using the Twilio library, have you thought about using SignalR?
https://montemagno.com/real-time-communication-for-mobile-with-signalr/
And others -
https://www.c-sharpcorner.com/article/create-a-chat-app-using-asp-net-and-xamarin-android-with-signalr/
https://developer.telerik.com/products/real-time-mobile-apps-with-appbuilder-xamarin-and-signalr/ (depends on telerik though)
https://medium.com/#edgarleonardo/websockets-implementation-with-signalr-and-xamarin-forms-d9244fa128da
There should be enough information across all those articles to allow you to get started on your application.
I've been designing a website in ASP.NET, and I have been researching many ways to integrate the Steam Web API into my site. Whenever I try a method, it seems promising, but there is always a problem that I can't seem to overcome. Most of the methods online are using PHP, but I have not found a way to integrate this into my ASP.NET site either. I want users to be able to sign in through Steam, and to display inventories of certain users on the page. Any way of retrieving this data would be a huge step forward at this point.
The website is currently located at Kritz.TF. It's in a VERY early stage, I have been limited to what I can do before I do get this thing sorted out.
Any help with this would be greatly appreciated.
*Solved.. Figured it out on my own.
Alright, I've searched and searched and even checked out the similar questions here. None of them are getting me what I need.
I currently have a Web Forms application that is using Identity. Right now I am trying to allow someone who is registering to choose from two different roles. One is Event Manager and the other is Data Entry.
I'm currently teaching myself .Net and using Web Forms. I see a lot of MVC references (I need to learn next) but since I don't know MVC yet it's hard to follow, especially since I'm just beginning. I already played with the Wingtip Toys tutorial that created an admin role into the programming, but how can I get this to work on the register page?
Is there anyone who can just point me in the right direction of where to start? Any good tutorials.
I want to post on facebook wall from my website, i had built the site in ASP .Net, I don't know how to perform this task. Can anyone please guide me or give me a script to post on facebook wall.
Here is a documentation on Getting started with Facebook developers
The Graph API is the core of Facebook Platform, enabling you to read and write data to Facebook. It provides a simple and consistent view of the social graph, uniformly representing objects (like people, photos, events, and pages) and the connections between them (friendships, likes, and photo tags).
Here's a sample application from CodeProject to use the Graph API.
hope it helped !
I've had some fun playing with the Facebook C# SDK for creating Facebook applications.
Are you using C# on your site?
The SDK is quite easy to get started with and there are a few tutorials etc...
Facebook C# SDK
I have to implement application that can post to the selected network I can select from the application drop down.
There are Objective-C frameworks for Facebook (Three20) and Twitter (Twitter-OAuth-Library & MGTwitterEngine).
A quick trip to Google find facebook-android-sdk for connecting to Facebook on Android.
As far as Twitter goes, you can find a whole list of APIs for various languages/platforms on Twitter's developer website.
EDIT
A second trip to Google finds this on developer.myspace.com for adding MySpace to an iOS app. Also, see this page and this page on LinkedIn's Developer Network.
Basically, LinkedIn is just using a JSON encoded API with OAuth. You should be able to handle that with any OAuth library.
EDIT2:
It seems that I've found another great library. Check out ShareKit, which helps with alot of what you're trying to do.
#appaspect and #moshe, this is an old thread so the question my no longer be relevant, but here's a new open-source SDK and social api service: Socialize http://www.GetSocialize.com . Full feature set at http://go.GetSocialize.com/features
DROdio