Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The thing is, for most mobile apps, 99% code are views, with a very tiny part that can be called "business logic". Doesn't really make sense to involve C++/JNI bridges hassle.


If your app is like that, then maybe it shouldn’t be an app at all, rather a website.


> C++/JNI bridges hassle

For the projects I worked on, the bridges were automatically generated, so no hassle for the developer. Admittedly we built our own code gen system which of course was not free.


Hence my remark regarding CRUD apps and mobile Web.

Even if native views are required, the business logic can be driven from Web APIs, or DSL like JSON files.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: