Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
Hello Romain Guy, How would I post the full stack trace? The logcat output? John On Thu, Jan 5, 2012 at 2:30 PM, Romain Guy romain...@android.com wrote: Please post the full stack trace of your exception. On Thu, Jan 5, 2012 at 11:28 AM, John Davis davi...@gmail.com wrote: Hello Treking

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
(String[]) line: 626 NativeStart.main(String[]) line: not available [native method] 2012/1/5 John Davis davi...@gmail.com: Hello Romain Guy, How would I post the full stack trace? The logcat output? John On Thu, Jan 5, 2012 at 2:30 PM, Romain Guy romain...@android.com wrote

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
in the list. Parameters positionWhich data to get Returns The data associated with the specified position in the list === On Thu, Jan 5, 2012 at 2:31 PM, Mark Murphy mmur...@commonsware.com wrote: 2012/1/5 John Davis davi...@gmail.com: The only exception which i can find

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
it does something else. -- Kostya 5 января 2012 г. 23:32 пользователь Kristopher Micinski krismicin...@gmail.com написал: 2012/1/5 John Davis davi...@gmail.com: The only exception which i can find is javalang.unsupportedOperationException. as I was saying the api has a bug. The docs say

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
us the stack trace generated by the exception. On Thu, Jan 5, 2012 at 11:46 AM, John Davis davi...@gmail.com wrote: Hello Mark, Nope. for (int i=0;inumRows;i++) { // If it is the 2nd or 5th item, tag it so that it will be displayed in blue. if (i==2

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
=en -- John F. Davis 独树一帜 -- 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

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
LOL Treking, buddy. I posted it to the best of my ability. Do you mean copy and paste the output from the stack trace in the debug window? On Thu, Jan 5, 2012 at 2:51 PM, TreKing treking...@gmail.com wrote: Will someone please go to John's house / work and copy and paste the actual mother

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
like the getItemAtPosition is returning a string instead of a view. Is this a list of views or a list of strings? John On Thu, Jan 5, 2012 at 2:40 PM, Kostya Vasilyev kmans...@gmail.com wrote: That's the debugger's stack trace, not the logcat stack trace. Press F8 a few times until your

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
. The listview contains two lists. The list of text which is retrieved via getitematpostion and the list of views which is retrieved via getChildAt. Also, I learned that the debugger window has a call stack whereas the logcat window has a java exception list. John On Thu, Jan 5, 2012 at 2:57 PM

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
Hello Ok. So I appreciate the help. Here is the summary: for (int i=0;icount;i++) { // If it is the 2nd or 5th item, tag it so that it will be displayed in blue. if (i==2 || i==5) { listCount = adapter.getCount();

Re: [android-developers] is this a bug

2012-01-05 Thread John Davis
Hello Treking, I am sorry if I made you feel that way. I was most certainly going in circles myself. Have a good one and thanks for the help. Smile John On Thu, Jan 5, 2012 at 3:16 PM, TreKing treking...@gmail.com wrote: 2012/1/5 John Davis davi...@gmail.com You have to realize the other

Re: [android-developers] Is there a docment on getView()?

2012-01-05 Thread John Davis
Hello Kris, Yes, that is a good way to put it. Thanks for the info. John On Thu, Jan 5, 2012 at 3:37 PM, Kristopher Micinski krismicin...@gmail.com wrote: On Thu, Jan 5, 2012 at 2:18 PM, John Davis davi...@gmail.com wrote: Hello Ok. So I appreciate the help. Here is the summary

Re: [android-developers] How to get technical support from Google?

2012-01-05 Thread John Coryat
developer though. Being a Google employee doesn't confer some magic power. There are thousands of competent Android developers who can be had if you're willing to shell out enough money. -John Coryat -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] How to get technical support from Google?

2012-01-05 Thread John Coryat
You can get that kind of time at Google IO. That's one of the really great things about that conference. They have office hours and are willing to talk to just about anyone about anything. -John Coryat -- You received this message because you are subscribed to the Google Groups Android

[android-developers] typo

2012-01-04 Thread John dipilla
didnt know where to put this, but the word friend is spelled wrong at http://developer.android.com/sdk/android-4.0-highlights.html...here is the text as written on the site Rich and versatile camera capabilities The Camera app includes many new features that let users capture special moments

[android-developers] How To Debug Hangs

2012-01-03 Thread John
I have a customer with a 2.2 Samsung device. He claims that my app is displaying a busy dialog for 15 minutes, at which point he presses the home button. He then goes into Settings and does a Force Stop. Is there any way to get a stack trace of where the app was at the time of the force stop? Is

[android-developers] Re: What percentage of users lack the ability to install from outside the Droid marketplace ?

2012-01-02 Thread John Coryat
You can count every ATT customer as one who won't be able to get your app. ATT cripples their Android devices by preventing them from downloading apps from unknown sources. I don't know what the percentage of Android users are on ATT but it isn't miniscule. -John Coryat -- You received

[android-developers] Running keytool for MD5 Fingerprint

2011-12-31 Thread John Raftery
a second. It's probably something really simple I'm missing. Could I have some help please? I'm using Windows. Thanks, John -- 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

Re: [android-developers] Re: uploading to the google cloud service

2011-12-29 Thread John Goche
billing for this or how do I tackle this issue. The space and bandwith offered seems copious on one hand and on the other hand perhaps not. Thanks for all your suggestions, John Goche P.S. Studio, you mentioned doing much work with databases and the web in some of your past emails, do you prefer

Re: [android-developers] Re: uploading to the google cloud service

2011-12-28 Thread John Goche
instead/ database backend. Thanks, John Goche On Wed, Dec 28, 2011 at 1:27 AM, havexz bali.param...@gmail.com wrote: Looks like this is what you looking for: http://android-developers.blogspot.com/2010/05/android-cloud-to-device-messaging.html On Dec 27, 5:36 pm, John Goche johngoch

[android-developers] clarification: SD card

2011-12-28 Thread John Goche
pieces on my smartphone. Anyone know what the capacity of such a storage location is in MB? Thanks, John Goche -- 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

Re: [android-developers] Re: uploading to the google cloud service

2011-12-28 Thread John Goche
to install it? Thanks, John Goche On Wed, Dec 28, 2011 at 6:49 PM, havexz bali.param...@gmail.com wrote: BTW ...reading your question again...looks like you are looking for Backing up App Data and then restoring it on different device. So this is what I think you want: http

[android-developers] sending a backup file to the cloud

2011-12-27 Thread John Goche
else would I transfer the data from a file in the application's sandbox to a user specified server (such as a google mail server) on the web. Can someone please offer some suggestions on how to achieve this operation of transfering data from the phone to a backup file in the cloud. Thanks, John

[android-developers] publishing two versions of same application

2011-12-27 Thread John Goche
for the free version or can I keep publish both application under both reverse FQDNs. Also, do I need to make two separate packages for them in eclipse or is there a way I can keep both under one directory somehow? Thanks for your comments and feedback, John Goche -- You received this message because

Re: [android-developers] publishing two versions of same application

2011-12-27 Thread John Goche
. Please share your approach with us, I am very willing to learn what the alternatives may be, Thanks, John Goche -- 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] uploading to the google cloud service

