From c50557493234d78f5a327d575a7e00dc567b039c Mon Sep 17 00:00:00 2001 From: reduz Date: Fri, 19 Dec 2014 05:25:33 -0800 Subject: [PATCH] Updated tutorial_android_module (markdown) --- tutorial_android_module.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/tutorial_android_module.md b/tutorial_android_module.md index 8740b0b..8f9efe9 100644 --- a/tutorial_android_module.md +++ b/tutorial_android_module.md @@ -24,8 +24,6 @@ This area is complex, usually a mobile game that monetizes needs special connect Oh yeah, developing for mobile is a lot of work. On iOS, you can just write a C++ module and take advantage of the C++/ObjC intercommunication, so this is rather easy. -But Android uses Java. Yes, I know your pain.. if it wasn't for Google, ironically, Java would be dead in anything related to frontend. Thanks Google (not). - for C++ developers Java is a pain, the build system is severely bloated and interfacing it with C++ through JNI (Java Native Interface) is more pain that you don't want even for your worst enemy. ### Maybe REST?