Is it possible to use Java-React Native binding in mobile app?
up vote
0
down vote
favorite
I'm constructing a managing mobile app. All it's logic is simple and made for having everything on board, including logic layers, databases and etc. Design was made for reaching portability (elimintaing need in 24/7 internet connection) and exluding need in server backend. However all information about React Native, that i have found, is about using it as fully web dependent renderer.
So my question is: Is it possible to realize all layers of architecture in java and connect it to UI layer made in react native, and, then, to build it in one apk file, considering,that it will functionate as expected? And will it work on Ios in this case? (i mean in case of having all logic in java for both android and ios, but different os interaction model in react native)
I'm open for any suggestions for changing architecture or realization model, if necessary.
P.S. I'm new to mobile development...
java android react-native mobile
add a comment |
up vote
0
down vote
favorite
I'm constructing a managing mobile app. All it's logic is simple and made for having everything on board, including logic layers, databases and etc. Design was made for reaching portability (elimintaing need in 24/7 internet connection) and exluding need in server backend. However all information about React Native, that i have found, is about using it as fully web dependent renderer.
So my question is: Is it possible to realize all layers of architecture in java and connect it to UI layer made in react native, and, then, to build it in one apk file, considering,that it will functionate as expected? And will it work on Ios in this case? (i mean in case of having all logic in java for both android and ios, but different os interaction model in react native)
I'm open for any suggestions for changing architecture or realization model, if necessary.
P.S. I'm new to mobile development...
java android react-native mobile
I don't think it's a good idea to put all the heavy work on the mobile.
– Samitha Nanayakkara
Nov 10 at 9:42
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm constructing a managing mobile app. All it's logic is simple and made for having everything on board, including logic layers, databases and etc. Design was made for reaching portability (elimintaing need in 24/7 internet connection) and exluding need in server backend. However all information about React Native, that i have found, is about using it as fully web dependent renderer.
So my question is: Is it possible to realize all layers of architecture in java and connect it to UI layer made in react native, and, then, to build it in one apk file, considering,that it will functionate as expected? And will it work on Ios in this case? (i mean in case of having all logic in java for both android and ios, but different os interaction model in react native)
I'm open for any suggestions for changing architecture or realization model, if necessary.
P.S. I'm new to mobile development...
java android react-native mobile
I'm constructing a managing mobile app. All it's logic is simple and made for having everything on board, including logic layers, databases and etc. Design was made for reaching portability (elimintaing need in 24/7 internet connection) and exluding need in server backend. However all information about React Native, that i have found, is about using it as fully web dependent renderer.
So my question is: Is it possible to realize all layers of architecture in java and connect it to UI layer made in react native, and, then, to build it in one apk file, considering,that it will functionate as expected? And will it work on Ios in this case? (i mean in case of having all logic in java for both android and ios, but different os interaction model in react native)
I'm open for any suggestions for changing architecture or realization model, if necessary.
P.S. I'm new to mobile development...
java android react-native mobile
java android react-native mobile
edited Nov 10 at 11:59
asked Nov 10 at 8:32
Artur Talkanbaev
12
12
I don't think it's a good idea to put all the heavy work on the mobile.
– Samitha Nanayakkara
Nov 10 at 9:42
add a comment |
I don't think it's a good idea to put all the heavy work on the mobile.
– Samitha Nanayakkara
Nov 10 at 9:42
I don't think it's a good idea to put all the heavy work on the mobile.
– Samitha Nanayakkara
Nov 10 at 9:42
I don't think it's a good idea to put all the heavy work on the mobile.
– Samitha Nanayakkara
Nov 10 at 9:42
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53237305%2fis-it-possible-to-use-java-react-native-binding-in-mobile-app%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I don't think it's a good idea to put all the heavy work on the mobile.
– Samitha Nanayakkara
Nov 10 at 9:42