[android-developers] Bright Star Corp Legit?

2009-11-13 Thread Greg
I'm a noob, and have looked extensively and have found only other complaints... Q: Who are these people? Are they legit? Q: Why does Google use them? Bright Star Corp is where I got redirected to buy ADP1, and I tried to checkout, and was "declined due to fraud service". I tried again a few d

[android-developers] Re: TTS 1.9 not working in Emulator. Please help.

2009-11-29 Thread greg
Last I tried (about a month ago), the TTS tutorial worked on the emulator. Have you tried looking at logcat to get a more detailed message about the problem? - Greg On Nov 28, 2:23 am, Anuj wrote: > Hi, > > No matter how many times I re-create the SD card and start the > emulator a

[android-developers] Camera Preview Filter Choppiness

2009-12-06 Thread Greg
done = true; } } Thanks, Greg P.S. Let me know if I should post any more code. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

[android-developers] Persisting graphics on a canvas (map overlay)

2009-02-16 Thread Greg
taining/drawing the current point on each onDraw? Thanks, Greg --~--~-~--~~~---~--~~ 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@googlegroup

[android-developers] Re: Persisting graphics on a canvas (map overlay)

2009-02-16 Thread Greg
Thanks for the tips! --~--~-~--~~~---~--~~ 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] Export to SIM feature

2009-01-21 Thread Greg
.. Either way if someone is willing to help finish this thing off id be happy to provide the code, and id love to see this in the next build. Thanks, Greg. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Andr

[android-developers] key code constant for question mark?

2009-08-27 Thread greg
I don't see an android.view.KeyEvent.KEYCODE constant defined for question mark (key code 76). Is there a key code constant defined for the question mark? Best regards, Greg --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

[android-developers] Re: key code constant for question mark?

2009-08-27 Thread greg
Thanks. My follow up question is, 'Why didn't I think of that?' :*) On Aug 27, 12:32 pm, "Mark Murphy" wrote: > > I don't see an android.view.KeyEvent.KEYCODE constant defined for > > question mark (key code 76).  Is there a key code constant defined for > > the question mark? > > Try KeyEvent

[android-developers] Typeface affecting TextView marquee?

2009-08-30 Thread greg
The default marquee scroll (i.e., three scrolls of text when list item is selected) in my application's ListView works when the typeface is set to Typeface.NORMAL but not when set to Typeface.ITALIC. Is the marquee scroll implemented for TextViews with the ITALIC typeface? --~--~-~--~

[android-developers] Re: Typeface affecting TextView marquee?

2009-08-30 Thread greg
s as specified in the xml. On Aug 30, 2:34 pm, greg wrote: > The default marquee scroll (i.e., three scrolls of text when list item > is selected) in my application's ListView works when the typeface is > set to Typeface.NORMAL but not when set to Typeface.ITALIC.  Is the > m

[android-developers] setPadding() in onDraw() causing ListView draw loop

2009-08-31 Thread greg
s/ android" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent"> - - - Best regards, Greg --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: setPadding() in onDraw() causing ListView draw loop

2009-09-01 Thread greg
g a new UI employed by new developers is a rather bold venture. Congratulations on pulling it off so well. Best regards, Greg Sepesi On Sep 1, 2:17 am, Romain Guy wrote: > Don't set the padding in onDraw() :) > > > > On Mon, Aug 31, 2009 at 10:32 PM, greg wrote: > >

[android-developers] Re: setPadding() in onDraw() causing ListView draw loop

2009-09-01 Thread greg
ant to call it from onDraw()? It has to be called only once. > > > > On Tue, Sep 1, 2009 at 7:40 AM, greg wrote: > > > Wise Guy. :*) > > > If there is no easy method to add left indentation without causing an > > onDraw() loop, I'll pre-pad the char buffer w

[android-developers] Re: setPadding() in onDraw() causing ListView draw loop

2009-09-01 Thread greg
Thanks! Moving the setPadding() into getView() works perfectly. I guess I hadn't read enough custom view examples to realize that it is typical for getView() to modify the view. In fact, I didn't even know it was possible. Thanks again, Greg On Sep 1, 12:50 pm, Dianne Hackb

