Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/mobile: preview app on desktop #17203

Closed
acornejo opened this issue Sep 23, 2016 · 3 comments
Closed

x/mobile: preview app on desktop #17203

acornejo opened this issue Sep 23, 2016 · 3 comments
Labels
FrozenDueToAge mobile Android, iOS, and x/mobile
Milestone

Comments

@acornejo
Copy link

One of the most painful points of developing mobile applications, is that you need to use a physical device or emulator to preview any and all changes to the app.

It would be awesome if gomobile could produce desktop binaries where one could preview the app before deploying to the mobile phone. Essentially one would add another backend (for instance, using the linux X server) that implements the gomobile app interface.

Is this feature on gomobile's roadmap?

@hyangah
Copy link
Contributor

hyangah commented Sep 23, 2016

why not 'go build'?

@quentinmit quentinmit changed the title gomobile preview app on desktop x/mobile: preview app on desktop Oct 3, 2016
@quentinmit quentinmit added this to the Unreleased milestone Oct 3, 2016
@gopherbot gopherbot added the mobile Android, iOS, and x/mobile label Jul 20, 2017
@udhos
Copy link

udhos commented Aug 11, 2017

This issue does not make sense. gomobile already has the feature.

@changkun
Copy link
Member

A mobile app can be built using go build, and the compiled binary can directly run on the host. This is not an issue. Close.

@golang golang locked and limited conversation to collaborators Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge mobile Android, iOS, and x/mobile
Projects
None yet
Development

No branches or pull requests

6 participants