Difference between revisions of "MAP524/DPS924 - 2014"

From CDOT Wiki
Jump to: navigation, search
Line 6: Line 6:
 
== [[Android Discovery Zone]] ==
 
== [[Android Discovery Zone]] ==
  
In Lab2, when I was modifying and saving FirstActivity.java.bak while using NLED, the editor automatically saved a FirstActivity.java.bak in the same folder. When running 'ant debug' to compile, it generated error, explaining that unauthorized file was contained in the source folder. The way to solve this issue is to simply remove the .bak file or any other file extensions that is not the .java extension in the source directory. -- Peter
+
 
  
 
Android documentation is very erroneous. I wasted nearly 4 hours trying to get a search bar feature in my app working as per what is given in  
 
Android documentation is very erroneous. I wasted nearly 4 hours trying to get a search bar feature in my app working as per what is given in  

Revision as of 18:22, 2 September 2014


Learning goes on after leaving classrooms and computer labs.Let us use this wiki to do collaborative learning and share our excitement and headaches in developing Android applications. Feel free to create new and interesting topics on this wiki page.

Android Discovery Zone

Android documentation is very erroneous. I wasted nearly 4 hours trying to get a search bar feature in my app working as per what is given in Android Documentation for Search only to find this out: Stackoverflow
-- Gideon

Debugging and Testing Android Code

Resources for Learning Android App Development

Labs Q&A Fall 2013

Assignment 2 (Fall 2013) - Proposals