[android-beginners] MapActivity problem, please help!!!: You are only allowed to have a single mapview in a mapactivity

2009-05-08 Thread Irwansyah Irwansyah
Dear All, I am developing an android application that will translate an XML (our own xml) into screen elements, for example textbox, combobox, and map. The application started with a regular activity (non-map activity) and display the current elements specify in the xml. If its found a map elemen

[android-beginners] Include files in package file

2009-02-26 Thread Irwansyah Irwansyah
Dear All, Any one knows how to include files (xml, text files, image files) into the package file for deployment and then access the file using the file name ("background.png") instead of using resource (R.drawable.background)? I've already search every where but I can not found any solution :(