You cannot post messages because only members can post, and you are not currently a member.
Description:
Discuss developing Android applications using the Android framework. Get help with troubleshooting apps, advice on implementation, and strategies for improving your app's speed and user experience.
|
|
|
Android 2.0 SDK is here!
|
| |
Hello everyone! We've just announced the Android 2.0 SDK [link] If you already have the 1.6 SDK, note that you can simply use the SDK Manager to add Android 2.0 to your SDK. Make sure you also get the new SDK Tools (revision 3), as the SDK Manager in revision 2 (the one that... more »
|
|
Android SDK 2.0 Features.
|
| |
Hi,
Can any one tell about the Android SDK 2.0 Features not in the Android SDK
1.6?.....
what are the features?...
What are the benefits?...
-- Thanks & Regards
Sasikumar.S
|
|
wvga854 avd screen size problem?
|
| |
Hi, all
I have a problem with the wvga854 avd screen size. When my
application running on this avd, it does not use the layout-hdpi-v6,
but uses the layout-mdpi-v6.
To make it clearer, I add the below code. it prints that the screen
size of the wvga854 avd is 320x569 ! Why?
Display display = ((WindowManager) getSystemService... more »
|
|
DROID so buggy (OpenGL) -- and work around
|
| |
I found that on DROID OpenGL implementation acts very differently than
all other 1.5 and 1.6 phones.
Bug (1): I have a SurfaceView that has getVisibility() ==
VIEW.VISIBLE, but is completely hidden by another view. When I am in
portrait mode, and pull open the keyboard, the screen orientation does... more »
|
|
how to get domain name
|
| |
hi all,
I use webview to address the url link,
but I want to know how to get the url's domain name?
such as when I link to [link],
then I can get the "yahoo" domain name,
so how to do that?
thanks
|
|
Pixel Format Conversion in SF
|
| |
I am looking at the source code of a Camera Preview application and
learning that the preview buffers coming from the sensor is in YUV422
format. However, this preview frame is showed on the display in RGB.
Can someone please let me know where the pixel format conversion
happens? Is it inside Surface Flinger? If yes, can you please point... more »
|
|
File Download in Browser Emulator
|
| |
Good morning,
I'm trying to download a file in the Android Emulator using a download
servlet which I've written and deployed on my server. The servlet I
wrote simply copy the InputStream of the file (which is located in the
file system) to the servlet OutputStream.
Well the result is that the browser always says "Download... more »
|
|
Using the new startForeground vs the old setForground for services
|
| |
I have a couple of services in my application which need to be marked
as foreground to prevent them from being killed unnecessarily.
Currently I am building my application with the 2.0 SDK but I have
android:minSdkVersion="3"
android:targetSdkVersion="5"
in my manifest file so that I can support 1.5, 1.6 or 2.0 devices. I... more »
|
|
Enabling 'Immediately Destroy Activities' on the device
|
| |
Happy Thanksgiving!
Is there any way to enable this very useful setting programmatically
or otherwise? It would be very helpful for us to do this full
debugging on the device itself.
Looking in the DevTools code, I see this...
ActivityManagerNative.getDefau lt().setAlwaysFinish(mAlwaysFi nish);... more »
|
|
|