benjymous / MWM-for-Android

Meta Watch Manager Android SDK project for watch wrangling, remote protocol handling and notification routing for the Meta Watch wearable development systems. Includes an Intents based API for quick experiments.
www.metawatch.org
Apache License 2.0
59 stars 30 forks source link

MWM watch app framework #78

Closed sdemills closed 11 years ago

sdemills commented 11 years ago

Is there any plan to have a framework for pluggable watch apps?

It would be good to be able to install an app that could register with MWM so that it would appear in the list of apps so that it could be selected in MWM and used just like the others in the MWM? I was originally going to add some apps into MWM but it looks like things are heading towards a framework and/or SDK. If that's the case then I should wait.

benjymous commented 11 years ago

There already is one - check out the ApiDemos and MetaNeko projects in my github for examples.

sdemills commented 11 years ago

Thanks Richard. That was exactly what I was looking for. I'll knock up a couple of test apps to prove that I've figured it properly, and then start on some proper designs. When I'm done I shall make them freely available for anyone that wants them.

On 23 November 2012 20:00, Richard Munn notifications@github.com wrote:

There already is one - check out the ApiDemos and MetaNeko projects in my github for examples.

— Reply to this email directly or view it on GitHubhttps://github.com/benjymous/MWM-for-Android/issues/78#issuecomment-10668531.

sdemills commented 11 years ago

Just thought I'd close this one off: I followed your examples for Watch App and Widget and both worked fine. So I'm going to see what I can build now :) Thanks for your help.