All Projects → longzheng → PTVGlass

longzheng / PTVGlass

Licence: MIT license
Melbourne Public Transport timetable for Google Glass

Programming Languages

java
68154 projects - #9 most used programming language
C#
18002 projects

Projects that are alternatives of or similar to PTVGlass

Xamarin.AzureCommunicationCalling
Xamarin iOS and Android binding libraries for Microsofts Azure Communication Services
Stars: ✭ 32 (-21.95%)
Mutual labels:  xamarin
Vaser
Vaser is a powerful high performance event based network engine library for C# .Net. It’s possible to start multiple servers in one program and use the same network code for all servers. In the network communication are all strings are omitted, instead it is based on a unique binary identifier, which the CPU and memory relieves massively.
Stars: ✭ 23 (-43.9%)
Mutual labels:  xamarin
parquet-dotnet
🐬 Apache Parquet for modern .Net
Stars: ✭ 199 (+385.37%)
Mutual labels:  xamarin
XamarinIoTWorkshop
A workshop that demonstrates how to collect IoT data from a mobile device using a Xamarin app, aggregating the data to the cloud using Azure IoT Hub
Stars: ✭ 13 (-68.29%)
Mutual labels:  xamarin
VersionTrackingPlugin
Version Tracking Plugin for Xamarin and Windows
Stars: ✭ 62 (+51.22%)
Mutual labels:  xamarin
PastelXamarinIos
🌒 Gradient animations on Xamarin-iOS
Stars: ✭ 17 (-58.54%)
Mutual labels:  xamarin
TravellingApp
Xamarin.Forms goodlooking UI sample using the new CarouselView.
Stars: ✭ 52 (+26.83%)
Mutual labels:  xamarin
Xamarin.MediaGallery
This plugin is designed to picking and save images and video files from native gallery of Android and iOS devices and capture photos
Stars: ✭ 106 (+158.54%)
Mutual labels:  xamarin
DotNetGeoJson
GeoJson library for .Net
Stars: ✭ 22 (-46.34%)
Mutual labels:  xamarin
auth0-xamarin-oidc-samples
Auth0 OIDC Client with Xamarin applications
Stars: ✭ 26 (-36.59%)
Mutual labels:  xamarin
Xamarin.Android.Skobbler
C# bindings for the Skobbler Android SDK
Stars: ✭ 16 (-60.98%)
Mutual labels:  xamarin
Xamarin.BookReader
Xamarin.Android复刻实现的 📕 "任阅" 网络小说阅读器 https://github.com/JustWayward/BookReader
Stars: ✭ 74 (+80.49%)
Mutual labels:  xamarin
YuzuMarker
🍋 [WIP] Manga Translation Tool
Stars: ✭ 76 (+85.37%)
Mutual labels:  xamarin
XamUI
Xamarin UI Challenges 🏆
Stars: ✭ 57 (+39.02%)
Mutual labels:  xamarin
vs-material-icons-generator
This plugin will help you to set material design icons to your Xamarin projects In Visual Studio.
Stars: ✭ 50 (+21.95%)
Mutual labels:  xamarin
SharpXMPP
XMPP library for .NET/Xamarin/.NET Core
Stars: ✭ 17 (-58.54%)
Mutual labels:  xamarin
FocusOnXamarin
NET Conf: Focus on Xamarin samples
Stars: ✭ 55 (+34.15%)
Mutual labels:  xamarin
Xamarin.Forms.GoogleMaps.Clustering
A map library that brings support for clustering for Xamarin.Forms.GoogleMaps.
Stars: ✭ 23 (-43.9%)
Mutual labels:  xamarin
MvvmCross-Dreams
Xamarin MvvmCross DREAMS is an opinionated take on how to make an MvvmCross app.
Stars: ✭ 30 (-26.83%)
Mutual labels:  xamarin
XamarinClipboardPlugin
Cross Platform Clipboard access for Xamarin
Stars: ✭ 24 (-41.46%)
Mutual labels:  xamarin

PTVGlass

About

By Long Zheng / @longzheng. Read the blog post.

Melbourne public transport timetable on Google Glass. (C# Xamarin for Android/Google Glass project)

  • List next departures from nearby train/tram/bus stops (via "trams nearby" voice/menu command)
  • List next departures for trains at specified City stops (via "trains departing, Southern Cross" voice/menu command)

Download binary

Download an APK to sideload to Google Glass via ADB.

Screenshots

Source compile

You must supply your own PTV Timetable API developer ID and security key (free) from PTV. See API documentation for instructions to get a key.

Put your key in \PTVGlass\Services\PtvApi.cs

public class PtvApi
	{
		string ptvDevId = "";
		string ptvDevKey = "";

Credits

(I'm a C# noob so please excuse any crappy code.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].