[android-developers] Re: Keep account information after application uninstall

2010-03-10 Thread blau
Another alternative is that you could offer an option to save the contact information somewhere in the cloud. This would prevent other apps from accessing the information on the SD card. Of course, depending on sensitivity of information, many users will scoff at that approach. -Mike dg On Mar

[android-developers] Re: Disable Trackball and Move to an On-Screen Buttons for Trackball

2010-03-10 Thread blau
As an avid gamer, I consider more control options to be better. Some control options feel better to certain players and unless there's a legitimate competitive reason to disabling a certain control scheme then I would also allow trackball and directional pad usage in addition to on screen

[android-developers] Shared User Ids

2009-12-31 Thread blau
Hi, So I'm trying to avoid releasing a new version of an app of mine, dgMoney. So I was planning on making a seperate app for my users to download that would provide backup and restore services for it by just copying the database file to an SD card and restoring from it. The problem is, dgMoney

[android-developers] PhoneStateListener GarbageCollection

2008-12-03 Thread blau
I'm trying to figure out the best way to have a PhoneStateListener survive as long as possible and be recreated if necessary. TelephonyManager telephonyManager = (TelephonyManager) aContext.getSystemService(Context.TELEPHONY_SERVICE);

[android-developers] How to make a desktop widget?

2008-11-04 Thread blau
Anyone have a clue how to make a desktop widget? I haven't seen any created ones. I haven't been able to find the source for the google created ones in the android source. I have no clue how to start. --~--~-~--~~~---~--~~ You received this message because you are