[android-developers] Re: How to add an icon in the List view?

2009-09-02 Thread greg
Have you reviewed List14 in the API demos? On Sep 2, 11:47 am, Vishal Gaonkar wrote: > I am trying to add an icon in the list view. > Below is my code snippet and realted xml, without the icon(i.e. just > list view). > > Code: > final View addUser = factory.inflate(R.layout.addusers, null); >    

[android-developers] onKeyDown event unavailable for space key in ListView

2009-09-02 Thread greg
cters) the user enters. Although I can implement my application's ListView scrolling based upon characters from onKeyUp(), that results in unwanted list jumping anytime the user types a space. Best regards, Greg P.S., To verify this onKeyUp and onKeyDown behavior, copy the following into the

[android-developers] Re: setPadding() in onDraw() causing ListView draw loop

2009-09-02 Thread greg
nDraw() to getView(), my application's ListView was able to marquee scroll italicized text. Best regards, Greg On Sep 1, 1:47 pm, greg wrote: > Thanks!  Moving the setPadding() into getView() works perfectly.  I > guess I hadn't read enough custom view examples to realize that i

[android-developers] Re: onKeyDown event unavailable for space key in ListView

2009-09-02 Thread greg
tered text ... just my opinion. Best regards, Greg On Sep 2, 1:40 pm, Romain Guy wrote: > Space is used in ListView to jump from screen to screen and you cannot > change this  behavior. > > > > On Wed, Sep 2, 2009 at 9:13 AM, greg wrote: > > > In the ListView, the spac

[android-developers] Re: How to find out the width of a string when rendered using a certain text appearance?

2009-09-03 Thread greg
Have you read about Paint.getTextWidths()? On Sep 3, 5:15 pm, hap 497 wrote: > Hi, > > Is there any api to find out the width of a string when rendered using > a certain text appearance? > > For example, I want to find out how long is the width if I render a > string 'hello world'  using "?andro

[android-developers] Re: How to find out the width of a string when rendered using a certain text appearance?

2009-09-04 Thread greg
nt.getTextWidths()? > > On Thu, Sep 3, 2009 at 3:19 PM, greg wrote: > > > Have you read aboutPaint.getTextWidths()? > > > On Sep 3, 5:15 pm, hap 497 wrote: > >> Hi, > > >> Is there any api to find out the width of a string when rendered using > >>

[android-developers] TTS voice quality

2009-09-18 Thread greg
shMap parameter documentation yet? Thanks, Greg --~--~-~--~~~---~--~~ 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

[android-developers] Re: BaseAdapter.getView()’s c onvertView parameter

2009-09-18 Thread greg
Have you watched http://www.youtube.com/watch?v=N6YdwzAvwOA ? On Sep 18, 10:49 pm, WoodManEXP wrote: > BaseAdapter.getView()’s convertView parameter > > Does anyone understand how this parameter works or is intended to > work? By watching it in the debugger it seems to be the view that was > pr

[android-developers] TextView marquee scroll behavior different in AVD 1.6r1

2009-09-18 Thread greg
My application has a list of species names, some of which are too long to fit in the TextView. For example, "Black-bellied Whistling-duck" gets truncated at "-duck". Using AVD 1.5r3, the TextView's marquee scroll does a nifty shift of the text to display the last five characters (i.e., "-duck").

[android-developers] Re: Issues with GPS application on the actual G1 phone

2008-10-30 Thread Greg
y coding mistake, but somebody else might make it and this hit might provide the answer. Greg --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] G1 Maps accuracy display

2008-10-31 Thread Greg
e GPS is effectively 'dialed in'. Any ideas are appreciated. Thanks, Greg --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

[android-developers] Blue Screen of Death when debugging against actual phone

2008-10-31 Thread Greg
I've installed the Windows USB driver for the G1 to be able to debug applications. When I plug the phone in via USB I can see it listed via 'adb devices'. In Eclipse when I run the app it pops up to select the device (Emulator or G1). I pick the phone and immediately the system blue screens and

[android-developers] Re: Blue Screen of Death when debugging againstactual phone

