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
11 odpowiedzi
+ 1
Do more research because you clearly are underestimating everything involved to make something like that.
0
will it be a native or a hybrid app then?
0
Dude read through. How can javascript be native?
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.
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.
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.
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.
0
what if i plan to use meteor to build the app .. and create a server to store that data
0
Doesn't change the functionality of JavaScript and it's limitations for this specific application.
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.