Developing Windows Apps

Hello my dear pals .This is indeed a read must post for all the web developers and all those who are fond of HTML.MICROSOFT  has increased the horizon of apps development by allowing windows 8 or 10 apps to be developed in HTML language..So Lets begin the journey -> developing windows 8 or 10 apps...


So before getting started lets limelight the PRE-REQUISITES you need before starting developing Windows 8 or 10 apps.

You will need the following :

1) WINDOWS 8 or 10 OS ya ! windows 8 or 10 apps can be developed only on machine                that runs Windows 8 or 10 because Windows 8 or 10 provides the preffered dot net framework required for windows 8 or 10 app development. 

2) VISUAL STUDIO : Either you install Visual studio for windows 8 or 10 especially for trial version or else install Visual Studio 2012 premium or else.

.....So these were the things needed.......Now lets develop windows 8 or 10 apps...

##################################################

This is important.. As soon as you open Visual Studio Please Click " OK "  button and accept and obtain license through the prompt which appears using your microsoft account..This license is required for developing windows 8 or 10 apps which you would have to further get it renewed..

##################################################

So all set .. Lets begin..

1) click on File > New > Project ..

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhP7wPQwcsbWtdCPQttrM3KvoUUzlagfq9N26PiOGtjw4ffot_f_gh9HkpAVadRab0hPuQ3wdFmCv4a8VUjB-m1ppLPca0sZIuGn-OO06kIBMPH0cX7g8jtxlVPif2ExtLuCnkRErLBy1s/s640/w1.png


2) Now a window will appear ..Choose project under Javascript>Windows Store and choose Blank app ..just for consideration..

Give your app Name using the below text box.

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7t_eYt4HyTvlx8ZlrvREPwSE3yKkQZ5Ih6khHL4CgpT1Wg8uz-rXEjEhBeKNyawaEgh6bGhJiabkG4sO3HVRa_VsiLBnpw7y1MfE2vQk4f3fwh4jhgPgavKKEMNjTHo9PfQKFEf05-bU/s640/w1.png
3) A new project will thus be created..

4) Now See right window under Solution Explorer..
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3vMlBtR2jwNK5KcAj-FS_I1x4AZhfX7vNoMhM_UnwpEJHweSOLfjK5GsVJGeGff5wAPPBSQrVOEbe2nHFG-WrLrVB3_bxg7kAiO-pfpii9ue0NX_bKeCCUf6hsebve4MKY3yvt4jU5dE/s640/w1.png

5) the worth mentioning is these 2 files :
>> default.html >> Is where the html coding of tile is..

>> defaullt.js >> used for events handling codes..

6) Here we will create a tile app. USe HTML code and edit the content for example you can edit the Phrase "Content goes here " 


https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhurP6DqTMGtMwo9Ecf9uYwpu1RcPlqKm78DJA97Rw0BO1CQzzsNEg8SkKt8xe2D7xYlSffhCtMJDr_ymL1RtVzDtycjTBlwhZVMMWsd5r5u5n-E_2L1R4HptTdNnJ9XfLfyAuVigmQbMM/s640/w1.png

to the text for example " making eworld easier for you "..like this..
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUTEgrCJs9qh6pFrGyQMh4FpOOpS0Dp5NtQ-BwGbcdhQZB_ie_XJDgjAFn-qTZhpkDcJU0zGg-scJzfRqika6gMpiTVxZP1DyLgR26I9Mln7wbNRL67_ZBAIxivwneZntgACR_Ite6tSI/s640/w1.png

7) Now done ... time to run it .. Press f5 or Debug > Start Debugging.

8 or 10)  a command prompt window will appear asking for the required permissions .. Click Ok then yes.. and then your app tile will appear..

YOUR APP APPEARS LIKE THIS : 

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGp0wVuluI8-Xyv4X9LycCSj8N5iUNqQOVgWsHjpBfXGaNuiwQ-NqTAi-FhFdsTQGPphDDUQ1Z4y-NMhjdG3mZh9NsKMPTf6a1flXiOiTC89H_Dk2NRizuE9FSRI_560mEDHLmNqelwEI/s640/w1.png


9) To code stop debugging Shift+f5 and then debug again to test your app.

******************************************************** So.. developers experiment and code in the HTML to make app works the way you want.. .. Have fun..
********************************************************





Comments

Popular posts from this blog

How to Install CCSM ( compizconfig settings manager ) in UBUNTU

Connecting JSP page with MS Access :: JDBC ODBC Connectivity

Adding TTS ( Text to Speech ) to your website