Thursday, June 2, 2016

For BCA

Hi I am kannan completed MCA
If you are interested in developing new  software

If you want to become software engineer
You want to strong in following things

1. Queries 
         You want fully strong queries skill
          Basic not enough
2. Complete basic of c and c++ and VB 

It is simply my advice based on my experience

If u want to learn that query  put command  based  on it I will give example

Wednesday, February 24, 2016

DEVELOPING NEW CORDOVA APP

FOR MY  FIRST CORDOVA APP

  • OPEN VS2015
  • FILE -> NEW PROJECT -> JAVASCRIPT -> APACHE CORDOVA PROJECT

  • NAME :  IT IS THE ACTUAL PROJECT NAME (APP NAME).
  • IN THE PROJECT PAGE WE CAN FOUND THE FOLLOWING THINGS 
    • index.html  -->  it for ui design
    • index.js --> it for basic validation
    • index.css --> it for graphical design

  • ABOVE SHOWED ALL ARE THE BASIC RESOURCE FOR THE CORDOVA APP  
 TO RUN THE APP

  1. RIPPLE EMULATER (BROWSER BSED EMULATER)
  2. ANDROID EMULATER (GOOGLE EMULATER )
  3. DEVICE(REAL DEVICE)
  4. This all are the basic output options 
    SELECTING THE MODE FORM HERE
     
    SELECT THE APP TYPE WEATHER IT MAY BE  ANDROID OR IOS OR WINDOWS HERE
     
    SELECT OUR EMULATOR HERE 
      Now our app are run sucessfully
      In our project location you can get you are .apk(for android)
      For example 
               D:\VS2015_CORDOVA_APP\RI TRUCK\RI TRUCK\bin\Android\Debug\
                 
                It is the result for the first execution of my project in debug mode 
                TO RELEASE OUR APP 
              If you want to launch your app to do following things
              step 1:  To release our app first select the release mode in our ide from
               
               step 2:  put the key store values in our project resource 
                            you can found that in this place


              step 3:   Now run your project it produce perfect releasable apk instance in the out put folder 
                            in your project location

              Apache Cordova In VS 2015

              • DOWNLOAD VS 2015 here
              • INSTALL IT


              • Above showed  options are required for cordova app development 

              FIRST STEP TO CORDOVA

              Now on learning of cordova
              For that first focus on  following subject

              • html (it used for ui design)
              • css (it help us to create style to our ui)
              • javascript[(jquery)- it only have all functionality controls]
              * ui - user interface
              Above showed this things are most impotent to do project using apache cordova

               Other then this PHP , BOOTSTRAP and SQL that too useful in this app developement