2008-10-31 Thread Greg
I'm not using the command line to do anything. I only ran 'adb devices' to verify that adb is actually seeing the phone. That's irrelevant to the actual problem which is choosing from Eclipse to run a program on the G1. As soon as I choose the phone it explodes. Just to make sure I shut down t

[android-developers] Re: G1 Maps accuracy display

2008-11-01 Thread Greg
Answered my own question finally. I was looking at the LocationProvider for accuracy info but in reality each Location object that is passed when a location change occurs (the onLocationChanged listener) provides the accuracy information. I verified on the G1 that the gps implementation does sup

[android-developers] Re: Android 1.0r1, MapView not found

2008-11-03 Thread Greg
Did you make sure that the manifest entry is contained WITHIN the tags rather than outside of it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

[android-developers] Re: Proper way of handling orientation change + async thread

2008-11-03 Thread Greg
und thread and dismiss the dialog if it exists. Hope this helps, Greg --~--~-~--~~~---~--~~ 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

[android-developers] Re: Executing ON Target

2008-11-10 Thread Greg
the MIME type for .apk to 'application/vnd.android.package-archive' for the G1 to know that it can install what it just downloaded. There is also a way to push it out to the SD card over USB but I don't have experience with locating and installing the apk once that is done. Hope this

[android-developers] Re: Drawing a circle outline? (not a filled circle)

2008-11-12 Thread Greg
You need the style set to STROKE as Peli mentions. You can also use canvas.drawCircle() directly instead of creating a path and adding a circle to the path. Not sure which is more efficient, but you can at least drop 2 lines of code from your chunk there. Greg

[android-developers] Eclipse problem viewing threads on emulator

2008-12-08 Thread Greg
hing to do with this and googling for this message came up with nada. I also see nothing regarding threads in the android run configuration for the project. Can anyone point me in the right direction here for what I need to do to actually enable this view? Tha

[android-developers] Re: Eclipse problem viewing threads on emulator

2008-12-08 Thread Greg
For posterity, I found the answer. I didn't find any button which was referenced by the error message above, but I was able to locate under Windows->Preferences->Android->DDMS to check the 'Thread Updates Enabled by Default' and then thread data was available (after restarting the emulator). --~

[android-developers] More MediaPlayer questions

2008-12-10 Thread Greg
nformation I can find is very sparse or appears to be things that were valid in early SDKs but may not be any longer. Thanks, Greg --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" gr

[android-developers] Re: More MediaPlayer questions

2008-12-11 Thread Greg
ervice is active. (If my service is active in background, then the user wants to hear these notifications) Do the audio stream types interact/override one another? If I put my player in the ALARM type will that stop/play louder than the MUSIC type? Thanks! Greg --~--~-~--~~

[android-developers] Nexus One: A-GPS and setup w/o carrier

2010-02-22 Thread greg
One fall back to standard GPS if the assistance server is not available? 2) Is it possible to setup a Nexus One (i.e., enter my Google account information) without a phone service, perhaps using WiFi instead? - Greg P.S., I asked these questions to the sales help team at http://www.google.com/ph

[android-developers] Re: TextToSpeech synthesizeToFile() problem

2010-02-22 Thread greg
not setup correctly. - Greg On Feb 22, 6:58 am, Dimitry Hristov wrote: > I'm following the official docs > athttp://developer.android.com/resources/articles/tts.html > and trying to synthesize a String to a file: > >         private OnClickListener saveBtn

[android-developers] Re: Nexus One: A-GPS and setup w/o carrier

2010-02-23 Thread greg
Thanks. One last question, since you've used the Nexus One outside, how would you describe the visibility of its screen in shade and in direct sunlight? Thanks again, Greg On Feb 23, 11:42 am, mah wrote: > I have a Nexus One that has never had a SIM installed... I enabled its > GPS

[android-developers] Issues with GPS application on the actual G1 phone

2008-10-21 Thread Greg
n from. Am I missing permissions that prevent me from seeing the real providers? Thanks for any assistance! Greg --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Android Screen Dimentions

2008-03-26 Thread Greg
What are the Android Screen dimensions can any body tell me ? --~--~-~--~~~---~--~~ 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 unsu

