Re: [android-developers] Re: Intents for google maps

2009-12-01 Thread sreekanth nambu
Hi Geoffrey, Thanks very much for the help.The sample code you have send is running absolutely fine. Regards Srikanth Nambu On Mon, Nov 30, 2009 at 8:56 AM, Geoffrey Monté mgeoff...@gmail.com wrote: On 29 nov, 19:53, sreekanth nambu nambu.sreeka...@gmail.com wrote: Hi all I am

[android-developers] Re: Drawing a Nine Patch image

2009-12-01 Thread Jarett
You probably put some pixels that aren't 100% black or 100% transparent on it, but if you used the draw9patch tool it shouldn't have done that. Could you post the actual image? That might help make the problem more apparent. On Nov 29, 12:27 pm, Neilz neilhorn...@googlemail.com wrote: Hi all.

[android-developers] Re: china

2009-12-01 Thread goldust
No,and for now ,China mainland even can`t access the market. On Dec 1, 10:49 am, Andrei gml...@gmail.com wrote: i noticed somebody from China bought my app: P.R. CHINA in address field is China added for paid apps? -- You received this message because you are subscribed to the Google Groups

[android-developers] sliding image usging onDraw() and invalidate()

2009-12-01 Thread Walton
Hi all, I write a simple program that can slide image by finger touch. It seems to work fine but the edge of the image looks flickered when sliding. if anyone can help me to figure out that problem? thanks in advance, Walton here is the demo on Youtube:

[android-developers] Architectural design question

2009-12-01 Thread rastyrori
I have an application that requires about 24Meg of mp3 files as a core part of the app. If I store them in the /raw directory on the emulator, I run out of memory. I can store them on the SDcard, but my question is will they be included when I package the application for the marketplace, or do I

[android-developers] Re: Supporting Smaller Screen Sizes supports-screens

2009-12-01 Thread Brian Rak
Hi there. I too am trying to make use of the supports-screens manifest directive to support both newer and older phones, but I seem to be hitting a catch-22. In order to use supports-screens, you must build with the 1.6 SDK or higher. However, the output of such a build will not install on my

[android-developers] MediaController for a mp3 file

2009-12-01 Thread rastyrori
I'm having trouble finding examples of displaying a media controller (play, stop, rewind, ff) for an mp3 file. Is this possible? Seems to be only implemented for VideoView. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Need advice for implementing a custom listview with check boxes

2009-12-01 Thread cube innovations
Hi, Can anybody please advice me how to prepare a list view with check boxes with a white background and not using the inbuilt android.R.layout.simple_list_item_multiple_choice which will not allow images to place in the rows. -- You received this message because you are subscribed to the

[android-developers] Problems with Activity.finish()

2009-12-01 Thread Sujoy Ghosh
Hi, I have been facing problems to manage statics variables used in my android application. If we exit the application against a particular event (touch or key event -which is must for my app), all the statics variables are retaining the values when I am launching it again. I am invoking

[android-developers] [Android Developers ] GK : Error::while building the SDK open platform source

2009-12-01 Thread Jack Ganesh
Hi All, Am newly born for Android. Am trying to complie the Android platform. using make Am getting the following Error while building the SDK open source project . = frameworks/base/core/java/android/app/DatePickerDialog.java:112:

[android-developers] How to get phone usage statics

2009-12-01 Thread Zhang Cheng
Hi! I recently want to write an application which can show the user some phone usage information, which include voice call, GPRS, SMS/MMS, bluetooth, battery, etc. For example, how many calls is made a day, the battery discharge line, GPRS volums, and the like. Consider that some malware may use

[android-developers] [Android Developers] GK: How to generate android.jar using open source platform.

2009-12-01 Thread Jack Ganesh
Hi All, Can any one provide me the steps to generate android.jar using open source platform code. Cheers, Ganesh -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Need call to onLocationChanged() within user travel of 10/100m

2009-12-01 Thread Ruppin
Hi, I am developing a GPS based application, and for my application I need to get the current location, and also need to update the UI as and when the location changes. So for that I am using Location Manager and location listener package as follows, public class HelloMapViewSec extends

[android-developers] Re: passing multi dimensional string array between two actvities.

2009-12-01 Thread ravi pandit
dude..just make ur member fields static ..you wud be able to access from any other classes including the one subclassing Activity.. On Dec 1, 3:37 am, TonyDoc tony...@gmail.com wrote: is there a reason you cannot make the array public? On Nov 30, 5:55 am, pavan pavankumar.k...@gmail.com

[android-developers] Info required on call to onLocationChanged() functionality.

2009-12-01 Thread Arunkumar Ramalingam
Hi, I am developing a GPS based application, and for my application I need to get the current location, and also need to update the UI as and when the location changes. So for that I am using Location Manager and location listener package as follows, public class HelloMapViewSec extends

[android-developers] Add custom field and Quickcontact icon to addressbook in android

2009-12-01 Thread pierrot9684
Hi, Does somebody know if it is possible to add a custom field (let say group to organize contacts) to the addressbook of android phones. If yes, how to do it? How do we add an icon to the Quickcontact menu in addressbook? Thanks. -- You received this message because you are subscribed to the

Re: [android-developers] Iphone like tab view

2009-12-01 Thread killafr0gg
Dilli wrote: Hi all i want to develop application which UI should look like ( iphone view ) ie ( by clicking on tab item it's content (different views like list view, web view ,...) to be loaded ) currently i am using Tab view but i want my application view should be like iphone tab

[android-developers] Re: Start another activity with a broadcast intent

2009-12-01 Thread Adeem
Did you find the solution? On Nov 30, 12:19 am, Moritzz moritz...@googlemail.com wrote: Hi! I'm trying to start an activity out of a widget so I can't use the startActivity() function. So I'm trying to create the correct intent but I don't find what I'm missing. Here's my code:

[android-developers] Re: about close Location Manager service

2009-12-01 Thread jef
I have the same problem or I don't understand how to stop listening location change. I have a G1 and mLocationManager01.removeUpdates (mLocationListener01); work well but in emulator in version 1.6 and 2.0 the gps doesn't stop... And someone report me the same issue concerning my application

[android-developers] just another android rtp stack question

2009-12-01 Thread maxsap
Hello all, I am new in android developer and I would like to make a sip based application for this platform. In the signaling part I have found about jain-sip (used it) and sipdroid( any good tutorial? ) the problem starts when I want to stream data from a phone to a server. So the question is: Is

[android-developers] Re: Motorola Milestone not showing up in ddms / adb on Mac OS X Snow Leopard

2009-12-01 Thread Oliver
I have the same problem. On a MacBook Pro running Leopard (10.5.8). On Nov 25, 1:11 pm, 24z ralf.rottm...@gmail.com wrote: I've connected my (new) Motorola Milestone running Android 2.0 to an Intel iMac running the latest version of Snow Leopard. USB Debugging is enabled on the device.

[android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread steve
Why is it that many applications do not turn up for the tattoo? This is a serious failing. I have a tattoo for testing purposes, after checking out the marketplace I found numerous applications were not available via the marketplace. In general I find browsing app's far more difficult and

Re: [android-developers] Architectural design question

2009-12-01 Thread Dan Sherman
You don't really have an option to have them bundled at install time. Packages require that 4x the package size be available at install time, and many devices don't have that 96mb of space (much less, that amount unused) to even install it. - Dan On Tue, Dec 1, 2009 at 12:04 AM, rastyrori

[android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread Justin (Google Employee)
The issue is that your manifest file structure is incorrect. supports- screens should be a child of uses-sdk. Does the SDK throw a compile- time warning? We should probably throw an error here though. Cheers, Justin Android Team @ Google On Nov 30, 9:29 pm, tomei.ninge...@gmail.com

[android-developers] Re: Android 2.0 emulator (Droid skin) crawls

2009-12-01 Thread kanatacrude
I have the same issue. Eclipse 3.4.2 with the 2.0 SDK, ADT 0.9.4 . Android 2.0 emulation slow as molasses, 1.6 is fine. Hmm. Guess not too many people have this problem given the lack of replies... garnet On Nov 12, 11:07 pm, Jay-andro jayan...@gmail.com wrote: Is it just me or is everyone

[android-developers] Rfcomm (2.0 1.6)

2009-12-01 Thread Patrick
Hey, New here, hope to be in the right group. I'm trying to wrap my head around the new bluetooth API. As I understand the BluetoothSocket and ServerSocket classes, they need a UUID to encrypt the socket connection. While this is a nice feature, this doesn't allow me to use another device to

Re: [android-developers] How to get system preferences without having context

2009-12-01 Thread Mostafa Hajizadeh
Thanks for your advice, but let me explain my problem a bit further: We're localizing Android, and have added a calendar option (to select one beside the default Gregorian calendar) to the system preferences. We want it to affect all the applications (Messaging, Call log, ...), without changing

[android-developers] Monkey test tool

2009-12-01 Thread Steff
Hi I am running monkey test on my G1 with the following coniguration set with different seeds: # monkey -v -v --monitor-native-crashes 10 data/monkeylog.txt Unfortunately the crash reports are not piped to the file on the internal file system but are for some reason displayed in the adb

[android-developers] Questions about program structure for real-time games

2009-12-01 Thread edzah
I am having trouble understanding how threads, activities and renderers fit together. My current program structure is this: - main activity, nothing in it really, just initialising things. mGLView = new GLSurfaceView(this); mGLView.setEGLConfigChooser(false);

[android-developers] m3u playlist support in USB/MSC mode

2009-12-01 Thread pjople
Hey folks, I've noticed some odd behavior when manually maintaining .m3u playlist files on the Motorola Droid and HTC Hero. I can successfully create an .m3u file on the device (in the home directory as well as subdirectories) and the playlist will appear in the native media app. However, when I

[android-developers] Pick events from calendar?

2009-12-01 Thread Mo
Hi Everyone, I want to develop an application that pick events from the calendar then send them to contacts as text messages. Is this possible on Android? Many thanx in advance Mo -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: running sqlite3 commands from app?

2009-12-01 Thread chad ziccardi
On Dec 1, 2009, at 9:32 AM, dsukhram wrote: When I try to run the '.tables' command by doing the following: SQLiteDatabase db = this.openOrCreateDatabase(DB_NAME, MODE_PRIVATE, null); db.execSQL(.tables); Try this: db.execSQL(SELECT name FROM sqlite_master where type='table' and name

[android-developers] Re: Different screen sizes + API level

2009-12-01 Thread Donald_W
Thx for the answer, but what if I use SDK 1.6 but target is set to 1.5? On 30 Lis, 07:25, jeffro j...@trackaroo.com wrote: You'll need to specify which screen sized you support in your manifest file if you use SDK1.6. supports-screens           android:largeScreens=true          

[android-developers] getting soft keyboard to show for input field in a webview

2009-12-01 Thread sbunger
When a search screen is shown I request focus for an input field in a webview. From the onfocus handler for the input field I call into a java api to request that the keyboard be shown. Inside that java api I try the following code... InputMethodManager imm =

[android-developers] SecurityException on startActivity

2009-12-01 Thread Fabio
Hi, I have a problem when I call startActivity with some apps. This is the exception: java.lang.SecurityException: Permission Denial: starting Intent { action=android.intent.action.MAIN categories= {android.intent.category.LAUNCHER} flags=0x1000 comp= {com.acquamedia.widget.translator/

[android-developers] access voice data

2009-12-01 Thread Khalid
Hi All, Is it possible in android framework to encrypt/decrypt voice data? What I am thinking is when a call comes in, and before user picks it up another local application is activated, it then encrypts and decrypts outgoing/incoming voice data? Thanks -- You received this message because you

[android-developers] Droid or android 2.0 performance issues?

2009-12-01 Thread Jarrod Overson
I had been waiting to make the switch from the iphone to android until both some nice hardware was released and it had been out for a while for the initial usability issues to be resolved. The Droid is what made me take the plunge but I am *constantly* frustrated by what seems to be surprisingly

[android-developers] Latest Android ADT Preference Pane Not appearing in Eclipse

2009-12-01 Thread phirstube
I have installed the 32-bit Coca version of Eclipse Java IDE. When I try to install the Android ADT, I get no error, however it does not show up in my Eclipse - Preference Pane. I am running Mac 10.6, can anyone offer any support? -- You received this message because you are subscribed to the

[android-developers] Re: Can an Activity pause() rather than finish()?

2009-12-01 Thread DulcetTone
Dianne, your answers are often just the spur I need. I already had the data in such a place (a static list), and was under the misapprehension that when a root activity of an app went away, the app's entire process was cleaned up. This will work fine for me, but I will now want to spend some

[android-developers] Re: ADC2 rank

2009-12-01 Thread Michael Chips
Only Google can tell it... On 1 дек, 16:20, Georgios Galyfos yorg...@gmail.com wrote: hi, yeah please if anyone can clarify this please do! I think they are ranked from first to last too.. Also, does anyone know how many apps have entered the adc 2 in total? (if you know for each category it

[android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread Justin (Google Employee)
Sorry about that, I misspoke, the supports-screens tag is properly placed. In that case your app should be presented to Tattoo users, what's the name of it? Cheers, Justin Android Team @ Google On Dec 1, 12:50 pm, Justin (Google Employee) j...@google.com wrote: The issue is that your manifest

Re: [android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-12-01 Thread Dan Dumont
I'll update my project asap!Thanks for looking into this!! when we create the binder, do we need to verify that the account variable is for us? IE... will the intent be triggered for all providers, and we must figure out if the info is our or not? On Mon, Nov 30, 2009 at 2:35 PM, Jerry

[android-developers] Re: Multitouch support in Android 2.0

2009-12-01 Thread patrick
-for the pressure, when i use 2 fingers, the size 'detected' is sometimes suddenly enormous. about the finger limit, do you know if it will be the same for the htc hero when it will receive the 2.1 firmware update? btw, thanks for all these answers On Dec 1, 7:49 pm, Dianne Hackborn

Re: [android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread Michael MacDonald
Is this right? The documentation clearly says that supports-screens is a child of manifest. Justin (Google Employee) wrote: The issue is that your manifest file structure is incorrect. supports- screens should be a child of uses-sdk. Does the SDK throw a compile- time warning? We should

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-12-01 Thread Justin (Google Employee)
To return to the original topic of apps with the CAMERA permission not showing to Tattoo users, this is because you need to specify uses-feature android:name=android.hardware.camera / in your manifest as per http://developer.android.com/guide/topics/manifest/uses-feature-element.html . Tattoo

Re: [android-developers] Re: Multitouch support in Android 2.0

2009-12-01 Thread Dianne Hackborn
On Tue, Dec 1, 2009 at 1:25 PM, patrick patrick.boul...@gmail.com wrote: -for the pressure, when i use 2 fingers, the size 'detected' is sometimes suddenly enormous. That is exactly how the G1 and myTouch screen works -- when two fingers are down, the size is essentially seeing them as a

[android-developers] Re: ADC2 Results?

2009-12-01 Thread Piotr
Look at Market, on ADC2 app comments. If MOST of commenting users do not even knew WHERE the MENU button is (how to skip an app ? issue), then you already know, how highly proffesional the judgement process was. On 1 Gru, 16:17, Rmac ry...@me.com wrote: So ADC2 was more of a publicity effort

[android-developers] Develop app targeting both 1.6 and 2.0

2009-12-01 Thread yves...@gmail.com
I run into a problem. My app queries contact for phone numbers and emails. in 2.0 version, all apis regarding this are new. So, I can either compile my app targeting 2.0, which works for 2.0 version, but can't install on 1.6 phone; or I can set the target to be 1.6 which compile failed because it

Re: [android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread Dianne Hackborn
On Tue, Dec 1, 2009 at 7:21 AM, steve sbou...@gmail.com wrote: Why is it that many applications do not turn up for the tattoo? This is a serious failing. I have a tattoo for testing purposes, after checking out the marketplace I found numerous applications were not available via the

[android-developers] Re: Whenever i move out from an activity, which is in a task of singleTask, activtiy is being cleared up to root of the stack

2009-12-01 Thread Mark Wyszomierski
Hi Dianne, I guess I'm not understanding the default process creation method. Using a new project, with two activities, A and B (both have no custom flags set in the manifest, and Activity A is set as MAIN and LAUNCHER): 1) Launch the app from the app drawer 2) Have activity A start activity B.

[android-developers] Re: running sqlite3 commands from app?

2009-12-01 Thread dsukhram
Thanks for your reply Chad. However I was just using the '.tables' command as an example. What I really need to do is run the '.read' command in order to load data into my db On Dec 1, 1:21 pm, chad ziccardi c...@digitalfreaks.org wrote: On Dec 1, 2009, at 9:32 AM, dsukhram wrote: When I try

[android-developers] Re: ADT installation on Ubuntu 9.10

2009-12-01 Thread boyjunkie
Hi Christine and dmtrlbdv, Thanks for your inputs. I installed GEF from Eclipse site (http:// www.eclipse.org/gef/downloads/ - GEF + Draw2D SDK (Runtime + Source)) and now I am able to install the ADT succesfully. Hi Lee, I tried to update Eclipse, but it didn't work and had to use the

[android-developers] Re: Pickup a phone contact under the emulator

2009-12-01 Thread brian
+1. Getting the same problem E/AndroidRuntime( 102): Uncaught handler: thread main exiting due to uncaught exception E/AndroidRuntime( 102): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.SYNC_SETTINGS (has extras) }

[android-developers] Re: Specifying SeekBar colors in layout file ...

2009-12-01 Thread Mark Rosenberg
Thanks for the example. Still not clear on how to proceed. Can I override the stuff in Android's built-in progress_horizontal.xml? Do I create an replacement layer-list? If so, how do I tie it into my SeekBar XML declaration? Or should I be looking at building my own ProgressBar subclass? On Nov

[android-developers] Re: Iphone like tab view

2009-12-01 Thread String
On Dec 1, 11:40 am, Dilli dilliraomca...@gmail.com wrote: i want to develop application which UI should look like ( iphone view ) currently i am using Tab view  but i want my application view should be like iphone tab view suggest me how can i do it ?? If you want your app to use the

[android-developers] Re: why is my app asking to access phone calls and storage?

2009-12-01 Thread Max Binshtok
Can anyone please confirm this: I realized that because I was installing the app directly from the .apk file instead of the market, the Phone Calls and Storage permissions always come up. When it is put on the Market, they are gone. Don't think this was intended, but setting targetSdkVersion

Re: [android-developers] Re: Whenever i move out from an activity, which is in a task of singleTask, activtiy is being cleared up to root of the stack

2009-12-01 Thread Dianne Hackborn
On Tue, Dec 1, 2009 at 1:46 PM, Mark Wyszomierski mar...@gmail.com wrote: I guess I'm not understanding the default process creation method. Fwiw, what we are talking about has absolutely nothing to do with processes. Please make sure you read this starting at Activities and Tasks:

Re: [android-developers] Rfcomm (2.0 1.6)

2009-12-01 Thread Nick Pelly
On Tue, Dec 1, 2009 at 8:11 AM, Patrick lordthunder...@gmail.com wrote: Hey, New here, hope to be in the right group. I'm trying to wrap my head around the new bluetooth API. As I understand the BluetoothSocket and ServerSocket classes, they need a UUID to encrypt the socket connection.

[android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread blindfold
Thanks, I had not yet seen the fine print yet reading Any application that requests the CAMERA permission but does not declare any camera features with the uses-feature element will be assumed to use *all* camera features (such as auto-focus). Thus, the application will not be compatible with

Re: [android-developers] SecurityException on startActivity

2009-12-01 Thread Dianne Hackborn
It looks like for some reason their manifest has declared that you need the internet permission to be able to start it. This is probably a mistake in their app, but it turns out this permission is one any app can have so you -could- request it. Because the exception you are showing does not

Re: [android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread Dianne Hackborn
Yep. On Tue, Dec 1, 2009 at 2:30 PM, blindfold seeingwithso...@gmail.com wrote: Thanks, I had not yet seen the fine print yet reading Any application that requests the CAMERA permission but does not declare any camera features with the uses-feature element will be assumed to use *all*

Re: [android-developers] Re: Different screen sizes + API level

2009-12-01 Thread Dianne Hackborn
The preferred way is to set android:targetSdkVersion=4, in which case the defaults will all be true for supports-screens so you only have to set that if you want to explicitly not support something. And you can set android:minSdkVersion=3 or whatever to allow the app to still run on older

[android-developers] Re: AutoCompleteTextView and setText()

2009-12-01 Thread Klaus Kartou
Still stuck with this issue. Is it even correct behaviour of the AutoCompleteTextView to show the pop-up when setText() is being called? On Sun, Nov 29, 2009 at 1:23 PM, Klaus Kartou kar...@gmail.com wrote: I tried to call setText before filling data into the CursorAdaptor, but this isnt a

Re: [android-developers] Problems with Activity.finish()

2009-12-01 Thread Dianne Hackborn
Please do not use System.exit(). Your process is kept around after the user exits, by design, so it doesn't need to be re-initialized if they return to it soon after. This is the way things are supposed to work. If you have lots of data in statics, you should add something to remove the

Re: [android-developers] How to get phone usage statics

2009-12-01 Thread Dianne Hackborn
Sorry, there is no API for this. On Tue, Dec 1, 2009 at 1:11 AM, Zhang Cheng stephen...@googlemail.comwrote: Hi! I recently want to write an application which can show the user some phone usage information, which include voice call, GPRS, SMS/MMS, bluetooth, battery, etc. For example, how

[android-developers] Re: JNI Call Bridge

2009-12-01 Thread fadden
On Nov 30, 9:15 pm, Suchand Ghosh chand4andr...@gmail.com wrote: Here, these types are interchangeable. You can use jint where you normally use an int, and vice-versa, without any typecastinghttp://en.wikipedia.org/wiki/Typecastrequired. ...sometimes. On current Android systems, int and long

Re: [android-developers] Re: Supporting Smaller Screen Sizes supports-screens

2009-12-01 Thread Dianne Hackborn
What in the world are you doing? An application that is built against 1.6 will definitely run on 1.5, as long as you are careful about how you use 1.6 APIs and set your minSdkVersion to 3. Getting link errors is something much deeper -- do you have native code in your app? If so, is it actually

Re: [android-developers] Getting an asset outside of main Activity

2009-12-01 Thread Dianne Hackborn
You say you are -instantiating- an AssetManager? Generally what one does is just hand the Context to whatever function needs to access resources/assets/whatever, and let it retrieve what it needs from that. Context is the main handle on the information about your app. Do be sure, though, if you

[android-developers] Re: Contact Picking on Motorola Cliq (1.5)?

2009-12-01 Thread suzanne.alexandra
I tried it on a CLIQ and reproduced the error. I've notified the product team and will let you know if there's a solution. -- Suzanne Alexandra Motorola http://developer.motorola.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-12-01 Thread blindfold
Argh, thanks! I now found the small print in the documentation that implies this, and have added uses-feature android:name=android.hardware.camera / to my manifest such that as of now my app should be visible to HTC Tattoo users (I have no Tattoo myself). My app sometimes uses autofocus but also

[android-developers] Android 2.0 Review

2009-12-01 Thread Vassilios Kirellous
Hi, I've just been playing around with the Android 2.0 SDK.. its not bad at all.. I've written a review here: http://www.mobilesoftee.com/index.php?action=blog_view_articleArticleID=4 I'd love to have your comments/reviews on this. You're all professional developers, and I'm just curious as to

[android-developers] Resolution specific graphic packages

2009-12-01 Thread Michael Bollmann
Currently i could provide WVGA graphics for my application but if i do the HVGA devices would run out of internal memory so instead i use HVGA graphics and scale them on WVGA devices. Are there any plans to change that so that a device only downloads the graphics it needs? Or as workaround are

[android-developers] Re: adding voice search

2009-12-01 Thread schwiz
I have seen plenty of other apps do this can anyone at all please point me to the documentation for this!! On Dec 1, 2:22 pm, schwiz sch...@gmail.com wrote: bump On Dec 1, 12:53 am, schwiz sch...@gmail.com wrote: I want to add a voice search button to one of my apps but I can't seem to

[android-developers] Re: Resolution specific graphic packages

2009-12-01 Thread Jack Palevich
One possible work-around (which I used for my Quake port) is to have the application manually download the graphics to a manually-managed directory on the sdcard. See the Downloader activity here: http://android-developers.blogspot.com/2008/09/three-new-samples-triangle-spritetext.html The main

[android-developers] android 1.5 installing older version over newer version really messes you up

2009-12-01 Thread sdphil
we have discovered something very strange that we're seeing with android 1.5 phones (hero and eris in particular). it seems like if you install an older version of an app over a newer version of the same app, after you reboot your phone, if you launch the app, you will get the newer version of

[android-developers] Re: How to set tooltip to a button

2009-12-01 Thread HeHe
yes, it it possible. i used PopupWindow and TextView together. On Dec 1, 4:43 am, saikiran n saikiran@gmail.com wrote: Hi, I want to set tool tip to a Button.. Is it possible in android if so please give me some sample code -- You received this message because you are subscribed to the

[android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread tomei.ninge...@gmail.com
After I rebuilt my app a few times w/o change the AndroidManifest.xml, my user told me now he can see it on the Android market. This seems a bit strange, but I am happier now. SoftwareForMe.com wrote: I guess Google expects others to fill the void and build business around the services we all

[android-developers] Re: Whenever i move out from an activity, which is in a task of singleTask, activtiy is being cleared up to root of the stack

2009-12-01 Thread Mark Wyszomierski
Hi Dianne, The default behavior is what I'm going for - but I'm just not seeing that - I made this small test app - it just has two activities. I start the app from the app tray. Then have the first activity launch the second activity. I hit the home button to put the app in the background. When

Re: [android-developers] Re: Whenever i move out from an activity, which is in a task of singleTask, activtiy is being cleared up to root of the stack

2009-12-01 Thread Dianne Hackborn
I don't know what you are doing. If you try one of the sample apps like ApiDemos you will see this works fine. On Tue, Dec 1, 2009 at 4:18 PM, Mark Wyszomierski mar...@gmail.com wrote: Hi Dianne, The default behavior is what I'm going for - but I'm just not seeing that - I made this small

Re: [android-developers] android 1.5 installing older version over newer version really messes you up

2009-12-01 Thread Dianne Hackborn
This is a bug specific to some of HTC's version of Android, which I think they have fixed in the most recent update. You can search this group for a long discussion on the issue. On Tue, Dec 1, 2009 at 4:03 PM, sdphil phil.pellouch...@gmail.com wrote: we have discovered something very strange

Re: [android-developers] Android 2.0 Review

2009-12-01 Thread Dianne Hackborn
Um. they do themselves repeated injustice by presenting their technology on very weak hardware specifications What is Droid? The Vibrate on Keypress - where did we see this before? Its very similar to the HTC Hero. Actually it's been a feature of the standard platform IME since its first

[android-developers] Re: ADC2 Results?

2009-12-01 Thread CraigsRace
Lets not forget that the Google judges accounted for 60% of the final score. So one would have hoped that would have cleaned up the results a little. On Dec 2, 8:35 am, Piotr piotr.zag...@gmail.com wrote: Look at Market, on ADC2 app comments. If MOST of commenting users do not even knew

[android-developers] Re: Unexpected Resumes Running Under 2.0

2009-12-01 Thread Matt Kanninen
On Oct 29, 1:08 pm, Nmix nepean...@gmail.com wrote: Elsewhere in the log, I found something in the logs put out by the system process that from their timestamp may be correlated with the uninstall/install process initiated by ADB: 10-29 20:33:14.391:

Re: [android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-12-01 Thread Dan Dumont
Drat...I don't want to build 2.1... I thought the droids ran 2.0? anyway...I updated the project. Please let me know if it works :) I get an error still in the 2.0 emulator... 12-01 19:54:36.454: ERROR/AndroidRuntime(93): android.content.ActivityNotFoundException: No Activity found

Re: [android-developers] Re: Unexpected Resumes Running Under 2.0

2009-12-01 Thread Dianne Hackborn
On Tue, Dec 1, 2009 at 4:58 PM, Matt Kanninen mathias...@gmail.com wrote: I am curious about these Resources don't contain package for resource number messages. What do they mean? I am seeing them on my Droid. They mean someone (and it is typically the system process) is trying to retrieve

Re: [android-developers] How to set tooltip to a button

2009-12-01 Thread Dianne Hackborn
Android doesn't have tool tips. They don't make a whole lot of sense on a touch interface, where you can't really hover over a control. On Tue, Dec 1, 2009 at 4:43 AM, saikiran n saikiran@gmail.com wrote: Hi, I want to set tool tip to a Button.. Is it possible in android if so please

[android-developers] Re: Resolution specific graphic packages

2009-12-01 Thread Michael Bollmann
In my opinion this would introduce an unnessecary management overhead if ressources become version and/or language dependant so i would prefer to find a more elegant solution. On 2 Dez., 00:02, Jack Palevich jack.palev...@gmail.com wrote: One possible work-around (which I used for my Quake port)

[android-developers] Re: Whenever i move out from an activity, which is in a task of singleTask, activtiy is being cleared up to root of the stack

2009-12-01 Thread Mark Wyszomierski
Ok so the sample app code above should be producing the default behavior though, right? This is happening on a mac running 1.5. I did a fresh install of the SDK and the test app on a windows machine here, and it works as you described on that machine (always resumes instance if running in

Re: [android-developers] Re: Whenever i move out from an activity, which is in a task of singleTask, activtiy is being cleared up to root of the stack

2009-12-01 Thread Dianne Hackborn
Monkey may be doing odd things. Tasks are matched by intent, so if you build different intents you will be launching different tasks. On Tue, Dec 1, 2009 at 5:33 PM, Mark Wyszomierski mar...@gmail.com wrote: Ok so the sample app code above should be producing the default behavior though,

[android-developers] Re: GK: How to generate android.jar using open source platform.

2009-12-01 Thread NoraBora
After you build the whole source, you can find mydroid/out/target/common/obj/JAVA_LIBRARIES/ android_stubs_current_intermediates/javalib.jar it is same as android.jar. just rename and use it. or just 'make sdk'. On Dec 1, 6:22 pm, Jack Ganesh ganesh...@gmail.com wrote: Hi All, Can any one

[android-developers] Re: Specifying SeekBar colors in layout file ...

2009-12-01 Thread NoraBora
You don't have to make any subclasses. make your_progress_horizontal.xml under drawable directory and use it in your_layout.xml like this. SeekBar android:id=@+id/SeekBar01 android:layout_width=fill_parent android:layout_height=wrap_content

Re: [android-developers] How to get the event when the user installing an application.

2009-12-01 Thread feng tian
Thank you very much for you patient answer, I found the proper broadcast intent for that event. BR, Feng. 2009/12/2 Dianne Hackborn hack...@android.com I am repeating myself here. There are broadcasts sent for this stuff -- look at Intent for them. You can receive them to find out when it

Re: [android-developers] Re: about close Location Manager service

2009-12-01 Thread Hong
i found that MyLocationOverlay is also a location listener. removed that and all is good... On Tue, Dec 1, 2009 at 8:33 AM, jef jean.francois.garr...@gmail.com wrote: I have the same problem or I don't understand how to stop listening location change. I have a G1 and

[android-developers] Re: Android in China - What is going on?

2009-12-01 Thread shimsim
Hi westmeanboy, i was also under the impression that unicom is already compatible with some current android handsets, but even if they are not, its going to happen soon: http://www.microvoip.com/english/Carrier/200912/108903.html Thanks for the suggestion Michael, unfortunately my current grasp

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-12-01 Thread rflexor
Hi, thanks for participating in this thread, Justin! I have gathered that here in Germany we have Milestones sold by Vodafone for their network and free Milestones usable in any network. Currently, from what I read in the forums, those from Vodafone are able to see copy protected apps, others

[android-developers] Video playing error : video from a URL

2009-12-01 Thread WrVishnu
Below is the code i try to play video from the url , but am getting an error canot stream this video XML ?xml version=1.0 encoding=utf-8? AbsoluteLayout android:id=@+id/media android:layout_width=fill_parent android:layout_height=fill_parent android:background=#00

Re: [android-developers] Video playing error : video from a URL

2009-12-01 Thread Mark Murphy
am getting sorry this video is not valid for streaming There is nothing wrong with your code -- the video simply is not valid for streaming. If this is an MP4 file, you need to make sure the MOOV atom is before the first MDAT atom:

[android-developers] How to draw a Bitmap Image?....

2009-12-01 Thread Sasikumar.S
Hi, Any one know about how to draw a bitmap image?... thanks in advance -- Thanks Regards Sasikumar.S -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] How to draw a border like each row in a list view

2009-12-01 Thread n179911
Hi, Between each row in list view, android draw a horizontal line (fades away at both ends). If I have a LinearLayout view, how can i add a border like that? Thank you. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Accessing contact's phone numbers

2009-12-01 Thread Bonifaz
I still don't know how to query Facebook contacts and their phone numbers. Could please someone give me a hint about this. If I query Contacts.CONTENT_URI, it returns all contacts but not Facebook contacts. -- You received this message because you are subscribed to the Google Groups Android

<    1   2   3   >