Game Development Reference
In-Depth Information
In Figure 1-9 , class variables or “fields” are listed first, followed by class functions. Some examples
of class variables are HIGH_SCORES , m_BackGroundTexture , and m_Dirty . Some examples of class
functions are FindEmptySlot() , RenderTitle() , and SortHighScoreTable() .
Dalvik Debug Monitor Server (DDMS)
Eclipse with the ADT plug-in also provides a way to easily interface with actual Android hardware
through the Dalvik Debug Monitor Server or DDMS. The button to access the DDMS is on the right
upper corner of the Eclipse IDE. Click this button to switch views to the DDMS (see Figure 1-10 ).
Figure 1-10. The DDMS button
In the DDMS view, you can look at the actual directories and files on the Android device by using the
File Explorer tab located on the right-hand side of the view. Figure 1-11 illustrates this.
Figure 1-11. Exploring files on your Android device
On the left side, if you have an actual physical Android device connected via the USB port, the
device is displayed in the Devices tab, as shown in Figure 1-12 .
 
Search WWH ::




Custom Search