[android-developers] Re: Handling volume controls

2009-06-02 Thread Josh Dobbs
let me also add that for some reason even when the sound is playing and you press the hardware volume keys nothing happens. the volume does not change and the volume indidcator does not appear on the screen. On Sun, May 24, 2009 at 4:19 PM, Josh wrote: > > Im using a mediaPlayer to play sounds

[android-developers] Re: Handling volume controls

2009-06-02 Thread Josh Dobbs
can anyone help me with this? On Sun, May 24, 2009 at 4:19 PM, Josh wrote: > > Im using a mediaPlayer to play sounds in my application. I want the > user to be able to adjust the volume by using the hardware buttons on > the device. I tried putting this in my oncreate (setVolumeControlStream > (

[android-developers] Re: hello

2009-05-11 Thread Josh Dobbs
What are you trying to install to your G1? On Fri, May 8, 2009 at 6:18 PM, Migzz wrote: > > hey people im new to this whole thing, I need help to install this on > to my G1. can anybody help??? > > > > --~--~-~--~~~---~--~~ You received this message because y

[android-developers] Re: mediaplayer listeners

2009-05-09 Thread Josh Dobbs
Thanks Mark. That's what I needed. On Sat, May 9, 2009 at 10:19 AM, Mark Murphy wrote: > > Josh wrote: > > I have a media player that plays a sound. I want to call a function as > > soon as the sound is complete but i cant figure out how to do it. > > > > I think im just having a problem with the

[android-developers] Re: Quality of paid applications on the Market...

2009-04-30 Thread Josh Dobbs
I don't really think it's an issue at this point. Especially since you can get a refund up to 24 hours after purchase. On Thu, Apr 30, 2009 at 4:18 PM, Rob Franz wrote: > Nothing, but when he's charging $5 for an app with info that you could > google easily, you really kind of see what he's afte

[android-developers] Re: Quality of paid applications on the Market...

2009-04-30 Thread Josh Dobbs
Let the users filter them. Eventually those apps will fall to the bottom of the list (if they havent already). Apple has an approval process and they still have tasteless apps get thru. On Thu, Apr 30, 2009 at 3:42 PM, Rob Franz wrote: > I was going to let this thread die but I saw this and had

[android-developers] Re: upgraded to 1.5 and apps wont run

2009-04-29 Thread Josh Dobbs
Yes I do have a libs folder in the project. On Tue, Apr 28, 2009 at 10:45 PM, Xavier Ducrohet wrote: > > Do you have a libs folder in your project? > > Xav > > On Tue, Apr 28, 2009 at 9:07 PM, Josh wrote: > > > > I upgraded to version 1.5 of the sdk and now when i try to run or > > debugg apps

[android-developers] Re: URGENT!!!!! Can't update apps in android market!!!

2009-04-24 Thread Josh Dobbs
I just did it with no problem I used put it right after the openin manifest tag. On Fri, Apr 24, 2009 at 6:40 PM, s...@zooropa.com wrote: > > I'm still having the same problem as below when I insert the: sdk android:minSdkVersion="1"> right after the manifest. > There must be a trick to wher

[android-developers] Re: can i add a click listener to a drawable?

2009-03-31 Thread Josh Dobbs
I am using in ImageButton Now and am using the following code to ad the button to the surfaceview.. myImgTest.setBackgroundDrawable(mBalloon1); myImgTest.draw(canvas); This seems to work as I do not get any errors however i don't see the button. What is the proper way to add the button to the sur

[android-developers] Re: need some collection help

2009-03-27 Thread Josh Dobbs
c boolean > equals(Object otherCar)" method on your Car class. > > On Mar 26, 9:50 pm, Josh Dobbs wrote: > > I want to keep track of multiple instances of a class without hardcoding > a > > bunch of variables. I can use either an array or collection it doesnt > rea

[android-developers] Re: need some collection help

2009-03-26 Thread Josh Dobbs
also the reason i ldidnt use array is because i couldnt figure out how to add objects to it. there is no add method:(. On Thu, Mar 26, 2009 at 6:50 PM, Josh Dobbs wrote: > I want to keep track of multiple instances of a class without hardcoding a > bunch of variables. I can use either an

[android-developers] Re: need some collection help

2009-03-26 Thread Josh Dobbs
yourself. > > On Thu, Mar 26, 2009 at 3:31 PM, Josh Dobbs wrote: > > Here's what my code looks like... > > > > > > private > > > > Collection _cars; > > > > Car myCar= > > > > new Car(1,1,false,5, "blue"

[android-developers] Re: need some collection help

2009-03-26 Thread Josh Dobbs
Here's what my code looks like... * private* Collection *_cars*; Car *myCar*= *new* Car(1,1,*false*,5, "blue"); Car *myCar2*= *new* Car(1,1,*false*,5, "red"); _cars.add(myCar); _cars.add(myCar2); On Thu, Mar 26, 2009 at 6:18 AM, Josh Dobbs wrote: > >You mean

[android-developers] Re: need some collection help

2009-03-26 Thread Josh Dobbs
>You mean like the ones in the java.util Yes, specifically java.util.collection >What's a VO? A VO is basically a class that only contains properties(Value Objects). On Thu, Mar 26, 2009 at 4:53 AM, Mark Murphy wrote: > > Josh wrote: > > I want to store objects into an array or collection(whic

[android-developers] Re: deploying same application twice different content

2009-03-10 Thread Josh Dobbs
Have you tried changing the package name? On Tue, Mar 10, 2009 at 11:58 AM, Bob wrote: > > Hi, > How do I create non-mutually exclusive apks for identical apps that > differ only in content? I have an app that plays an mp3 file embedded > as a raw resource. I would like to be able to create mu

[android-developers] Re: Google Checkout - Any way to manage customer relation / Checkout also putting multiple holds on txns.

2009-02-20 Thread Josh Dobbs
This is definately not good. Most people would get pretty ticked off if there was a hold for 3 times the amount they actually spent. On 2/20/09, chrispix wrote: > > > I know there is a Google Checkout API, but that seems it is more for > creating a shopping cart, and interfacing payment methods w

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-20 Thread Josh Dobbs
I sold one last night at around 7pm and it didnt show up in the developer console until mid afternoon today. I sole a few more today around 2 to 4 pm and they still havent shown up in the developers console. On 2/20/09, Steve Ingram wrote: > > > It seems like they are doing a controlled roll out

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-20 Thread Josh Dobbs
Im in Caifornia and I can't even see any paid apps yet. On Fri, Feb 20, 2009 at 10:57 AM, ellipsoidmob...@googlemail.com < ellipsoidmob...@googlemail.com> wrote: > > Very frustrating being sat in the UK having no idea if my app is > visible! Surprised not to have heard any comment from Google as

[android-developers] Re: How to compile G1 apps code

2009-02-20 Thread Josh Dobbs
Im just guessing but did you change the package name? On Fri, Feb 20, 2009 at 7:00 AM, wrote: > > I just created a new Android Project and change the Camera code for import > packages and commented the code those are not required for me, i could have > able to remove all the syntex errors. > > F

[android-developers] Re: *** Why 1 G1 can see Paid Apps in the Android Market and Another Not? ***

2009-02-20 Thread Josh Dobbs
Robert, Does your Android Market listings page show any downloads? Mine does not but according to google checkout I sold 1 application at 7 pm last night. I don't see any feedback, downloads or anything. On Fri, Feb 20, 2009 at 7:36 AM, Robert Green wrote: > > It's strange - I can't get my own a

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Josh Dobbs
, 2:37 pm, Stoyan Damov wrote: > > Does anybody know if there will be announcement on this list when paid > > apps become available for users? > > > > > > > > On Thu, Feb 19, 2009 at 11:18 PM, Josh Dobbs > wrote: > > > they have difinately missed the ta

[android-developers] Re: Paid applications - are they downloadable now? By Al Sutton

2009-02-19 Thread Josh Dobbs
they have difinately missed the target. I am on the west coast and holiday or no holiday mid week is/was wednesday. On Thu, Feb 19, 2009 at 1:08 PM, Jon Colverson wrote: > > On Feb 19, 9:03 pm, Stoyan Damov wrote: > > It is the message below? > > > > "Actually, it's really mid-week on the US w

[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-15 Thread Josh Dobbs
requested at this time. We apologize for any inconvenience regarding this issue. Does anyone know of a workaround using .net? Or does anyone know of a reliable host that does support the mime type? On 2/11/09, Josh Dobbs wrote: > > It's running Windows Server > > On Wed, Feb 11, 20

[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-11 Thread Josh Dobbs
It's running Windows Server On Wed, Feb 11, 2009 at 3:52 PM, Al wrote: > > What http server are you using? I know for Apache, you can use > "AddType" inside .htaccess. There will probably be equivalents to this > for whatever software GoDaddy is using. > > On Feb 11, 11:26 pm, Josh wrote: > > I

[android-developers] Re: I am getting SICK of 1 star ratings for charging!

2009-02-04 Thread Josh Dobbs
I think we should have the option to block users. I reserve the right to refuse service to anyone. There are a LOT of comments for my apps that have n0othing at all to do with the application, a lot of these contain racial slurs and downright dirty language that I do not want to be associated with

[android-developers] Re: I am getting SICK of 1 star ratings for charging!

2009-02-02 Thread Josh Dobbs
FORGOT TO ASK Does anyone know if we can block specific users from downloading our apps? On Mon, Feb 2, 2009 at 1:51 PM, Josh Dobbs wrote: > I have people giving me one star because my app is not open office or > cupcake. I also have people giving me one star annd leaving me co

[android-developers] Re: I am getting SICK of 1 star ratings for charging!

2009-02-02 Thread Josh Dobbs
I have people giving me one star because my app is not open office or cupcake. I also have people giving me one star annd leaving me comments that have nothing at all to do with my app(racial slurs and such). Can we reply to comments? If so I really don't know how. I have been using cyrket to view

[android-developers] Re: How does one sell on the Android Market?

2009-02-02 Thread Josh Dobbs
You can charge for your application however the ability to sell through the android market as not yet been implemented. On Mon, Feb 2, 2009 at 1:41 PM, Rob Franz wrote: > Hi all When did Google start allowing devs to charge for their > applications? I thought this was currently not permitted

[android-developers] Re: It is Now MID-Q1, where are the Paid Apps???

2009-02-02 Thread Josh Dobbs
Thhe only problem with these other outlets is the android users don't seem to know about them or even bother using them if they do know about them. I had my application posted on 3 of these such outlets for a week prior to posting my app on the android market. Not even one person downloaded the dem

[android-developers] is there a way to access the install date of an application?

2009-01-28 Thread Josh Dobbs
I know that i can write something to take care of this but i was just wondering if there's already something available in android that would give me the date when the application was installed. --~--~-~--~~~---~--~~ You received this message because you are subscrib

[android-developers] Re: applications that require money

2009-01-19 Thread Josh Dobbs
apps are not being sold through the android market yet. According to the android blog apps will be sold sometime in the during the first quarter of this year. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android De

[android-developers] Re: Want to step into the SDK Android code - how to?

2009-01-16 Thread Josh Dobbs
I don't believe it's possible. On Fri, Jan 16, 2009 at 1:04 PM, hmmm wrote: > Hello, > > I'm doing some debugging and thought it would be great if I could step into > the Android SDK source code. > However, I can't figure out how to setup whatever I should setup in Eclipse > to achieve this. >

[android-developers] Re: Regular Expression Help

2009-01-14 Thread Josh Dobbs
Thanks! that works perfectly. On Wed, Jan 14, 2009 at 7:27 AM, Al wrote: > > Both A T and Faber's solutions should work fine if you add the check > for uppercase letters also: > >String foo = "aAsdjshdIUjkshf"; >System.out.println(foo.matches("[a-zA-Z]+") ? "Yay"

[android-developers] Re: Regular Expression Help

2009-01-14 Thread Josh Dobbs
That doesnt work either. what i want to do is check the entire length of the string to ensure that only a-z are in the string and that there are no special characters. On Wed, Jan 14, 2009 at 7:15 AM, Faber Fedor wrote: > > > On Wed, Jan 14, 2009 at 10:00 AM, Dan Dumont wrote: > >> It is check

[android-developers] Re: Regular Expression Help

2009-01-14 Thread Josh Dobbs
Thanks for the suggestion but it's still not working. There's got to be a way to do this without looping through a charachter at a time. On Wed, Jan 14, 2009 at 7:03 AM, Dan Dumont wrote: > Sorry, that's "Match 1 character *NOT *a-z, followed by any character zero > or more times." > > try "^[^

[android-developers] Re: ArrayAdapter / spinner help

2009-01-13 Thread Josh Dobbs
saveOpenDialog.findViewByid() because the view is in a dialog. I never thought of that! i figured if there was a problem with that i would have got the error on that line. Thanks again Mark! On Tue, Jan 13, 2009 at 5:04 PM, Mark Murphy wrote: > > Josh Dobbs wrote: > > 1. Hav

[android-developers] Re: ArrayAdapter / spinner help

2009-01-13 Thread Josh Dobbs
> > 1. Have you called setContentView() before your call to findViewById()? > > 2. Does your layout have a Spinner element with > android:id="@+id/spinner_drawings"? > > Hi Mark, setContentView is called before i call findViewByid and the layout does have a spinner element with the proper name. --

[android-developers] Re: ArrayAdapter / spinner help

2009-01-13 Thread Josh Dobbs
application On Tue, Jan 13, 2009 at 1:55 PM, Josh Dobbs wrote: > I changed the code to read > if (c != null) { . > int MyNameColumn = c.getColumnIndexOrThrow("drawingName"); >c.moveToFirst(); > } > Im catching the exception which is java

[android-developers] Re: ArrayAdapter / spinner help

2009-01-13 Thread Josh Dobbs
I changed the code to read if (c != null) { . int MyNameColumn = c.getColumnIndexOrThrow("drawingName"); c.moveToFirst(); } Im catching the exception which is java.lang.NullPointerException. I don't understand why tho. There is data in the array, i see it get filled when i ste

[android-developers] Re: ArrayAdapter / spinner help

2009-01-13 Thread Josh Dobbs
That stops it from crashing but exception.getMessage() is null. Is there something i need to do so that the message is not null? What else should I be looking for? Thanks! Josh On Tue, Jan 13, 2009 at 7:22 AM, android_soft wrote: > > int MyNameColumn = c.getColumnIndexOrThrow("drawingName");