Tuesday, October 26, 2010
Hide soft keyboard on Android on default focus of EditText widgets
Activity's android:windowSoftInputMode="stateHidden" hides soft keyboard on EditText widgets that get default focus. This annoying issue manifests on Android devises that don't have a physical keyboard. Put this in AndroidManifest.xml
Friday, July 30, 2010
How do I create a custom ringtone for my iPhone?
- If the song/sound you want to use isn't already in your iTunes library, add it to your iTunes library first.
- If you want to use just a part of the song/sound, right click it, select "Get Info", then "Options" tab, and enter a start and stop time there. Remember, ringtones can't be over 40 seconds!
- Right click the song/sound, select "Create AAC Version". If you don't have this option, go to Edit, Preferences, General tab, and click the Import Settings button. Make sure the import setting is set to "iTunes Plus" (AAC).
- This will create a new file in your iTunes library. Delete it from your iTunes library now, but be sure to check "keep file" in the delete dialog so the file itself isn't removed, just the library entry.
- Navigate to where the file was created on disk, somewhere like
music\iTunes\iTunes Music\{artist}\{album} - Rename the file from
.m4ato.m4r - Drag and drop this
.m4rfile into the Ringtones folder of your iTunes (or, just double-click it and iTunes will handle it automatically). - Sync your iPhone. Make sure that "Sync Ringtones" is selected in the phone sync options (mine was off by default).
After syncing, you can select your new ringtone in Settings, Sounds at the Custom section at the top.
Taken from here
Friday, July 16, 2010
Thursday, July 15, 2010
Monday, July 12, 2010
App Inventor for Android
My daughter likes to play Scratch a computer programming game created at MIT. It looks like the same people created yet another game called App Inventor for Android.
Subscribe to:
Posts (Atom)