Andrew Twyman
Andrew Twyman
Just to be clear @fostah I think you own the next step here, since you plan some changes after the discussion above. Is that correct, or do you need a...
No rush, just wanted to make sure I knew what's in my own queue.
It's probably safe to assume this PR isn't going to go forward soon. I'm guessing @fostah got too busy/distracted. If someone else (including but not limited to the author) wanted...
I just came back to look at this after not having enough time for a while. Honestly I think this has enough history far enough back that reconstructing it all...
I don't think I understand what you're proposing to generate well enough to have a clear opinion yet. A "proxy interface" can mean a lot of things, and indeed both...
Interesting. So it sounds like your use case for this "proxy" is specific to a particular MVVM pattern, but what you need Djinni to generate isn't. If I'm understanding it...
Interesting idea. I think the key will be how much customization you can manage to have while still giving the generator the ability to generate the different code it needs....
Yeah, unfortunately the Python functionality was an experiment which never got fully productized or integrated with the rest of Djinni. That's why it's still on a branch, and also why...
If I recall correctly, you probably need to set ANDROID_NDK_HOME, or put `ndk-build` in your path so it can be discovered by the Makefile.
Djinni is build-system agnostic, and the support library has build files provided for both. The example app uses gyp, and I wouldn't be averse to switching it over to CMake...