[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 joshdo...@gmail.com 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

[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 joshdo...@gmail.com wrote: Im using a

[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 mguzman...@gmail.com 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

[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 mmur...@commonsware.comwrote: 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

[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 rob.fr...@gmail.com wrote: I was going to let this thread die but

[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 rob.fr...@gmail.com wrote: Nothing, but when he's charging $5 for an app with info that you could google easily, you really kind of

[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 x...@android.com wrote: Do you have a libs folder in your project? Xav On Tue, Apr 28, 2009 at 9:07 PM, Josh joshdo...@gmail.com wrote: I upgraded to version 1.5 of the sdk and now when i try

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

2009-04-25 Thread Josh Dobbs
I just did it with no problem I used uses-*sdk* android:minSdkVersion=1 / put it right after the openin manifest tag. On Fri, Apr 24, 2009 at 6:40 PM, s...@zooropa.com s...@zooropa.com wrote: I'm still having the same problem as below when I insert the: uses- sdk

[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

[android-developers] Re: need some collection help

2009-03-27 Thread Josh Dobbs
:50 pm, Josh Dobbs joshdo...@gmail.com 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 really matter to me but I cant seem to get either to work. I cant seem to find an example of what I

[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 mmur...@commonsware.comwrote: Josh wrote: I want to store objects into an array

[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 joshdo...@gmail.com wrote: You mean like the ones

[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 joshdo...@gmail.com wrote: 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

[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 joshdo...@gmail.com wrote: I want to keep track of multiple instances of a class without hardcoding a bunch of variables. I can

[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 bshumsk...@yahoo.com 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

[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 rbgrn@gmail.com wrote: It's strange - I

[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, sunil.mahar...@lntinfotech.com 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

[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 to

[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 chris...@gmail.com wrote: I know there is a Google Checkout API, but that seems it is more for creating a shopping cart, and interfacing

[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 jjc1...@gmail.com wrote: On Feb 19, 9:03 pm, Stoyan Damov stoyan.da...@gmail.com wrote: It is the message below? Actually,

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

2009-02-19 Thread Josh Dobbs
Damov stoyan.da...@gmail.com 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 joshdo...@gmail.com wrote: they have difinately missed the target. I am on the west coast

[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 joshdo...@gmail.com wrote: It's running Windows Server On Wed, Feb 11, 2009

[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 alcapw...@googlemail.com 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,

[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: 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

[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 rob.fr...@gmail.com wrote: Hi all When did Google start allowing devs to charge for their applications? I thought this was

[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

[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 joshdo...@gmail.com 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

[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

[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

[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 akul...@mail.ru 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

[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 ddum...@gmail.com wrote: Sorry, that's Match 1 character *NOT *a-z, followed by any character zero or more

[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 faberfe...@gmail.com wrote: On Wed, Jan 14, 2009 at 10:00 AM, Dan Dumont

[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 alcapw...@googlemail.com wrote: Both A T and Faber's solutions should work fine if you add the check for uppercase letters also: String foo = aAsdjshdIUjkshf;

[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 cspeche...@gmail.com wrote: int MyNameColumn =

[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 step

[android-developers] Re: ArrayAdapter / spinner help

2009-01-13 Thread Josh Dobbs
adapter = newArrayAdapter(this, android.R.layout.simple_spinner_item, array); adapter.setDropDownViewResource (android.R.layout.simple_spinner_dropdown_item); spinner_drawings.setAdapter(adapter);//this is where it bombs out and i have to close the application On Tue, Jan 13, 2009 at 1:55 PM, Josh

[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
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 mmur...@commonsware.comwrote: Josh Dobbs wrote: 1. Have you