-- Sent from my Palm Device On Jun 16, 2010 11:23 PM, [email protected] <[email protected]> wrote: Today's Topic Summary Group: http://groups.google.com/group/android-developers/topics power manager (Light off) in android [2 Updates] Even with Min SDK version, building app against 2.2 breaks 1.5? [3 Updates] Start an App via the Web [2 Updates] G1 Touch screen not working properly [1 Update] Fix for OutofMemoryError: bitmap size exceeds VM budget [1 Update] ProgressBar.setProgressDrawable bug [1 Update] how to make the tab view which like ASTRO Filemanager [1 Update] Google Maps and KMZ Files...Please help [1 Update] Disabling back button when the alert dialog box is on the screen [1 Update] about DRM 2.0 [1 Update] bug with notifyDataSetChanged() in ArrayAdapter ? [1 Update] Prevent application from showing up when dialing. [1 Update] App disappears from the Market after upgrade [1 Update] Android finishActivity() [1 Update] AlarmManager ceasing to function. Dropping single shot alarms. [1 Update] Repackaging Android System Classes in an application [1 Update] Strange behaviour with mediaplayer and seekTo (on start-up) [1 Update] application's persistent not work [1 Update] Topic: power manager (Light off) in android "Nandan ." <[email protected]> Jun 17 10:01AM +0530 ^ hi Richard i m running my application on device . any solution you find about this problem. i cant understand this line " I'm wondering if you have to officially install the package to get it more... Dianne Hackborn <[email protected]> Jun 16 11:13PM -0700 ^ Sorry, applications can't get this permission. You should see a message in the log when installing the app that it wasn't granted. -- Dianne Hackborn Android framework engineer more... Topic: Even with Min SDK version, building app against 2.2 breaks 1.5? Dianne Hackborn <[email protected]> Jun 16 06:56PM -0700 ^ > Is there a way to prevent aapt v2.2 from "automatically including the > appropriate minimum version for new configurations, so that older > platforms do not see them"? Explicitly supply your more... blab <[email protected]> Jun 16 08:55PM -0700 ^ Thank you Dianne, > This also causes devices with lower density screens to have to scale all of > your images, which can significantly impact performance. I strongly > recommend against this. more... Dianne Hackborn <[email protected]> Jun 16 11:11PM -0700 ^ > should not be any scaling happening as the object is already sitting > in memory. Therefore, no loss to performance during the gameplay. > Please correct me if I'm wrong. It very much depends more... Topic: Start an App via the Web haric zhu <[email protected]> Jun 17 01:41PM +0800 ^ You can use hooked javascript to call Activity for your website. 2010/6/17 Kumar Bibek <[email protected]> -- Best Regards Haric more... Dianne Hackborn <[email protected]> Jun 16 10:59PM -0700 ^ You can also build an intent: URI. Note that the browser automatically tacks the BROWSABLE category on to any such intents, so you can only reach activities that have explicitly said that support more... Topic: G1 Touch screen not working properly "pramod.deore" <[email protected]> Jun 16 10:55PM -0700 ^ Hi, everybody I have G1 Mobile. Today I realized that my mobiles touch screen not working properly , is this hardware problem? what should I do? Please help me. Thanks and Regards Pramod Deore more... Topic: Fix for OutofMemoryError: bitmap size exceeds VM budget haric zhu <[email protected]> Jun 17 01:47PM +0800 ^ Because the memory of cell phone is very limited, so when you are operating a bitmap it will take too much resource, it is no perfect way to avoid, the only thing you can do is to optimize it, like more... Topic: ProgressBar.setProgressDrawable bug haric zhu <[email protected]> Jun 17 01:39PM +0800 ^ Have you made an xml like default theme does? 2010/6/17 ls02 <[email protected]> -- Best Regards Haric more... Topic: how to make the tab view which like ASTRO Filemanager haric zhu <[email protected]> Jun 17 01:38PM +0800 ^ I think you can customize one, extends TabHost and change it's behavior 2010/6/17 Kumar Bibek <[email protected]> -- Best Regards Haric more... Topic: Google Maps and KMZ Files...Please help Tommy <[email protected]> Jun 16 10:37PM -0700 ^ Hey everyone, I am currently wanting to display radar loops from the NOAA in my app as an overlay... On my computer I have been able to get them to work using google earth. Is there a way to more... Topic: Disabling back button when the alert dialog box is on the screen beneesh baby <[email protected]> Jun 16 10:34PM -0700 ^ Hi, How to disable the back button when the alert box is on the screen .... I used onKeyDown function in the activity.....but when back button button is clicked it first cancels the more... Topic: about DRM 2.0 苗忠良 <[email protected]> Jun 17 01:23PM +0800 ^ hi: in Android 2.1,I find libdrm of the DRM 2.0 write in C\C++,but no find the Java interface for App, Who can tell me that Which releases of Android will support DRM 2.0 s officially. more... Topic: bug with notifyDataSetChanged() in ArrayAdapter ? skink <[email protected]> Jun 16 10:11PM -0700 ^ Kumar Bibek wrote: > You have to override the getCount method. Please go through the > examples to check how the Adapters work. when using ArrayAdapter you dont have to override any method - it more... Topic: Prevent application from showing up when dialing. Achanta <[email protected]> Jun 16 09:41PM -0700 ^ My application has an emergency button which dials 911 when clicked on. Every thing on the app is working fine. But I just discovered that whenever I try to add another call when I more... Topic: App disappears from the Market after upgrade jeffro <[email protected]> Jun 16 09:10PM -0700 ^ I'm also seeing this after recently updating my app. It is also using <uses-permission android:name="android.permission.BLUETOOTH"> Discussion on Android Market: more... Topic: Android finishActivity() mike <[email protected]> Jun 16 08:15PM -0700 ^ hi UD, thanks for your explanation. but this solution will not work for Blur Screen. i have tried it out before. if you starts Activity C (Blur Activity) like Intent i = new more... Topic: AlarmManager ceasing to function. Dropping single shot alarms. Robert Macaulay <[email protected]> Jun 16 09:28PM -0500 ^ > msTillNext is at least, say, 10, rather than smaller or negative. It > wouldn't be the first time that the docs were wrong, and it shouldn't > have any material impact on your actual app more... Topic: Repackaging Android System Classes in an application Dianne Hackborn <[email protected]> Jun 16 06:57PM -0700 ^ Don't do this. This is not a security issue at all; it just makes an app that will likely break itself. -- Dianne Hackborn Android framework engineer [email protected] more... Topic: Strange behaviour with mediaplayer and seekTo (on start-up) Mathias Lin <[email protected]> Jun 16 06:54PM -0700 ^ Furthermore, the problem described below also occurs when using a VideoView instead of a surface + mediaplayer. Below is the code for this example. (I am also wondering, why does VideoView not more... Topic: application's persistent not work Dianne Hackborn <[email protected]> Jun 16 06:53PM -0700 ^ Only apps built into the system image can be persistent. -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have more... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

