Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

JavaScript looking for a partner to help build a javascript app for mobile

cyberdiner

New Coder
i have the code written. but i don't have much of an understanding on how to test it and make a working application that we can sell on the open market.
 
the code is very basic and i'm not even sure if it is exactly what i'm looking for to be exact. I do have a great idea to create an application that will have a much valued use case. Just looking for someone that has some experience and expertise in this field that is willing to give the new guy a helping hand. If nothing else maybe I can learn something here.
 
I don't think RAW JavaScript works for cell phones. If that's what you mean by "mobile" in your heading.
If you like I'll take a look at your code and let you know if it has problems and maybe if it works. Just post it here using the </> tag.
 
It is possible to use JS with HTML & CSS for mobile apps, at least for Android. For iPhone, im not sure. One common way is to use the Cordova WebView plugin. It is basically a Google Chrome highly stripped.

Several games for example are written in javascript and then used in Android via frameworks. This may slow the program a bit, though unless you build 3D FPS i don't think it matters.

You can start your studies at Can JavaScript be used for Android Development
 

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom