Hi everyone this is Manoj, Dept. of cs&e BIET. Here I will be publishing the some of the android application
development skills and concepts which I came across and faced during the application development.
First and for most thing that everyone must be knowing before beginning the any programming is,
rule 1: Any one can teach syntax of any programming language.But,
rule 2: Building the logic using the syntax is finally depends on the one who is writing the code.(Ex: Every one can write there own version of code for particular requirement).
ultimately building the logic is depends on individuals ability, but syntax remains same..........
While programming in any language apply the rules which are given above. Try to learn the logic building, syntax of the programming language differs from one programming language to another. When it comes to programming, nobody is perfect and nobody knows everything about any programming language. you have to learn according to new requirements which project and new work demands to you.
coding for android mobile is done using the android Java language, which is the modified version of java programming language. here in android java, swings and AWT concepts are totally removed from the box. All the UI design is done using the XML language. Which is screen independent. A application which has been written for one android mobile can be run on any android mobile of any screen size.
Independence of the screen size is the thing which overcomes the some of the flaws with the existing mobile application development languages.(Ex : J2ME)
I will discuss more on all the available mobile operating systems, and the advantages of using android over them in subsequent sections.
development skills and concepts which I came across and faced during the application development.
First and for most thing that everyone must be knowing before beginning the any programming is,
rule 1: Any one can teach syntax of any programming language.But,
rule 2: Building the logic using the syntax is finally depends on the one who is writing the code.(Ex: Every one can write there own version of code for particular requirement).
ultimately building the logic is depends on individuals ability, but syntax remains same..........
While programming in any language apply the rules which are given above. Try to learn the logic building, syntax of the programming language differs from one programming language to another. When it comes to programming, nobody is perfect and nobody knows everything about any programming language. you have to learn according to new requirements which project and new work demands to you.
coding for android mobile is done using the android Java language, which is the modified version of java programming language. here in android java, swings and AWT concepts are totally removed from the box. All the UI design is done using the XML language. Which is screen independent. A application which has been written for one android mobile can be run on any android mobile of any screen size.
Independence of the screen size is the thing which overcomes the some of the flaws with the existing mobile application development languages.(Ex : J2ME)
I will discuss more on all the available mobile operating systems, and the advantages of using android over them in subsequent sections.
No comments:
Post a Comment