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
New contributor
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
New contributor
I don't think it's a good idea to put all the heavy work on the mobile.
– Samitha Nanayakkara
yesterday
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
New contributor
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
New contributor
New contributor
edited yesterday
New contributor
asked yesterday
Artur Talkanbaev
12
12
New contributor
New contributor
I don't think it's a good idea to put all the heavy work on the mobile.
– Samitha Nanayakkara
yesterday
add a comment |
I don't think it's a good idea to put all the heavy work on the mobile.
– Samitha Nanayakkara
yesterday
I don't think it's a good idea to put all the heavy work on the mobile.
– Samitha Nanayakkara
yesterday
I don't think it's a good idea to put all the heavy work on the mobile.
– Samitha Nanayakkara
yesterday
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Artur Talkanbaev is a new contributor. Be nice, and check out our Code of Conduct.
Artur Talkanbaev is a new contributor. Be nice, and check out our Code of Conduct.
Artur Talkanbaev is a new contributor. Be nice, and check out our Code of Conduct.
Artur Talkanbaev is a new contributor. Be nice, and check out our Code of Conduct.
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
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
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
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
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
I don't think it's a good idea to put all the heavy work on the mobile.
– Samitha Nanayakkara
yesterday