2011-12-27 Thread John Goche
to the right place? I just cannot find the reference. Thanks, John Goche -- 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

[android-developers] runtime error: com.android.internal.os.LoggingPrintStream.println

2011-12-26 Thread John Goche
, John Goche -- 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

[android-developers] Re: out of memory

2011-12-25 Thread John Coryat
We were seeing this a lot too on the new Nexus but then the update came out and I haven't seen one since. Make sure you're running the more recent release of ICS. That seems to have solved the problem for us. -John Coryat -- You received this message because you are subscribed to the Google

Re: [android-developers] issue with conditionally choosing first activity to be displayed

2011-12-24 Thread John Goche
Thank you all for your replies, they were really helpful. I think I am going to launch an intent just before calling setContentView() the first time the application starts up followed by finish(), and call setContentView() all other times. Regards, John Goche -- You received this message

[android-developers] issue with conditionally choosing first activity to be displayed

2011-12-23 Thread John Goche
explained the problem clearly. Any help would be sincerely appreciated. Thanks, John Goche -- 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

[android-developers] Re: Messages between App and Server without C2DM

2011-12-21 Thread John Coryat
Any users of Urban Airship around here? It looks promising but what's the catch (besides cost)? What's the mechanism behind this system? -John Coryat -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Help clarifying Android Market Developer Program Policies Spam and Placement

