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

Accessing Android SDK from within Replete #60

Open
gtusr opened this issue Dec 24, 2022 · 2 comments
Open

Accessing Android SDK from within Replete #60

gtusr opened this issue Dec 24, 2022 · 2 comments

Comments

@gtusr
Copy link

gtusr commented Dec 24, 2022

Does Replete offer full access to the Android SDK from within the clojure REPL?

I'm asking this question because I would like to start developing some accessibility apps from within a REPL environment.

@mfikes
Copy link
Member

mfikes commented Dec 26, 2022

Hi @gtusr. Replete really only offers access to whatever is explicitly injected into its JavaScript environment, and then those things are available via JavaScript interop.

@gtusr
Copy link
Author

gtusr commented Dec 26, 2022

Is there an example in the source code of the Android implementation of Replete for how to inject a piece of the Android SDK into the javascript framework (e.g. the SDK's accessibility API), or is that being left as an exercise for the reader?

I'm debating right now whether to use the Picolisp-based Pilbox or try to find a framework that uses a more popular lisp (e.g., Clojure).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants