Can someone guide me, how to build an android app using Javascript? Plz detailed out the shortest path, as I only need basic app | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Can someone guide me, how to build an android app using Javascript? Plz detailed out the shortest path, as I only need basic app

The app will 1. Take any input from the user in the form of a pic. 2. will be able to upload the pic so that all can view it. 3. Others can comment on that pic either in the text format or in the pic format. 4. Each person has a profile, where He can easily see all his uploaded image. 5. The person gets a notification when someone comments on his pic 6. He can also has the privilege of stopping comment on his pic when he feels like

1st May 2018, 11:27 PM
Jimmy
11 Antworten
+ 1
Do more research because you clearly are underestimating everything involved to make something like that.
2nd May 2018, 8:22 AM
Josh Schweigert
Josh Schweigert - avatar
0
will it be a native or a hybrid app then?
1st May 2018, 11:31 PM
Jimmy
0
Dude read through. How can javascript be native?
1st May 2018, 11:34 PM
Akib
Akib - avatar
0
yeah.. that is .. but of we use react native then it behaves more lIke native... i am totally a newbie on this.. I just dont know how it works . sorry Sir.
1st May 2018, 11:36 PM
Jimmy
0
Jimmy you don't have to call anyone sir here. Everyone is a friend here. Have fun making the app and don't forget to share it.
1st May 2018, 11:41 PM
Akib
Akib - avatar
0
thanks.. i know i am asking much, but can u provide me the links ppz to the codes that will work similar to what i have mentioned in the description.. just for motivation so i can edit them. thanks again.
1st May 2018, 11:46 PM
Jimmy
0
JavaScript runs on a client machine and tells how a webpage functions. Creating a social network of sorts like you are requesting and building an "app" are two separate things. The app so be native if you target a specific platform and build it for that using the specific language for that platform. But the other things you're talking about require some type of storage that can be accessed from multiple devices. As well as having user information stored somewhere. JavaScript is very limited in terms of what you want to do. It is not the language you need to do something of that magnitude and nature.
2nd May 2018, 7:52 AM
Josh Schweigert
Josh Schweigert - avatar
0
what if i plan to use meteor to build the app .. and create a server to store that data
2nd May 2018, 7:58 AM
Jimmy
0
Doesn't change the functionality of JavaScript and it's limitations for this specific application.
2nd May 2018, 8:10 AM
Josh Schweigert
Josh Schweigert - avatar
0
may u please suggest me the best possible way of building it up.. so that the app runs smooth and also I take lesser time to build it. thanks in advance.
2nd May 2018, 8:11 AM
Jimmy