2011-12-21 Thread John Moses
I just got an email with the subject 7-Day Notificati**on of Android Market Developer Term Violation noting the spam and placement section. I have an app that is a ListView of each state that links to a WebView for a form hosted by state government. I listed out the name of each state in my

[android-developers] Re: Pls send me android souce code....

2011-12-19 Thread John Coryat
Here you go: http://bit.ly/ucalcF -- 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] Re: how to make minor changes but not push out an update

2011-12-18 Thread John Coryat
give your users a free opt-out option. That way if they were annoyed by your placement of ads, they could simply stop them. I think you'll find it's a relatively small percentage, like 4%, who object to ads. -John Coryat -- You received this message because you are subscribed to the Google Groups

[android-developers] ImageButton: changing image and background simultaneously

2011-12-12 Thread John Goche
, John Goche -- 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

[android-developers] ListView entries question: dynamically changing to EditText

2011-12-12 Thread John Goche
Hello, Is it possible to code a ListView in such a way that when a user clicks on one of its TextView entries it turns into an EditText which allows the user to enter text? Thanks, John Goche -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] play skyrim? here is info on an app I wrote using sqlite and xslt

2011-12-12 Thread John Davis
http://netskink.blogspot.com/2011/12/skyrim-alchemy-lab-using-xslt-xml-and.html -- John F. Davis 独树一帜 -- 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] uploading and downloading files from email

2011-12-12 Thread John Goche
Hello, I would like to know whether it is possible to invoke a web browser in such a way so as to pass it an attachment and then also in another application open a web browser and download an attachment to an android application so that the application can read the attachment? Thanks, John

Re: [android-developers] uploading and downloading files from email

2011-12-12 Thread John Goche
On Mon, Dec 12, 2011 at 10:37 PM, TreKing treking...@gmail.com wrote: On Mon, Dec 12, 2011 at 12:21 PM, John Goche johngoch...@googlemail.comwrote: I would like to know whether it is possible to invoke a web browser in such a way so as to pass it an attachment and then also in another

[android-developers] Would PointSec Attempt to Encrypt Device?

