How to convert a JavaScript app into mobile native app?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • izawad
    New Member
    • Oct 2015
    • 14

    How to convert a JavaScript app into mobile native app?

    I make a app about school data use angular, node , express and mongo db. how can i convert this app into mobile app?
    Last edited by Niheel; Oct 31 '15, 10:20 PM.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    what do consider a "mobile app"? if you mean it to be installed on Android and iOS devices, you have to reprogram it in Java resp. Swift. if it’s intended to be shown in a mobile browser, you only need a mobile-friendly HTML page (see the bootstrap & foundation frameworks).

    Comment

    • izawad
      New Member
      • Oct 2015
      • 14

      #3
      Dear Dormilich.
      i want to installed Android. i have also use bootstrap and html page. i want step by step method that how can i convert into Android app?

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        you can use PhoneGap to port your web app to a mobile app.

        Comment

        • izawad
          New Member
          • Oct 2015
          • 14

          #5
          dude;
          how can i use PhonGap?
          how can i learn java by myself? any site where complete information that help me java language.

          Comment

          • Dormilich
            Recognized Expert Expert
            • Aug 2008
            • 8694

            #6
            how can i use PhonGap?
            never used PhoneGap myself

            how can i learn java by myself?
            that's a long way to go. I’d start by searching for "Java tutorial"

            Comment

            • izawad
              New Member
              • Oct 2015
              • 14

              #7
              hi buddy;
              how can i control these symbolic function keys(!@#$%). i want only 1.
              for example,
              Code:
              var str1 = /^[@!#\$\^%&*()+=\-\[\]\\\';,\.\/\{\}\|\":<>\? ]+$/;
              function abc(){
              if(str1.length > 1){alert(Invalid input)}
              } 
              abc();
              Last edited by Dormilich; Oct 30 '15, 09:52 AM. Reason: please use code tags

              Comment

              • Dormilich
                Recognized Expert Expert
                • Aug 2008
                • 8694

                #8
                you check if the pressed key’s key code matches one of those signs.

                Comment

                • izawad
                  New Member
                  • Oct 2015
                  • 14

                  #9
                  hi dude,
                  How can i check. plz if u help me write with code?

                  Comment

                  • Dormilich
                    Recognized Expert Expert
                    • Aug 2008
                    • 8694

                    #10
                    How can i check.
                    with a comparison operator.

                    though you’d have to google the key codes first (why should I remember something I hardly use and can easily find on the web).

                    Comment

                    • izawad
                      New Member
                      • Oct 2015
                      • 14

                      #11
                      hi dear,
                      how can i run my app before a user fill a registration form. and then run my app. like when we play any game. game before run we wait still game will upload or etc.
                      i want to make like this type of app. where i use throbber or spinner loader. and how can use database ? like mango db or fire base

                      Comment

                      • Dormilich
                        Recognized Expert Expert
                        • Aug 2008
                        • 8694

                        #12
                        how can i run my app before a user fill a registration form. and then run my app.
                        that’s a bit of a contradiction unless you want to run the app twice.

                        Comment

                        Working...