For those who are new to programming, here are some tips
1) Learn HTML and basic website design
There are lots of tutorials online that teaches how to program in HTML and design basic websites. You can develop android apps using HTML too. Its very easy to learn and get started.
You can use HTML, CSS and Javascript to create/develop android applications. That way, you dont have to learn eclipse or programming languages like JAVA.
HTML is easy.
Open a notepad or any text editor and type this :-
<HTML>
<HEAD>
<TITLE> Welcome </TITLE>
</HEAD>
<BODY>
<H1> EUREKHA </H1>
</BODY>
</HTML>
save this as hello.html. Now open this file in any internet browser like IE, or firefox or safari or opera.
Congratulations, you have just written your first program that runs on internet web browsers.
Once you have understood the basics of HTML - the HTML tags and basics, we can start developing android applications with it.
Will be blogging about it next...so till then take care.
1) Learn HTML and basic website design
There are lots of tutorials online that teaches how to program in HTML and design basic websites. You can develop android apps using HTML too. Its very easy to learn and get started.
You can use HTML, CSS and Javascript to create/develop android applications. That way, you dont have to learn eclipse or programming languages like JAVA.
HTML is easy.
Open a notepad or any text editor and type this :-
<HTML>
<HEAD>
<TITLE> Welcome </TITLE>
</HEAD>
<BODY>
<H1> EUREKHA </H1>
</BODY>
</HTML>
save this as hello.html. Now open this file in any internet browser like IE, or firefox or safari or opera.
Congratulations, you have just written your first program that runs on internet web browsers.
Once you have understood the basics of HTML - the HTML tags and basics, we can start developing android applications with it.
Will be blogging about it next...so till then take care.
RSS Feed