2011-12-12 Thread John Giotta
The company I work for uses PointSec(http://www.pointsec.org/) to secure harddrives and I know that copying to a flash drive would lead to an encrypted drive, but will PointSec encrypt my Android device during development? I don't wish to deploy APKs to my device if I risk encrypting it. --

[android-developers] using fonts with canvas paint

2011-12-10 Thread John Goche
and how do I use it with getAssets() in my code? 2. Suppose I want to make my own TTF fonts for use with android. How do I go about doing this. Can I use LaTeX somehow? Many Thanks, John Goche -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Re: splash screen

2011-12-10 Thread John Goche
someone could give me some help in understanding the best solution for my use case and why it works? Thanks a lot, John Goche (here is what I've found so far...) -- http://stackoverflow.com/questions/3536590/android

Re: [android-developers] Re: splash screen

2011-12-10 Thread John Goche
the relationship between this code and the official AsyncTask code from google if any? Thanks, John Goche -- 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

Re: [android-developers] Re: splash screen

2011-12-10 Thread John Goche
=@android:style/Theme.NoTitleBar.Fullscreen ... Thank you for all your kind replies, As always, feedback welcome, Regards, John Goche -- 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] external saxon jar in android app

2011-12-09 Thread John Davis
app I have written to use the android UI. Is this possible? -- John F. Davis 独树一帜 -- 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

[android-developers] Re: Suspended app

2011-12-09 Thread John Coryat
of your apps pulled and if you don't act right now to remove EVERY copyright and other terms violation from those products, be prepared to have your account terminated. You're on thin ice and are jumping up and down. Not a smart thing to do. -John Coryat -- You received this message because you

[android-developers] Re: Suspended app

2011-12-09 Thread John Coryat
nights. Merry Christmas! -John Coryat -- 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

Re: [android-developers] Re: splash screen

2011-12-08 Thread John Goche
that displays a spinner and then start the real activity from there. Or Miguel, you say place alayout on top of the surface view, but isn't the surface view what is taking a long time to load? Thanks, John Goche On Thu, Dec 8, 2011 at 3:27 AM, Miguel Morales therevolti...@gmail.comwrote: How about placing

Re: [android-developers] Re: sound effects for android game application

2011-12-08 Thread John Goche
, but I don't know how. I've also checked out audacity, which can record, but don't know how to smoothen out the recored sounds. Thanks, John Goche On Mon, Nov 28, 2011 at 10:43 PM, Tobiah t...@tobiah.org wrote: On 11/28/2011 1:31 PM, John Goche wrote: Thanks, but what I was asking is what

Re: [android-developers] Re: splash screen

2011-12-08 Thread John Goche
the application loads I can see for a short while the application name highlighted at the top of the black screen before the full screen. Anyone know why this is and how I can make it go away? Thanks, John Goche -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Checkout seems broken again

2011-12-07 Thread John Huang
From 12 hours ago, a lot orders uncharged, a lot orders cancelled and declined, use may cancelled the order because of uncharged issue :( John -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] writing to assets directory

2011-12-07 Thread John Goche
Hello, I would like to ask: Is it possible to write to the assets directory or can I only write to a separate directory from my application's logic? Thanks, John Goche -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] filesystem problems: please help

2011-12-07 Thread John Goche
thereafter given the above? Many thanks for your help, John Goche -- 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

Re: [android-developers] writing to assets directory

2011-12-07 Thread John Goche
On Wed, Dec 7, 2011 at 2:14 PM, Mark Murphy mmur...@commonsware.com wrote: On Wed, Dec 7, 2011 at 7:58 AM, John Goche johngoch...@googlemail.com wrote: Is it possible to write to the assets directory No. Assets, like resources, are read-only at runtime. Thanks, but is there a way to copy

Re: [android-developers] writing to assets directory

2011-12-07 Thread John Goche
it that way. I am going to have to write a separate file just to check whether there was a previous install of the application or not. Thanks, John Goche -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: What the frack is going on with Google Checkout and Market this time? Screwed up

2011-12-07 Thread John Coryat
SNAFU. -John Coryat -- 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

[android-developers] splash screen

2011-12-07 Thread John Goche
Hello, My application is taking a while to load so I am going to have to place a splash screen. Any suggestions about how to go about doing this (the application is 2D and uses a SurfaceView and a loop therein to update the user interface). Thanks, John Goche -- You received this message

Re: [android-developers] Re: splash screen

2011-12-07 Thread John Goche
Thanks Rich, What do you mean by do the loading in the background. Do I have to call startActivity() in a separate thread? When you say send a message back to the activity do you mean I should call startActivityForResult()? Thanks, John Goche On Wed, Dec 7, 2011 at 9:45 PM, rich friedel

[android-developers] RectF: float parameters in pixelated canvas???

2011-12-05 Thread John Goche
for clarification on this subtle issue and why things have been designed this way in the Canvas related API, Regards, John Goche -- 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: User cannot install an update

2011-12-05 Thread John Coryat
the app should delete the app directory but doesn't sometimes if there's a permission problem. I have never seen anything like this in nearly 3,000,000 installs of our app. If it does happen, probably doing my suggested procedure will solve it. -John Coryat -- You received this message because

[android-developers] Re: User cannot install an update

2011-12-05 Thread John Gaby
=14359 or https://groups.google.com/forum/#!topic/android-developers/Sm7WCWZYcK... In the first post, the author describes how he ended up with an app having a different user ID than the app data directory. @John Coryat : If you read the original post in this thread and his follow up, you

[android-developers] Re: User cannot install an update

2011-12-05 Thread John Coryat
time staring off into empty space than do that. If you want to be 100% support for any problem a user encounters, that's strictly up to you but if your app ever gets popular, then you'll be swamped. Better to send them to Android support and let them deal with it. -John Coryat @martin - I

[android-developers] Re: User cannot install an update

2011-12-05 Thread John Gaby
dozens (or hundreds?) who don't bother. On Dec 5, 10:32 am, John Coryat cor...@gmail.com wrote: You'll have to decide what level of support you want to offer. For me, once I've determined it isn't a problem with the app, the user has to look elsewhere for support. I can't help solve problems

[android-developers] Re: User cannot install an update

2011-12-05 Thread John Coryat
. The rest are going to be oddities that affect only a very few and unless you have the actual device in your hands, probably unsolvable. -John Coryat -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: User cannot install an update

2011-12-05 Thread John Gaby
would agree with John that this is not worth your time as a support issue. But if your user has root access, I would try deleting the app data folder. This has worked for the issue that I addressed. Otherwise, factory reset :(. -- You received this message because you are subscribed

[android-developers] Re: User cannot install an update

2011-12-05 Thread John Coryat
. Then there are those that think they know everything and assume that what you're telling them to do is silly. It's far better to draw the line at solving problems within your app and refer any problems with Android itself to a higher power. -John Coryat -- You received this message because you

[android-developers] Re: In-app billing

2011-12-05 Thread John Coryat
yes -- 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,

[android-developers] User cannot install an update

2011-12-04 Thread John Gaby
I have a user who is trying to install an update and it is failing. He has sent me the logcat and it seems to be failing because of some kind of incompatibility with the shared UserID. However, I am able to install the same update over the same old version without this problem. Here is the

[android-developers] Re: User cannot install an update

2011-12-04 Thread John Gaby
There is one more relevant point. I have had the user completely uninstall the app and re-install the new version and the above log is what he is seeing -- 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] Re: User cannot install an update

2011-12-04 Thread John Coryat
/ The thing about taking the battery out may be extreme but (no joking here!) a lot of users don't know how to turn their phone off completely. Telling them to take the battery out is the surest way to make sure they're actually turning it off. It has nothing to do with the battery. -John Coryat -- You

[android-developers] pausing games: dealing with Handler Messages timers

2011-12-02 Thread John Goche
, John Goche -- 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

Re: [android-developers] Re: multitouch support again...

2011-12-02 Thread John Goche
Thanks Achim for the clarification, it makes sense. Regards, John Goche On Fri, Dec 2, 2011 at 4:01 PM, al achim.leub...@googlemail.com wrote: It works because returning true signals that the event has been consumed. That's the signal for the parent ViewGroup to set this view as a target

Re: [android-developers] pausing games: dealing with Handler Messages timers

2011-12-02 Thread John Goche
at 5:45 AM, John Goche johngoch...@googlemail.comwrote: Hello, I have an android game which uses timers to update the screen sprites. When the user wishes to pause the screen I have to know which timers are pending and how long is missing before their expiration time. So this means I have

Re: [android-developers] pausing games: dealing with Handler Messages timers

2011-12-02 Thread John Goche
Well, my code uses handlers, which are specific to android, so at least I thought I'd post my code, so anyone with any comments on this android-specific code feel free to drop me a line. John Goche class TimeStampedMessage { TimeStampedMessage(Handler handler, long when, int what

Re: [android-developers] Tabed pane Help

2011-12-02 Thread John Goche
want to use an SQLiteDB to store your data. Regards, John Goche On Fri, Dec 2, 2011 at 4:36 PM, chowdary nani naveenneeli...@gmail.comwrote: Hi All, In Tabedpane i have 2 tabs.I have to send data from one tab to another tab. Please help me how to do this in android. Thanks Naveen

Re: [android-developers] Re: multitouch support again...

2011-12-01 Thread John Goche
not the same. means something different than multitouch: Thanks for the clarification, I would be satisfied if I could get the second finger going down detected. Any ideas? John Goche On 30 Nov., 22:11, John Goche johngoch...@googlemail.com wrote: Hello, I have posted this message

Re: [android-developers] Re: multitouch support again...

2011-12-01 Thread John Goche
? If not, do so. Thanks, I was returning super.onTouchEvent(event); That made the whole difference, it now works. So somehow super.onTouchEvent(event) was consuming my event when it was not supposed to? Why does this solution work? Thanks, John Goche -- You received this message because you

Re: [android-developers] game design question: multiple handlers

2011-11-30 Thread John Goche
so that my handleMessage does not quickly turn into a mess? Thanks, John Goche On Tue, Nov 29, 2011 at 11:02 PM, TreKing treking...@gmail.com wrote: On Tue, Nov 29, 2011 at 3:46 PM, John Goche johngoch...@googlemail.comwrote: The number of sprites is indefinite (could vary in number

Re: [android-developers] game design question: multiple handlers

2011-11-30 Thread John Goche
Also, why would it be better to have one handler than multiple handlers anyways given that in some situations multiple handlers can compile? On Wed, Nov 30, 2011 at 1:32 PM, John Goche johngoch...@googlemail.comwrote: Thank you TreKing for your advice, But then in my handleMessage I would

Re: [android-developers] game design question: multiple handlers

2011-11-30 Thread John Goche
the details out, I spent some time restructuring my code and then was unable to get the same error message hence the vagueness. I'm still interested in what might have caused the orignal message telling me to call looper.prepare() though and the logic behind it. Thanks, John Goche 2011/11/30

[android-developers] multitouch support again...

2011-11-30 Thread John Goche
down without lifting the first one I don't see the ACTION_POINTER_DOWN. Not sure what I'm doing wrong if anything. Thanks for your help, John Goche -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: Stealing an apk wirelessly

2011-11-30 Thread John Coryat
Hal, There are a lot of other things more important to worry about. I'd just forget that line of query and move on. -John Coryat -- 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: I/O date change

2011-11-30 Thread John Coryat
If you sell all the free hardware you get at the conference, you might end up with a profit. If you do that, then you miss the whole point of Google IO and might as well stay home. -John Coryat -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: I/O date change

2011-11-30 Thread John Coryat
Isn't getting free stuff the point? If you'd ever been to an IO, you would know that the free stuff is just fluff. I wish they would return to the way it was before and not give out anything except a t-shirt and maybe a hat. -John Coryat -- You received this message because you

[android-developers] game design question: multiple handlers

2011-11-29 Thread John Goche
and what exactly is the problem? Thanks, John Goche -- 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

[android-developers] sound effects for android game application

2011-11-28 Thread John Goche
Hello, I am making an android game. I wonder whether anyone can suggest how to go about producing the sound effects including sound track as well as other sounds for the game. Thank you for your feedback, John Goche -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: sound effects for android game application

2011-11-28 Thread John Goche
Thanks, but what I was asking is what software is available for creating the sound effects and what is being used for them in general, cause if I don't have any I cannot load them into memory. Regards, John Goche On Mon, Nov 28, 2011 at 9:24 PM, hoyski hoy...@gmail.com wrote: On Nov 28, 9:42

[android-developers] multitouch support or no support???

2011-11-28 Thread John Goche
the code run when I place the first finger down. When I place the second finger down without lifting the first one I don't see the ACTION_POINTER_DOWN. Not sure what I'm doing wrong if anything. Thanks, John Goche -- You received this message because you are subscribed to the Google Groups

[android-developers] View/onDraw(Canvas) vs. SurfaceView

2011-11-23 Thread John Goche
). Can someone please give me an update on this? Thanks, John Goche -- 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

[android-developers] Re: View/onDraw(Canvas) vs. SurfaceView

2011-11-23 Thread John Goche
the system's View hierarchy is ready to draw. if I have just a single View on my screen (say for a game) why would the View hierarchy take a longer time to draw than if the View's Canvas is updated from a separate thread? Thanks for your feedback, John Goche On Wed, Nov 23, 2011 at 1:30 PM

[android-developers] reading a plain text file: java.lang.fileNotFoundException

2011-11-23 Thread John Goche
)); reader.read(); where fileName =assets/foo.txt but I get a java.lang.fileNotFoundException. How can I ensure that the file is found? Thanks, John Goche -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] reading a plain text file: java.lang.fileNotFoundException

