[android-developers] Disable screen compatibility mode in API level 8

2012-02-08 Thread Lily
I have developed an app with API Level 8 (2.2). It has to work on all the tablets with platforms ranging from 2.2 to 3.2. I have provided alternate resources for all the screen sizes. It works fine for all the platforms except for 3.2. The new feature 'Zoom to fill screen' force closes my app. To

Re: [android-developers] what's wrong with this http post to server code?

2011-06-26 Thread lily
Have you add the internet permission in manifest like this? android:name="android.permission.INTERNET"> ? 2011/6/27 11:10, ??? ??: I use deflater to compress string data. It works fine on java console project, but while running on android enviroment, server will report "buffer error" problem a

[android-developers] Difference between Android Service and Content Provider

2010-08-19 Thread Lily Zhang
be a Content Provider). What will be the fine line between Service and Content Provider? Newbie in Android, and any suggestion is welcome. Lily -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

Re: [android-developers] startActivityForResult error

2010-05-27 Thread MiSs LilY flower
i don't know actually sorry may i need to read more about Java Oriented 2010/5/27 Tommy > Have you added the activity to the manifest file? What errors are you > getting? > > -Original Message- > From: android-developers@googlegroups.com > [mailto:android-develop...@googlegroups.com] On