This code shows how to use a string in the list to start a new activity. The new activity is determined by the string in the selected row. The code is here.
netskink
This is my blog for my notes.
Monday, January 27, 2014
Android Eclipse - Copying files from one project to a new one
- Select a project, copy and paste. Rename the project when prompted.
- Open search and replace dialog for the project manifest, find and replace all strings associated with old name to new name.
- Select the package name in src folder and refactor/rename to new project name.
- Open res/values folder and examine strings.xml. Chances are the app name is stored in there using old project name. Search/replace here as well.
- Deleted any imports in class files which refer to old .R file. Look for the entry in the imports section at top of file.
Saturday, December 7, 2013
Thursday, December 5, 2013
bluez5, pulseaudio, alsa, and bluetooth headset with archlinux
Finall got my headset working with archlinux. My howto is on this page:
Added the entire section 3.
Tuesday, September 10, 2013
links on virtualization
http://www.anandtech.com/show/2480
http://wiki.xen.org/wiki/Xen_Overview#What_is_Xen.3F
http://www.xenproject.org/users/getting-started.html
http://en.wikipedia.org/wiki/X86_virtualization
Thursday, April 4, 2013
Saturday, March 30, 2013
Subscribe to:
Posts (Atom)