Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ndk:courses:01 [2014/06/16 15:14]
petre.eftime
ndk:courses:01 [2014/11/05 11:54] (current)
laura.gheorghe
Line 4: Line 4:
   * Practical part: Android tools, emulators, ADB, Beacon Mountain   * Practical part: Android tools, emulators, ADB, Beacon Mountain
  
-/*+
 ==== Lecture ==== ==== Lecture ====
  
Line 11: Line 11:
  
 {{url>​http://​ocw.cs.pub.ro/​courses/​_media/​ndk/​courses/​lecture-1.pdf}} {{url>​http://​ocw.cs.pub.ro/​courses/​_media/​ndk/​courses/​lecture-1.pdf}}
-*/+
 ==== Practical ==== ==== Practical ====
  
Line 29: Line 29:
 === Task 0 - Setting up the environment === === Task 0 - Setting up the environment ===
  
-This section is meant you help you set up your enviroment ​at home. All links are found in the resources.+This section is meant you help you set up your environment ​at home. All links are found in the resources.
  
-There are two ways of setting up your environment. The first way is using Intel'​s Beacon Mountain for Android solution. This sets up your whole enviroment ​including SDK and NDK and contains some additional profiling tools and HAXM, needed for virtualizing Intel Atom based virtual devices. Run the installer and follow the steps.+There are two ways of setting up your environment. The first way is using Intel'​s Beacon Mountain for Android solution. This sets up your whole environment ​including SDK and NDK and contains some additional profiling tools and HAXM, needed for virtualizing Intel Atom based virtual devices. Run the installer and follow the steps.
  
 The second way will set up the bare minimum needed for creating an NDK project. ​ The second way will set up the bare minimum needed for creating an NDK project. ​
Line 136: Line 136:
  
 Add the following code to the onCreate method. Make sure the ids match the ones in your layout. Add the following code to the onCreate method. Make sure the ids match the ones in your layout.
-<​code>​+<​code ​Java>
         final Button b1 = (Button) findViewById(R.id.button1);​         final Button b1 = (Button) findViewById(R.id.button1);​
         final TextView tv1 = (TextView) findViewById(R.id.textView1);​         final TextView tv1 = (TextView) findViewById(R.id.textView1);​
ndk/courses/01.1402920868.txt.gz ยท Last modified: 2014/06/16 15:14 by petre.eftime
CC Attribution-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0