nickpeppers / TwitterSafari

Linq2Twitter Developer Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwitterSafari

Developer Demo Twitter Safari is a simple Xamarin.Forms app that uses LinqToTwitter to search Twitter statuses. It pulls in the latest 100 statuses based on your search text, which if selected will navigate to a new screen of that Twitter users profile. The Twitter user profile displays their user information and their last 100 statuses that you can click on to share.

Alt text

This is the MainPage containing an EditText to enter search parameters. Upon search it populates the below ListView with the latest statuses found, which you can click to navigate to the UserStatusPage.

Alt text

This is the UserStatusPage that displays their user profile information including profile background image, user image, user location, number of followers, number of friends, number of statuses, and populates the ListView with their last 100 statuses. If you click any user status in the ListView it will allow you to share that tweet by your chosen media.

Alt text

These are the Twitter design screenshots from pttrns I used as my starting design point.

Alt text Alt text Alt text

About

Linq2Twitter Developer Demo

License:MIT License


Languages

Language:C# 99.3%Language:Shell 0.7%