[android-developers] google maps Change voice turn-by-turn

2011-12-10 Thread amit
Hello friends, i have a issue in android google map application. want to ask can we change voice on google map turn-by- turn(By default it Turn Left and Turn Right). but i want to change it with my voice can it possible with any other support or it can done with android

[android-developers] Re: DataBaseHelpers and multiple tables?

2011-12-10 Thread petter
On Dec 9, 4:43 pm, Chris crehb...@gmail.com wrote: On Thursday, December 8, 2011 3:38:51 PM UTC-5, petter wrote: No guidelines or code samples for using databases with multiple tables? Simple.  Eg:, from the link you gave: For example to run a query() you can do the following:  return

[android-developers] Memory Leak problem (about activity background)

2011-12-10 Thread Ken Yang
Hi!! Dear All, I have an app that contains many Activity. (ex: i got 10 Activity which be named a1,a2,a3,a10) and all of the Activity(a1,a2,a3a10) have background like this. LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:background=@drawable/bg_normal

[android-developers] Re: Dialog and Android lifecycle on ICS (Galaxy Nexus)

2011-12-10 Thread Royston
Dianne, I do only ever have one displayed at a time but as mentioned I was only dismissing them rather than removing them so obviously not removing from the map. I am removing them now as mentioned so my problem has gone away. I do notice quite a few questions on google relating to multiple

[android-developers] Removals from Dubai

2011-12-10 Thread unionmoversuae
Welcome Enjoy world-class moving services at local rates! www.unionmoversuae.com Union Mover Dubai is the moving company created to make your moving experience a stress free one. Our focus is on top notch customer service, and fast, professional moving services. We aim to offer our customers the

[android-developers] using fonts with canvas paint

2011-12-10 Thread John Goche
Hello, I have a couple of font-related questions I would like to ask. 1. I would like to use 16pt or 24pt SANS BOLD fonts on my android application's canvas. I wonder what the procedure is to use these. Do I need to install the TrueTypeFont (TFF) file for this font. Where do I download this from

Re: [android-developers] How can I cache Google Maps tiles using Android SDK?

2011-12-10 Thread Mark Murphy
On Sat, Dec 10, 2011 at 2:19 AM, Alexey Zakharov alexey.v.zaha...@gmail.com wrote: I want to implement Download map area feature like official Google Map application. Is it possible or not? It is not possible, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] google maps Change voice turn-by-turn

2011-12-10 Thread Mark Murphy
That application is not open source, sorry, so you cannot change it. On Sat, Dec 10, 2011 at 3:04 AM, amit amitsha...@gmail.com wrote: Hello friends,                        i have a issue in android google map application. want to ask can we change voice on google map turn-by- turn(By default

[android-developers] Re: google maps Change voice turn-by-turn

2011-12-10 Thread lbendlin
The Google Maps application is closed source. You cannot change anything there. -- 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 unsubscribe from this group, send

[android-developers] Re: Locking Screen with Broadcast Receiver

2011-12-10 Thread lbendlin
Looks like you have programmatically declared the broadcastreceiver in an activity. Instead, create a separate broadcastreceiver class and list it in the app manifest. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] How to reduce the size of image in (kb) from Camera onpreviewframe???

2011-12-10 Thread muhammad.ume...@hotmail.com
Hi, My requirement is to save the space on SD Card, so i want to create an app to take picture of size 1kb, is it possible, and if it is possible then what can i do. Thanks and Regards, umer -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Eclipse and the ADT 15.0.1 Install

2011-12-10 Thread rayj00
On Dec 9, 6:49 pm, rayj00 ray...@yahoo.com wrote: I am trying to install the ADT 15.0.1 plugin for Eclipse but I am having problems, I installed thehttp://www.eclipse.org/downloads/packages/eclipse-ide-java-developers... as well as Eclipse Classic 3.7.1,  and have the same issue with both:

[android-developers] Re: Should I buy my own apps?

2011-12-10 Thread sblantipodi
Please explain me the rule. The market says that a developer can't use his own apps on how own phone if the app is using LVL? Is there a way that I can use my app on my phone also by paying without the needs to create a specific apk for my phone without the LVL? Thanks. On 10 Dic, 08:09,

Re: [android-developers] Recommended reading to learn Java for Android

2011-12-10 Thread Tony Houghton
On Fri, 9 Dec 2011 18:49:45 -0500 Kristopher Micinski krismicin...@gmail.com wrote: On Fri, Dec 9, 2011 at 11:37 AM, Tony Houghton h...@realh.co.uk wrote: [Snip] Any recommendations? I think the general advice that is given in this situation is that Java isn't all that hard to learn.

[android-developers] Re: Eclipse and the ADT 15.0.1 Install

2011-12-10 Thread rayj00
On Dec 10, 8:06 am, rayj00 ray...@yahoo.com wrote: On Dec 9, 6:49 pm, rayj00 ray...@yahoo.com wrote: I am trying to install the ADT 15.0.1 plugin for Eclipse but I am having problems, I installed thehttp://www.eclipse.org/downloads/packages/eclipse-ide-java-developers... as