[android-developers] Finish Activity(Urgent)

2008-04-03 Thread Greg
I have three activies A B C i start sub activity from A then i startsubactivity from B i just want to do like when i finish C ..it finish all activies and show me the A activity please help me out i tried to do that but ..when i press back button it again

[android-developers] Listview and List Selector(Urgent)

2008-04-06 Thread Greg
Hello Android Champs 1 what i want is i want to give a margin or distance between the listview items Like A B A B 2 secondly i want to show the white textcolor on selection of an item of listview .. i have successfully changed the background color but unable to change the textcolor please

[android-developers] Re: Listview and List Selector(Urgent)

2008-04-07 Thread Greg
be a way to do this with > styles, but I don't know right now. You could programmatically do it > by setting an OnItemClickListener for the list and then just make a > setTextColor call on the TextView. Probably in your instance, the View > that gets passed into onItemClick is the Text

[android-developers] Extending Grid2.java

2008-04-14 Thread Greg
Hi All, I have a question that has been bothering me and I thought I'd see if someone here could help us. We are developing an app that is a card game. The current app has a screen where the user can select the character they want to be from seven different characters. Currently, these charact

[android-developers] Re: Finish Activity(Urgent)

2008-04-14 Thread Greg
B.onActivityResult and callfinish() > > > On 4月3日, 下午5时23分, Greg <[EMAIL PROTECTED]> wrote: > > > > I have three activies > > > > A B C > > > > i start subactivityfrom A then i startsubactivity from B > > >

[android-developers] Finish sub activity Overlapping (Urgent)

2008-04-14 Thread Greg
hello I am trying to finish sub Activities but they are getting overlapping help me out please super.onActivityResult(requestCode, resultCode, data, extras); this.setResult(InitializeConfiguration.SUBACTIVITY_RESULTCODE_CHAINCLOSE); this.finish(); --~--~-~--~~---

[android-developers] Re: Finish Activity(Urgent)

2008-04-15 Thread Greg
yed to the user. > > On Apr 14, 10:58 pm, "Deepak Singh" <[EMAIL PROTECTED]> wrote: > > > Before you start sub activity C finish the subactivity B using finish() > > .Hope this Works > > > On Tue, Apr 15, 2008 at 10:29 AM, Greg <[EMAIL PROTECTED]> w

[android-developers] Re: Finish Activity(Urgent)

2008-04-16 Thread Greg
nished, kill C, return to A. > > On Apr 16, 1:04 pm, Greg <[EMAIL PROTECTED]> wrote: > > > so what is the solution for this problem ? > > > any tested solution would be appreciated > > > please help me out ? > > > On Apr 15, 11:46 am, hackbod

[android-developers] Re: Finish Activity(Urgent)

2008-04-16 Thread Greg
when i used this code this.finish(); startSubActivity(i, ACTIVITY_CREATE); new activity stared but in new activity for moments it shows old activity y does it so ? On Apr 16, 3:17 pm, Greg <[EMAIL PROTECTED]> wrote: > ok > > but what about this scenerio > > A --

[android-developers] Re: Finish Activity(Urgent)

