[go-nuts] Re: go mobile : keyboard input, camera

2016-08-13 Thread danilolr
About the camera I think you best hope is use NDK (c++ bindings to android functions). But you are out of luck as most of the links I search do not provide a solution. The best answer I find is this : http://stackoverflow.com/questions/30328276/access-android-camera-with-ndk Not tested, but I

[go-nuts] gomobile - go version required and how to report bugs/questions

2016-08-02 Thread danilolr
Hi, I am making some basic tests with gomobile. It is not working. What are the requirements of go version ? I am using go 1.6 on linux. What are the right place to post issues / bug reports ? There are no issues tab on https://github.com/golang/mobile. What is the right place to

[go-nuts] Re: How do i create a fake drive that shows up in windows explorer?

2016-07-31 Thread danilolr
Dokan has a go bind : https://godoc.org/github.com/keybase/kbfs/dokan sexta-feira, 29 de Julho de 2016 às 02:43:50 UTC-3, Tamás Gulácsi escreveu: > > I'd write it as a FUSE fs, with https://bazil.org/fuse/, then adapt it to > Windows with https://dokan-dev.github.io/ . -- You received this