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

The other way around - Android Studio to Appcelerator Titanium Module #3

Open
gvfbossa opened this issue May 5, 2020 · 2 comments
Open

Comments

@gvfbossa
Copy link

gvfbossa commented May 5, 2020

The other way around - Android Studio to Appcelerator Titanium Module
First of all, i might say, this is incredible.
If you can give me some whereabouts, I would like to know how to "convert" an Android Studio Project to an Appcelerator Titanium Module.
The Android Studio project contains all the Java methods as well as the views, buttons, screens, etcetera. The Appcelerator works different. The Java code is inside the Module, and all the views and other stuff are on the Javascript code inside Titanium.
How to proper convert it?
Thanks in advance

@AppWerft
Copy link
Owner

AppWerft commented May 5, 2020

Titanium modules (java) can build views or can makes other stuff like network work or other stuff.

@drauggres
Copy link

Hi, @gvfbossa . You can't "convert" it.
Here is the Android Module Development Guide.
It's a bit outdated (and guide in this repo too): as of Ti SDK 9 you can build your module and open build directory in Android Studio (there will be a standard gradle project).

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

3 participants