2008-04-16 Thread Greg
setListAdapter(btla); } } On Apr 16, 10:46 pm, hackbod <[EMAIL PROTECTED]> wrote: > On Apr 16, 5:10 am, Greg <[EMAIL PROTECTED]> wrote: > > > when i used this code > > this.finish(); > > startSubActivity(i, A

[android-developers] Re: positioning a Toast

2008-04-16 Thread Greg
how do i know about toast that it has been disappeared so that i can finish the activity? On Feb 25, 1:58 pm, corem <[EMAIL PROTECTED]> wrote: > Hi, > Is there any way to position aToastto a specific location on the > screen? > I know about gravity, but it is not enough. I've tried to set margins

[android-developers] Finish Activity when toast message has been dissapered

2008-04-16 Thread Greg
Hello is it possible ? Finish Activity when toast message has been dissapered --~--~-~--~~~---~--~~ 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@googlegr

[android-developers] Re: Finish Activity when toast message has been dissapered

2008-04-17 Thread Greg
e toast is really > for cases where something needs to be displayed independently of the > current activity: for example from a receiver or service, or shown by > an activity as it is closing itself (for ex saying it has saved your > data) or as it moves to another activity. > >

[android-developers] Re: Finish Activity when toast message has been dissapered

2008-04-17 Thread Greg
You can't tie activity visibility with toast. what do u mean by above statement ? On Apr 17, 2:02 pm, vetch <[EMAIL PROTECTED]> wrote: > > is it possible ? > > Finish Activity when toast message has been dissapered > > I think you got bad flow design. You can't tie activity visibility > with to

[android-developers] Re: Rapidly unwinding Activity stack

2008-04-17 Thread Greg
but in that case of deleting some data onto F activity and then showing refresh data on E how can we do this without startSubactivity ??? if user press back button user will be shown incorrect data which is wrong if using startsubactivity activites are overlapping i have been stucked here it h

[android-developers] Re: Rapidly unwinding Activity stack

2008-04-17 Thread Greg
you are right let me try great On Apr 17, 5:25 pm, Hielko <[EMAIL PROTECTED]> wrote: > If showing incorrect data is a problem, you should requery the data in > the onResume() method of the subactivity. > > On Apr 17, 2:20 pm, Greg <[EMAIL PROTECTED]> wrote: > >

[android-developers] Re: Rapidly unwinding Activity stack

2008-04-17 Thread Greg
i tried it but it still doesn't work same it shows old data for 2 secs then it refreshs when i used on resume same it show On Apr 17, 5:28 pm, Greg <[EMAIL PROTECTED]> wrote: > you are right let me try great > > On Apr 17, 5:25 pm, Hielko <[EMAIL PROTECTED]> wrote:

[android-developers] Re: Rapidly unwinding Activity stack

2008-04-17 Thread Greg
hello guys ?? On Apr 17, 6:03 pm, Greg <[EMAIL PROTECTED]> wrote: > i tried it but it still doesn't work > same it shows old data for 2 secs then it refreshs when i used on > resume > > same it show > > On Apr 17, 5:28 pm, Greg <[EMAIL PROTECTED]> wrote

[android-developers] Re: Rapidly unwinding Activity stack

2008-04-18 Thread Greg
hello heiko u there? i tried your solution but it doenst work On Apr 18, 10:06 am, Greg <[EMAIL PROTECTED]> wrote: > hello guys ?? > > On Apr 17, 6:03 pm, Greg <[EMAIL PROTECTED]> wrote: > > > i tried it but it still doesn't work > > same it shows old dat

[android-developers] Color State List Urgent

2008-04-22 Thread Greg
how can i use colors for two states HEllo mText.setTextColor(new ColorStateList( new int[][] { new int[] { android.R.attr.state_selected}, new int[1] }, new int[] { Color.rgb(255, 255, 255

[android-developers] Re: Color State List Urgent

2008-04-23 Thread Greg
i am really very sorry Megha i have searched the groupd i ddint find soultuion Regards Greg On Apr 23, 12:16 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > Hi Greg, > > This issue has been discussed on the groups multiple times, please use > search on the groups.

[android-developers] Re: Color State List Urgent

2008-04-23 Thread Greg
roups.google.com/group/android-developers/msg/0714e077e25d63a6 > > Thanks, > Megha > > On Wed, Apr 23, 2008 at 12:47 AM, Greg <[EMAIL PROTECTED]> wrote: > > > i am really very sorry Megha > > > i have searched the groupd i ddint find soultuion > > &g

[android-developers] Re: Color State List Urgent

2008-04-23 Thread Greg
ead below for using ColorStateList > programatically:http://groups.google.com/group/android-developers/msg/6e1fb819cecbc038 > > On Wed, Apr 23, 2008 at 1:04 AM, Greg <[EMAIL PROTECTED]> wrote: > > > thanks megha > > > i have checked it i want to do it pro grammaticall

[android-developers] Re: Color State List Urgent

2008-04-23 Thread Greg
ECTED]> wrote: > I guess the issue might be that if mText is a TextView, it would not have a > pressed state. > > On Wed, Apr 23, 2008 at 1:42 AM, Greg <[EMAIL PROTECTED]> wrote: > > > i tried it like this > > > mText.setTextColor(new ColorStateList( > >

[android-developers] I want to Draw a image on image on x and y axis

2008-04-23 Thread Greg
public static BitmapDrawable convertBytesintoDrawable(byte[] imageBytes, Context context,byte[] logoImageBytes) throws IOException { ByteArrayInputStream mainImageinputStream = new ByteArrayInputStream(imageBytes); ByteArrayInputStream log

[android-developers] Re: I want to Draw a image on image on x and y axis

2008-04-23 Thread Greg
hello any body can help me out ? On Apr 24, 10:10 am, Greg <[EMAIL PROTECTED]> wrote: > public static BitmapDrawable convertBytesintoDrawable(byte[] > imageBytes, > Context context,byte[] logoImageBytes) throws > IOException { > >

[android-developers] Re: I want to Draw a image on image on x and y axis

2008-04-24 Thread Greg
hello android champs On Apr 24, 11:02 am, Greg <[EMAIL PROTECTED]> wrote: > hello any body can help me out ? > > On Apr 24, 10:10 am, Greg <[EMAIL PROTECTED]> wrote: > > > public static BitmapDrawable convertBytesintoDrawable(byte[] > > imageBytes, > &g

[android-developers] Re: I want to Draw a image on image on x and y axis

2008-04-24 Thread Greg
On Apr 24, 2:37 pm, xingye <[EMAIL PROTECTED]> wrote: > Canvas c = new Canvas(bitmapA); > c.drawBitmap(bitmapB, left, top, paint); > > On 4月24日, 下午3时10分, Greg <[EMAIL PROTECTED]> wrote: > > > hello android champs > > > On Apr 24, 11:02 am, Greg &l

[android-developers] Re: I want to Draw a image on image on x and y axis

2008-04-24 Thread Greg
waiting for your reply On Apr 24, 2:44 pm, Greg <[EMAIL PROTECTED]> wrote: > i tried it but it doesnt work it gives below logs > > all are work fine > > when i want to go to show imageView > > Like ImageView.draw(canvas) > > it gives me exception and below logs

[android-developers] Re: I want to Draw a image on image on x and y axis

2008-04-24 Thread Greg
it gives me java.lang.IllegalStateException when i do like this Canvas c = new Canvas(bitmapA); On Apr 24, 2:51 pm, Greg <[EMAIL PROTECTED]> wrote: > waiting for your reply > > On Apr 24, 2:44 pm, Greg <[EMAIL PROTECTED]> wrote: > > > i tried it but it doesnt work

[android-developers] Re: I want to Draw a image on image on x and y axis

2008-04-24 Thread Greg
n test it in View.onDraw(). > > On 4月24日, 下午5时54分, Greg <[EMAIL PROTECTED]> wrote: > > > it gives me java.lang.IllegalStateException > > when i do like this Canvas c = new Canvas(bitmapA); > > > On Apr 24, 2:51 pm, Greg <[EMAIL PROTECTED]> wrote: > > > &g

[android-developers] Re: I want to Draw a image on image on x and y axis

2008-04-24 Thread Greg
Bitmap mainImageBitmap = BitmapFactory.decodeByteArray(couponDto.getCouponImageBytes(), 0, couponDto.getCouponImageBytes().length); Bitmap logoBitmap = BitmapFactory.decodeByteArray(imageName.getBytes(), 0, imageName.getBytes().length);

[android-developers] Re: I want to Draw a image on image on x and y axis

2008-04-24 Thread Greg
hello now all work fine but applicated crashed on imageView.draw(canvas); --~--~-~--~~~---~--~~ 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@googlegr

[android-developers] Re: I want to Draw a image on image on x and y axis

2008-04-24 Thread Greg
map(bm). here the bm should be Bitmap > "background" in before code. > > On 4月24日, 下午7时09分, Greg <[EMAIL PROTECTED]> wrote: > > > hello now all work fine > > > but applicated crashed on imageView.draw(canvas); --~--~-~--~~~---~-

[android-developers] Problem using Jars in building android application using ant

2008-04-28 Thread Greg
I want to build a android apk using ant i have two jars when i run build.xml it works fine give message build sucessful ..but when i install the application it gives exception of the classes which are included in jars are not found.. how to include jars into dex files ?? --~--~-~--~

[android-developers] Re: how to build the sample code from command line?

2008-04-28 Thread Greg
i have jar files in lib folder of my project when i run build.xml it does not compile into clasees .dex is there any solution for this problem how can jar files will be compiled into android apk ? On Apr 9, 5:04 am, "monkey.jsun" <[EMAIL PROTECTED]> wrote: > It turns out there is simpler soluti

[android-developers] Re: Problem using Jars in building android application using ant

2008-04-28 Thread Greg
groups.google.com/group/android-beginners/msg/ee57ef8cec26f9f0 > > Thanks, > Megha > > On Mon, Apr 28, 2008 at 5:24 AM, Greg <[EMAIL PROTECTED]> wrote: > > > I want to build a android apk using ant > > > i have two jars when i run build.xml it works fine gi

[android-developers] Re: Problem using Jars in building android application using ant

2008-04-28 Thread Greg
Megha i want to disable GPS in Android Emulator is there any option or any other thing from which i can disable GPS or enable ? On Apr 29, 9:45 am, Greg <[EMAIL PROTECTED]> wrote: > Megha you are great i am a fan of yours > > God Bless you Dude :) > > You are great &g

[android-developers] Edit Text Max Limit charactars

2008-05-02 Thread Greg
I want to show a alert box if user type more than 13 charactars in EditText how can i do that? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-d

[android-developers] Re: Edit Text Max Limit charactars

2008-05-02 Thread Greg
hello any body can help me ? On May 2, 7:05 pm, Greg <[EMAIL PROTECTED]> wrote: > I want to show a alert box if user type more than 13 charactars in > EditText > > how can i do that? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Edit Text Max Limit charactars

2008-05-02 Thread Greg
heloo On May 2, 7:19 pm, Greg <[EMAIL PROTECTED]> wrote: > hello any body can help me ? > > On May 2, 7:05 pm, Greg <[EMAIL PROTECTED]> wrote: > > > I want to show a alert box if user type more than 13 charactars in > &

[android-developers] Re: Edit Text Max Limit charactars

2008-05-02 Thread Greg
hello u there?? On May 2, 7:45 pm, Greg <[EMAIL PROTECTED]> wrote: > no dude > > i have tried this > > zipCodeText.setOnKeyListener(new View.OnKeyListener() { > public boolean onKey(View arg0View,int d,KeyEvent > keyEvent) { >

[android-developers] Re: Edit Text Max Limit charactars

2008-05-02 Thread Greg
the lenth of the text of > yourt text view. > 3 - if it is greater than "n" then AlertDialog.show ( see javadocs > for > params...)http://code.google.com/android/reference/android/app/AlertDialog.html > > I hope it gives you the first steps > > C. > > O

[android-developers] Re: Edit Text Max Limit charactars

2008-05-04 Thread Greg
hello any body there who can help me ? On May 2, 10:34 pm, David Given <[EMAIL PROTECTED]> wrote: > Greg wrote: > > hello u there?? > > Um, you only posted your message three minutes ago. You may want to wait > a little longer before following up, like about 24

[android-developers] AlertDialog Existence Check

2008-05-04 Thread Greg
how can I check if alerdialog has been shown on the screen i mean i just want to do that if alertdialog is already shown then i don’t want to show it again ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: Good Anroid Developer

2008-05-05 Thread Greg
hello this is Greg I have 3 years of experince of j2ee and java i have been working on android for three months please tell me more detail about description. On May 5, 8:59 pm, "P A" <[EMAIL PROTECTED]> wrote: > Dear All, > > I am looking for a developer with

[android-developers] Localization of Plurals using Context and resources strings.xml

2010-03-11 Thread Greg
Hi, I am used to just using a choice format for doing something deciding between "{0} thing" and "{0} things". However Context and Resources have a lot of utitilities it seems for dealing with String and loading them with native replacement. One method of such is Resources.getQuantityText(int id,

[android-developers] Discussion on localizing-android-apps-draft

2010-03-11 Thread Greg
I was wondering if someone could document the R.plurals localization construct. From what I can gather it works similar to other resources however a bit different, Only %1$d more things left ... looked up as: int quantity = 4; context.getString(R.string.some_string, quantity); To do a correct loc

[android-developers] on text input, AVD unexpectedly displays logograms (perhaps hanzi)

2010-03-21 Thread greg
rsion: 1.6.0.14 Thanks, Greg -- 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...@googl

[android-developers] Re: on text input, AVD unexpectedly displays logograms (perhaps hanzi)

2010-03-21 Thread greg
Much better now. Thanks. On Mar 21, 12:20 pm, Mark Murphy wrote: > greg wrote: > > On some of the AVDs I've created, input text gets displayed as > > logograms, even in the emulated Browser application (see the screen > > shot athttp://eduneer.com/screenshot_avd_t

[android-developers] how to avoid DDMS timeout when pushing large directory to emulated SD card

2010-03-22 Thread greg
ons in the ddms documentation at http://developer.android.com/intl/de/guide/developing/tools/ddms.html or the Dev Tools application running on the emulator. Has anyone experienced this or have a tip to fix it? Thanks, Greg -- You received this message because you are subscribed to the Google

[android-developers] Re: how to avoid DDMS timeout when pushing large directory to emulated SD card

2010-03-23 Thread greg
quently as after 3 files. I've reported this issue (issue 7327) to the issue tracker. - Greg On Mar 23, 12:57 am, greg wrote: > I have a large directory (about 700 MByte) I'm trying to push to a 4 > GByte emulated SD card (in a Platform 2.1 AVD) by dragging and > dropping the

[android-developers] getting the SDK samples (a tale of woe and intrigue and two questions)

2010-04-07 Thread greg
Using Eclipse, I thoroughly messed up the creation of my SDK sample projects (e.g., ApiDemos) ... as I was paying too much attention to the Butler vs Duke game and not enough attention to the project creation options I was selecting. The result was 100+ levels of ApiDemos subdirectories that appar

[android-developers] Re: getting the SDK samples (a tale of woe and intrigue and two questions)

2010-04-07 Thread greg
way to filling the file system, and removing the accidentally created and deeply nested directory was tricky because the file manager application as well as the 'rmdir /S' command failed due to the extremely long path names. Thanks for your work in providing an impressive development tool set

[android-developers] Re: 'Squeezing' a button on the right side

2010-04-11 Thread greg
Have you read the similar layout example at http://developer.android.com/intl/de/resources/articles/layout-tricks-efficiency.html ? - Greg On Apr 11, 8:39 am, "Teo [GD API Guru]" wrote: > Hi, > > you probably heard similar problems before but i can't fig

[android-developers] spinner question: how to detect the selection of an already selected item?

2010-04-18 Thread greg
lang.RuntimeException: setOnItemClickListener cannot be used with a spinner. E/AndroidRuntime( 987):at android.app.ActivityThread.performLaunchActivity(ActivityThread.java: 2268) - - - Any tips on how to detect the selection of an already selected item in a spinner? Thanks, Greg -- You

[android-developers] Re: spinner question: how to detect the selection of an already selected item?

2010-04-19 Thread greg
.this, "spinner2 long clicked position " + position, Toast.LENGTH_SHORT).show(); return false; } }); On Apr 19, 4:10 pm, "~ TreKing" wrote: > On Sun, Apr 18, 2010 at 8:45 PM, greg wrote: > > Any t

[android-developers] how to start application in last viewed activity in previous session

2010-04-21 Thread greg
ctivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want? - - - Any tips on how to correctly start a particular activity from the Application class's onCreate handler? Thanks, Greg -- You received this message because you are su

[android-developers] Re: how to start application in last viewed activity in previous session

2010-04-21 Thread greg
Thanks. I was incorrectly focused on avoiding an intermediate Activity. Your approach seems simpler to implement and I suspect the delay due to the creation of the intermediate Activity will be too small to notice. On Apr 21, 2:42 pm, "~ TreKing" wrote: > On Wed, Apr 21, 2010 at

  1   2   3   4   5   6   7   >