android

Which Android Development blogs you follow

Hi, which are the top Android development blogs that you follow. Please do not mention forums or general android products blogs ...

Autorespond to SMS recievd through broadcast recievr?

Hai friends, I am doing application on autoresponder , i mean , am recieving sms and sending reply automatically , where user choose when he is busy ? my problem is , in broadcast reciever , after recieving sms , i put a toast , where user has to respond whether to respond or not ? after clicking ok , he has to send reply ? so please he...

android twitter application

can anyone explain how far twitter application has been implemented in andorid ...

How to compile the com.android.sdk package?

I am working on windows with JDK, Android SDK and eclipse set successfully. I download the com.android.sdk package from: http://android.git.kernel.org/?p=platform/packages/apps/Stk.git;a=summary But when I import the project to the eclipse, errors happen everywhere. Mostly is about the com.android.internal.telephony.gsm.stk.something can...

What is Android PDK??

Android SDK is used to build the Java Apps. Android NDK is used to build the Native part of the Android Application. Then what is Android PDK? Is PDK refer the target tool chain? Please throw some light one this. ...

Camera doesn't work on android 2.2

In Android SDK and AVD Manager, I created a new android virtual device as following: Name: myavd Target: Android 2.2 - API Level 8. SD Card: 50MiB. Build-in: Default (HVGA). Hardware: Abstracted LCD density 160. After starting this device, I can't take a picture from build-in camera. The following is the error and exception. The app...

How can I find why Android market is filtering my app on certain phone

Hi guys, we have an app for Android called OnTheRoad (market://search/?q=pname:eu.inmite.prj.otr.aclient ), but for certain reason, it is not visible if I access Android Market from Vodafone 845 phone (Huawei Joy). The phone has QVGA screen resolution and runs Android 2.1 system. The app is 1.5+ compatible and has enabled support for s...

Sharing Android NDK Lib

The Native Code of the Android application is going alone with application as lib file in the APK file. Suppose if I want to share a native code between two different applications, Is there any trick avail apart from the below: Adding the lib with every application Copy the lib in to system/lib folder and dynamically link it with appli...

[Android 1.6]How to display GIF animation on Webview

Hi all, i have problem when display GIF Animation in webview, anyone can recommend solution for this problem. Thanks. ...

Android: Optimize for high-dpi devices only but still support (small- and) medium-dpi screens

I'm building a game with graphic assets in hdpi resolutions (hence I put the files in drawable-hdpi directory). I don't want to have a corresponding mdpi resolution of the images, and I will code everything in 240-dpi based pixel coordinates. Is it possible to still allow mdpi and ldpi devices to run the app, by automatically scaling th...

Countdown Timer required on Android

Here is the link where i have discussed about a countdown timer of format(mm:ss) in Java: http://stackoverflow.com/questions/3491027/java-console-code-for-stopwatch-timer Now i want to display (and update) it in a textview in android. Any clue? ...

Bi-directional Scrolling in Android

Referring Romain Guy's & Adam Powell's talk "The World of ListView", in the QA section, one person wants to implement Bi-directional Scrolling ListView. They advise him to have a look at implementation of Workspace.java. Can anybody help me understand this source code. Which piece of code in Workspace.java is doing Bi-directional Scroll...

First 6 ListView elements are continuously being invoked with getView()

When I check my logs, when using ListView, I see, that getView() method of a custom adapter is continuously invoked on first 6 elements, even if I scroll to the very end of the list. Has anyone seen behaviour like this? ...

Android - How to intercept the 'Install application' intent

OK, so not entirely sure this is possible... But trying to write an application so that I can run some code before any of the following activities are performed. 1) APK is downloaded from web and market launches installer 2) Install button is pressed on android market Is it possible to intercept and prompt on these events, or has Goo...

How to start an smsSenderactivty in Broadcast Reciever ?

I am recieving sms , through Broadcast reciever and poping a toast about sms, thean in other class i had smsSenderActivity ? i have to call that Activity when i click Ok on toast that poped , when sms comes ? How do i call smssender Activity ? ...

How to get InputStream of an https, chunked Push Servlet?

I spend three days in find out how I can connect to an https chunked push servlet and get an inputstream. The connection with HttpsURLConnection works and also with HttpClient but in every programmed code, when I try to get the InputStream of this servlet, this line blocks! No error, no exception, nothing. The debugger only stops at this...

How to pass a value from one Activity to another in Android?

I have created an Activity with a AutuCompleteTextView[ACTV] and button. I enter some text in the ACTV then press the button. After I press the button I want the Activity to go to another Activity. In the second Activity I just want to display the text entered in ACTV(of the first actvity) as a TextView. I know how to start the second...

javascript version in Android

Hi all, I want to know the version of Javascript that is supported by the WebView in Android 1.6. Thanks in advance, Parth Mehta ...

how to load part of the layout content alone.

Friend's I need help on loading the content alone in my page without going to new page when i selected the scroll menu. **> I have an 1. header layout and 2. framelayout in another xml file have declared Listview and it also have tabhost and also have gallery view for scroll menu. 3. conten...

How do i know when my app is going to kill....

Hi, I am working on Gps based application which runs all the time in background. But in extreme low memory case(or when i open many apps) my app is killed by the android system. I want to relaunch my app when it is killed by android system.I google it for this but don't get any solution.Any help would be appreciated. Thanks ...