[android-developers] Re: Should I buy my own apps?

2011-12-10 Thread String
On Saturday, December 10, 2011 2:16:31 PM UTC+1, sblantipodi wrote: Please explain me the rule. I'm not aware of this rule being formalized anywhere in the dev docs, though you're welcome to trawl through http://www.android.com/market/terms.html and look yourself. However, it's been known

[android-developers] Re: How to reduce the size of image in (kb) from Camera onpreviewframe???

2011-12-10 Thread lbendlin
take the picture, then transform it to the required size and save as jpeg with the appropriate level of compression. What have you tried? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: splash screen

2011-12-10 Thread John Goche
On Wed, Dec 7, 2011 at 10:18 PM, rich friedel rich.frie...@gmail.comwrote: Yeah, create an AsyncTaskhttp://developer.android.com/reference/android/os/AsyncTask.htmland do your loading/building stuff in that. You can even post a message back for the dialog in the

[android-developers] Re: Should I buy my own apps?

2011-12-10 Thread Dancing Fingers
So how do you demo, or show your friends your app on your own device? Just curious. Chris -- 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 unsubscribe from this

[android-developers] Realt-time video encoding

2011-12-10 Thread Peter Staab
Hi, I want to encode image data into a video in (close-to) real-time on an Android device (server-based encoding is not possible). After doing some research it seems as if using ffmpeg is the only solution which might work on performant devices. Has anyone experience with this topic and can

[android-developers] Re: Should I buy my own apps?

2011-12-10 Thread Jose_GD
To install your own paid apps: adb -d install /path/to/app.apk where /path/to is the local path in your system where resides your app's .APK. You must have your device connected via USB. HTH, José -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Execute code when device is turned back on.

2011-12-10 Thread Thomas Economous
I would use a broadcast receiver and register it for a broadcast action like android.intent.action.SCREEN_ON. When the receiver gets the broadcast action it would then call a service to start your activity. You could also try to use the broadcast action android.intent.action.SCREEN_OFF if you

Re: [android-developers] Re: splash screen

2011-12-10 Thread John Goche
The site http://android-developers.blogspot.com/2009/05/painless-threading.html by Romain Guy suggests taking a look at the Shelves application accessible via subversion to learn about AsyncTask. However when I do a $ svn checkout http://shelves.googlecode.com/svn/trunk/ shelves-read-only there

Re: [android-developers] Re: Should I buy my own apps?

2011-12-10 Thread TreKing
On Sat, Dec 10, 2011 at 8:27 AM, String sterling.ud...@googlemail.comwrote: Please explain me the rule. I'm not aware of this rule being formalized anywhere in the dev docs I recommend anyone publishing on the Android Market read the Market documentation (yes, it exists!).

Re: [android-developers] Re: Should I buy my own apps?

2011-12-10 Thread Nikolay Elenkov
On Sun, Dec 11, 2011 at 12:44 AM, Dancing Fingers batym...@gmail.com wrote: So how do you demo, or show your friends your app on your own device? On newer version of the Market app, you can use multiple accounts. Switching to a different account may (haven't tried) let you but the app. That

Re: [android-developers] Execute code when device is turned back on.

2011-12-10 Thread Mark Murphy
On Fri, Dec 9, 2011 at 7:46 AM, Bamboomy sander.theeta...@gmail.com wrote: The idea is to implement a lock for android that requires a code to unlock your device. This is already implemented by the OS. You do not need to write one yourself, and anything you do at the SDK level can be trivially

[android-developers] Re: DataBaseHelpers and multiple tables?

2011-12-10 Thread Chris
On Saturday, December 10, 2011 4:06:03 AM UTC-5, petter wrote: in the latter one have to ensure the different Adapter/OpenHelper's implements consistency between the different tables. A single helper for multiple tables seems like a bad idea due to poor encapsulation. -- You received

Re: [android-developers] Re: DataBaseHelpers and multiple tables?

2011-12-10 Thread Nikolay Elenkov
On Sun, Dec 11, 2011 at 2:11 AM, Chris crehb...@gmail.com wrote: On Saturday, December 10, 2011 4:06:03 AM UTC-5, petter wrote: in the latter one have to ensure the different Adapter/OpenHelper's implements consistency between the different tables. A single helper for multiple tables

[android-developers] Compound drawable in CheckedTextView

2011-12-10 Thread olko
I would like to display a drawable on the left side of text in a CheckedTextView. The whole thing looks like this: AlertDialog ListView (set with setSingleChoiceItems) ListAdaper items CheckedTextView ... CheckedTextView In onPrepareDialog() I do the following:

[android-developers] Re: Suspended app

2011-12-10 Thread Bryan Stinchfield
I think i put my analogy up here wrong. It would be like getting puled over by a cop but the speed limit sign says to stay within the limits of the written rules, the rules are not clear on what the speed limit is and where the line is drawn between going over it and under it, and if you do get

[android-developers] Re: Problems reading/writing to SQLite db on SD card.

2011-12-10 Thread MarkG123
On Dec 9, 1:53 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: Try on a different device, to check if you are hitting some firmware bug. Have you tired creating the android metadata table manually (with sqlite3, before you try to use it in Android)? create table

[android-developers] Changing action item icons in differently styled split action bar

2011-12-10 Thread David Wu
Hi there, ICS has introduced the split action bar. I would like to know if there is a way to programmatically choose which action item icon to display based on whether it will be in the non-split action bar (as in API 11 to 13) or in the split action bar (on narrow devices using API 14+), since

[android-developers] Re: Eclipse and the ADT 15.0.1 Install

2011-12-10 Thread rayj00
On Dec 10, 9:09 am, rayj00 ray...@yahoo.com wrote: On Dec 10, 8:06 am, rayj00 ray...@yahoo.com wrote: On Dec 9, 6:49 pm, rayj00 ray...@yahoo.com wrote: I am trying to install the ADT 15.0.1 plugin for Eclipse but I am having problems, I installed

Re: [android-developers] Re: splash screen

2011-12-10 Thread John Goche
At last I was able to find this example... http://www.wglxy.com/android-tutorials/splash-screen-demo-app-for-android and code the following, which seems to work for a splash screen with AsyncTask: public class GameActivity extends Activity { private Panel panel = null; class SplashTask

Re: [android-developers] Re: splash screen

2011-12-10 Thread Miguel Morales
Well, to be honest you don't really need a splash screen. What is taking so long is that you are loading the images in the same thread as the UI thread. This makes it hang while you load your bitmaps. I'm surprised you're not getting an application not responding alert. What I do in my game is

Re: [android-developers] Re: splash screen

2011-12-10 Thread Miguel Morales
BTW, I misplaced a } That's all in the same onCreate() method. On Sat, Dec 10, 2011 at 3:00 PM, Miguel Morales therevolti...@gmail.comwrote: Well, to be honest you don't really need a splash screen. What is taking so long is that you are loading the images in the same thread as the UI

