+16

Create App for Smartwatch (pebble..) to manage lists

victor delgado hace 11 años actualizado por Stephan Kitzler-Walli hace 8 años 15
It would be perfect if we can manage list from pebble, choice one of the buy me a pie lists and them from Watch can mark each item as buy, of course with phone sync.  it´s only a idea but would be cool
+2
I'd like to expend your idea and propose to think about general smart watch support, not for Pebble only.
The smart wear accessories becomes very popular.
I second this one. I really want shopping lists on Android Wear.
+6
I created a pebble client for buymeapie on my own - I'll post it as an app soon.
interesting
You created a pebble client for buymeapie.
You published in the Pebble Store?
+2
Not yet - the app is working fine but I didn't have time to publish it.
I'll have to check for any copyright issues with buymeapie.
Have you solved the problems of copyright?
When will you will publish?


+2
Here's a pre-alpha version (it works just fine for me) but still no additional languages or ux improvements.
https://dl.dropboxusercontent.com/u/9377811/BuyMeAPebble.pbw
(Hopefully I'm not violating any buymeapie terms)

First you'll have to configure the app and input your username and password for buymeapie.
Then the app will list all shopping lists - select one and you'll see the items.
By single clicking (middle button) an item you'll get a details page for the item - by long click you'll remove the item from the list (this is not sent back to the server yet, so you'll be able to "reload" if you removed the wrong item by simply clicking back and reselecting the list)
Thank you, I will install and test-

Oo just found this and seems to work ok


I will try it for the next week or so as I use buy me a pie quiet a lot


Thanks




Sorry I deleted the file from my dropbox - forgot that I linked it here. It's available again now.

Hello Stephan, is a new version for BuyMeAPebble still in process?

Currently not as I'm using working with Android Wear and watchOS currently.

I could share the code if someone is interested - which features would you request?

Maybe I'ld carry on if I knew what to improve :-)

I don't know if the problem on BuyMeAPebble site.

Since I've changed from IOS to Android it comes an Error "Failed to loadList:"
I use the settings (User and password) from the IOS

+1

Probably buymeapie changed something on their website. There is (probably was) no public api, so I emulate a browser call and extract all data from their internal webservice returning json.

I just published the source code to the app and the nodejs webservice simulating the browser.

You'll find there here:

https://github.com/kitzler-walli/BuyMeAPebble

https://github.com/kitzler-walli/BuyMeAPebble-Nodejs