Tuesday, August 31, 2010

Notes N More references from around the web

Googling a bit, I found a few references and reviews of the Notes n More app, some of which I was not aware of. Here are some of the links I found -

Naughty Spawn


TheJournal.com (4th para) -


Chronicle.com (2nd comment)

Thanks to all the posters for referencing the Notes n More app

No comments:

Int size on Apple Watch (watchOS)

  Even though Apple Watch chipset is 64-bits, Int is still 32-bit. To get 64 bit behavior you have to explicitly use Int64 https:// jeffver...