2011-11-23 Thread John Goche
Thanks, Here is how I solved it, BufferedReader reader = new BufferedReader(new InputStreamReader(ctx.getAssets().open(fileName))); Regards, John Goche On Wed, Nov 23, 2011 at 8:53 PM, Mark Murphy mmur...@commonsware.comwrote: You don't access assets/ by FileReader. You access assets/ via

[android-developers] createRfcommSocket

2011-11-21 Thread John
Our app uses a bluetooth connection and has been working fine for about a year. On a new Samsung G S2 phone we are seeing a problem connection the socket. The error is 'Service discovery failed'. Now we've seen this on HTC phones, and the solution was to include a call to createRfcommSocket, if

[android-developers] Re: urgent help for the project

2011-11-21 Thread John
Take a look at the documentation at http://developer.android.com/index.html. Be prepared to spend a few hours looking it over. Start with the Dev Guide. If you've read the Dev Guide and still your questions are not answered, look at the Resources tab where you can find sample code. -- You

[android-developers] Re: In-App subscription, using PayPal is against Android Market rules?

2011-11-18 Thread John Coryat
of the market so you won't have to be concerned about having your app pulled. -John Coryat -- 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] OpenGL on android

2011-11-16 Thread John Goche
because I would require one to read my model into OpenGL/Java. Comments and suggestions on how to proceed welcome, Thanks, John Goche -- 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] eclipse IDE: including misc files

2011-11-11 Thread John Goche
Hello, I would like to know whether there is a way to include miscellaneous files in the eclipse IDE such as shell scripts used to generate data without getting an error from the IDE. Thanks, John Goche -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Obsoleting 1.5

2011-11-10 Thread John Coryat
of the screenshots. Keep that in mind. -John Coryat -- 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

[android-developers] android statistics (android versions and their market share)

2011-11-08 Thread John Goche
Hello, I wonder if anyone could tell me how long the latest version of android (2.3.3) has been out. Where can I find a web page with a pie chart of the relative number of phones which have been produced for each android version? Thanks a lot, Many thanks, John Goche P.S. I am considering

[android-developers] StackWidget - StackView Widget sample download

2011-11-08 Thread John
How do I download the sample the StackWidget - StackView Widget sample for the Windows SDK? It, apparently, is supposed to be found here: The file containing the source code shown below is located in the corresponding directory in sdk/samples/android-version/... I have downloaded the samples for

<    3   4   5   6   7   8   9   10   11   12   >