Apache Cordova vs J2ObjC: What are the differences?
What is Apache Cordova? Platform for building native mobile applications using HTML, CSS and JavaScript. Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo Mobile or Sencha Touch, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.
What is J2ObjC? Java to iOS Objective-C translation tool and runtime used by Google Inbox to share 70% of its code across Android, iOS, and Web. J2ObjC is an open-source command-line tool from Google that translates Java code to Objective-C for the iOS (iPhone/iPad) platform. This tool enables Java code to be part of an iOS application's build, as no editing of the generated files is necessary. The goal is to write an app's non-UI code (such as data access, or application logic) in Java, which is then shared by web apps (using GWT), Android apps, and iOS apps.
Apache Cordova and J2ObjC belong to "Cross-Platform Mobile Development" category of the tech stack.
"Lots of plugins" is the top reason why over 31 developers like Apache Cordova, while over 3 developers mention "Backed by Google" as the leading cause for choosing J2ObjC.
Apache Cordova and J2ObjC are both open source tools. It seems that J2ObjC with 5.47K GitHub stars and 771 forks on GitHub has more adoption than Apache Cordova with 766 GitHub stars and 327 GitHub forks.