[android-developers] How can i Assign a id to view Programmatically?

2011-12-10 Thread Duygu Kahraman
Hi All; I know it is basic but i am curios about that. in xml file, we are assigning id to view like that android:id=@+id/ something and we are calling findviewbyid() but when i want to create a layout programmatically in a class and when i add a view, how do i assign default id

[android-developers] Re: How can i Assign a id to view Programmatically?

2011-12-10 Thread lbendlin
what do you need the id for? You are already programmatically creating the view, so you hold the reference. -- 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

Re: [android-developers] Re: How can i Assign a id to view Programmatically?

2011-12-10 Thread Duygu Kahraman
Yeah you are right but for example if i added 5 view in the same layout.How must call i?How can i understand difference. I am not using FindViewById(); because i am not assigning anyhing.I think android can assign default id.Can it? 11 Aralık 2011 02:06 tarihinde lbendlin l...@bendlin.us yazdı:

Re: [android-developers] Re: How can i Assign a id to view Programmatically?

2011-12-10 Thread Kristopher Micinski
On Sat, Dec 10, 2011 at 7:18 PM, Duygu Kahraman duygu.kahram...@gmail.com wrote: Yeah you are right but for example if i added 5 view in the same layout.How must call i?How can i understand difference. I am not using FindViewById(); because i am not assigning anyhing.I think android can

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 22 Topics

2011-12-10 Thread Gurinder
-- 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 unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit

[android-developers] Re: How can I cache Google Maps tiles using Android SDK?

2011-12-10 Thread Spiral123
If you are talking about the offline storage of Google Map tiles in your own app then I can think of a possible approach - but I wouldn't even bother. It's not a service that Google provide and their data is copyrighted. Just think about how many tiles you will have to pull down for all the zoom

[android-developers] Re: Should I buy my own apps?

2011-12-10 Thread Peter Webb
I had always believed that not being able to download my own app was a bug. Now it looks like a much bigger bug, as it affects everybody. The problem I have is that how does it know that my phone is the developer's phone? Because I am using the same credit card number as my developer account, or

[android-developers] Re: Where has the menu button gone on the Actionbar?

2011-12-10 Thread Changzhi Wang
Same issue here and no solution. I think it is awful to change the origin menu key design. Why not just leave it at the bottom of the screen. On Dec 1, 11:27 pm, tobias ecker...@gmx.de wrote: Maybe the menu button on ActionBar is forcibly concealed on devices with hardware keys? Quote from

[android-developers] Open Browser with HTML page from sdcard

2011-12-10 Thread Stephan Wiesner
Hi, I need to open a html file that sits on my sdcard in my default browser. The code works fine if the file is on the net or in my asset folder, but if I want to open it from the sdcard I get an 12-11 08:06:34.650: E/AndroidRuntime(6829): android.content.ActivityNotFoundException: No Activity

[android-developers] Re: Instrumentation: can this mechanism be used for something else than testing ?

2011-12-10 Thread Y2i
Hi Pablo, have you been able to intercept events using instrumentation? -- 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 unsubscribe from this group, send email to