Open main menu

CDOT Wiki β

Changes

Teams Winter 2011/team1/Android/Add Contact

5 bytes added, 17:01, 27 March 2011
6.1. Create 'add' layout
6.1.1. Right click on ''layout -> New -> Android XML File'' .<br/>
6.1.2. Enter ''add.xml'' for the file name and check ''Layout'':<br/>
6.1.3. Using ''Linear Layout'', create this layout for adding contact information:<br/>[[Image: add_layout.png | 100px150px]]<br/>
6.1.4. This is the xml implementation:
<source lang="java">
1
edit