Hey I work at Braintree on our SDKs. You can find the list of things you need to do to enable one touch here[1]. For Android there is nothing outside a normal Braintree integration you need to do and for iOS you need to register a URL type as well as make two changes in your app delegate to tell us about it.
We generally think about two ways you can integrate with Braintree on the front-end: the drop-in UI and custom. Drop-in [2] means you yield control to us, but you get a dead simple integration which includes one touch paypal and venmo out of the box. If you go the custom[3] route it's obviously more work to integrate, but adding one touch only requires some button that starts the paypal or venmo flow.
I'm one of the developers who works on v.zero. We're planning on constantly improving the drop-in UI based on feedback and data. Currently we allow you to embed the form shown in your own form. It's expected you would include your own call to action that would be more contextual for the user.
On native mobile we,ve taken the approach to render the call to action for you and allow you to configure the text. Is that something you would find useful on web as well? It's definitely something we've debated internally.
I've recently uninstalled NERDTree in favor of netrw and I've been presently surprised at how little I miss NERDTree and how much more productive I am on default vim installations.
Are you planning on offering an ebook version? I prefer to read most books digitally, but agree that this type of book would be impossible take in on a kindle.
That is true. At least for personal blogging, I would use a service like Tumblr so I wouldn't have to think about any of these issues unless my blog became very popular.
I agree with you when you're taking about web apps, but what about personal blogs?
If I just want to set up a personal blog that I don't plan on promoting or spending a lot of time on I wouldn't want to spend any extra time setting up things that don't help me with my primary goal, writing blog posts.
Yeah I was a little surprised a .js version wasn't included as well. If might be a good idea to reference how people can compile coffeescript for people who want to use this and don't know what coffeescript is.
We generally think about two ways you can integrate with Braintree on the front-end: the drop-in UI and custom. Drop-in [2] means you yield control to us, but you get a dead simple integration which includes one touch paypal and venmo out of the box. If you go the custom[3] route it's obviously more work to integrate, but adding one touch only requires some button that starts the paypal or venmo flow.
Edit: You can also download ParkWhiz (https://itunes.apple.com/us/app/parkwhiz-find-book-parking/i...) and install the PayPal app to see the user experience for yourself!
[1] https://developers.braintreepayments.com/ios/guides/one-touc... [2] https://developers.braintreepayments.com/ios/sdk/client/drop... [3] https://developers.braintreepayments.com/ios/sdk/client/payp...