Re: [android-developers] Google Checkout order list

2012-06-17 Thread Dallas Gutauckis
Use the Google checkout API. On Jun 17, 2012 8:14 PM, Fred Niggle fred.nig...@googlemail.com wrote: WHY? On 17 June 2012 22:13, Giuseppe Porcelli- FINM porcelli.giuse...@gmail.com wrote: I need to do it by code and not by browser. ** ** *Da:* android-developers@googlegroups.com

Re: [android-developers] C2DM question

2012-05-17 Thread Dallas Gutauckis
Given that it's in your onCreate of the main activity, I'd say it's sent every time onCreate is called on your main activity, unless you've added additional logic you're not showing. On Thu, May 17, 2012 at 3:02 AM, Eyal Berman bermane...@gmail.com wrote: in my onCreate of the main avtivity i

Re: [android-developers] C2DM question

2012-05-17 Thread Dallas Gutauckis
AM, Eyal Berman bermane...@gmail.com wrote: did the registrationId is changing or it is always the same until the next instalation? On Thursday, May 17, 2012 4:55:07 PM UTC+3, Dallas Gutauckis wrote: Given that it's in your onCreate of the main activity, I'd say it's sent every time onCreate

Re: [android-developers] C2DM question

2012-05-17 Thread Dallas Gutauckis
it against Google? On 17 במאי 2012 18:42, Dallas Gutauckis dall...@gmail.com wrote: The registration id changes every time you request it. Additionally, it may change periodically without request. Make sure the server always receives the latest registration id broadcasted. See https

Re: [android-developers] C2DM question

2012-05-17 Thread Dallas Gutauckis
then a service is look in db for new messages and if there are he push them to app. if it dosent succssess how i tell the app to send another registrationId? On Thursday, May 17, 2012 6:52:49 PM UTC+3, Dallas Gutauckis wrote: I recommend that you save it in the application's storage and only

Re: [android-developers] Re: Total Available memory for Memory Management logic.

2012-04-26 Thread Dallas Gutauckis
The Android developer site also explains why SoftReference and WeakReference are no longer a good solution. It also goes into detail on how to developer a good solution: http://developer.android.com/training/displaying-bitmaps/cache-bitmap.html In the past, a popular memory cache implementation

Re: [android-developers] Dynamic loading of components

2012-04-25 Thread Dallas Gutauckis
This might lead you in the right direction... http://developer.android.com/reference/dalvik/system/DexClassLoader.html http://stackoverflow.com/questions/3022454/how-to-load-a-java-class-dynamically-on-android-dalvik On Wed, Apr 25, 2012 at 11:35 PM, Hemant Chaudhari hemant.newslet...@gmail.com

[android-developers] Re: Dynamic loading of components

2012-04-25 Thread Dallas Gutauckis
This might lead you in the right direction... http://developer.android.com/reference/dalvik/system/DexClassLoader.html http://stackoverflow.com/questions/3022454/how-to-load-a-java-class-dynamically-on-android-dalvik On Wednesday, April 25, 2012 11:35:03 PM UTC-4, Hemant Chaudhari wrote:

[android-developers] Re: Getting Acquired: Selling Apps and Games to a Business/Investor

2012-04-02 Thread Dallas Gutauckis
Seems my original email didn't show up in the group, so if it does later, I apologize for the multiple responses. On Wednesday, March 28, 2012 9:30:39 AM UTC-4, Rob Jackson wrote: I'm working on an article about app developers selling their apps/games to larger companies for Phandroid.com

Re: [android-developers] Getting Acquired: Selling Apps and Games to a Business/Investor

2012-04-02 Thread Dallas Gutauckis
On Wed, Mar 28, 2012 at 9:30 AM, Rob Jackson robjackso...@gmail.com wrote: I'm working on an article about app developers selling their apps/games to larger companies for Phandroid.com and hoping some developers here may be able to offer some insight. If you have any experience, insight,

Re: [android-developers] Error while pulbishing a new APK or even when uplaoding a new image in Android Marker

2012-02-22 Thread Dallas Gutauckis
Please see these threads: http://groups.google.com/a/googleproductforums.com/forum/#!topic/android-market/NghLZh2w6_g https://groups.google.com/a/googleproductforums.com/forum/#!topic/android-market/dKjnYH9pe-s On Wed, Feb 22, 2012 at 10:58, Thierry Brethes tbret...@gmail.com wrote: I get an

[android-developers] Re: In-App Billing always fails with “Reason: Took too long to deliver”

2012-02-14 Thread Dallas Gutauckis
Through email feedback from an Android Developer Advocate, I have confirmed that this is a risk/settlement issue. Full response from him: Dallas, I'm sorry to hear that you've been having difficulty getting adequate support for this issue. My apologies. The issue you describe is currently a

Re: [android-developers] Re: In-App Billing always fails with “Reason: Took too long to deliver”

2012-02-14 Thread Dallas Gutauckis
On Tue, Feb 14, 2012 at 15:00, John Coryat cor...@gmail.com wrote: Call me crazy, but wouldn't it be a lot more helpful to the user if the error message displayed to them contained the line: There are a number of different things that could help for this... I'm just happy to have gotten some

Re: [android-developers] Re: App in production: java.lang.RuntimeException: Unable to instantiate activity

2012-02-10 Thread Dallas Gutauckis
Is northern.captain.seabattle.SeabattleNC your main/launcher activity? On Fri, Feb 10, 2012 at 09:23, Leo leonidthek...@gmail.com wrote: I use proguard for deploying my app to the market. But why are you asking? How is it connected with my question? On Feb 10, 11:41 am, Jonathan S

Re: [android-developers] Re: App in production: java.lang.RuntimeException: Unable to instantiate activity

2012-02-10 Thread Dallas Gutauckis
it starts without a problem. On Feb 10, 6:30 pm, Dallas Gutauckis dgutauc...@myyearbook.com wrote: Is northern.captain.seabattle.SeabattleNC your main/launcher activity? On Fri, Feb 10, 2012 at 09:23, Leo leonidthek...@gmail.com wrote: I use proguard for deploying my app

Re: [android-developers] Re: App in production: java.lang.RuntimeException: Unable to instantiate activity

2012-02-10 Thread Dallas Gutauckis
I'm not using proguard. On Fri, Feb 10, 2012 at 14:53, Jonathan S xfsuno...@gmail.com wrote: proguard can strip classes that can lead to ClassNotFoundException. I am wondering about your proguard configuration. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: In-App Billing always fails with “Reason: Took too long to deliver”

2012-02-07 Thread Dallas Gutauckis
I'm also seeing this issue with any card I test with, on any account I test with, and on any device I test with. http://stackoverflow.com/questions/9164013/in-app-billing-fails-with-took-too-long-to-deliver Quoted from SO: I am in the process of integrating In-App Billing in my application for

Re: [android-developers] Re: Source not found/ArrayAdapter

2012-02-07 Thread Dallas Gutauckis
Try moving your call to setContentView before the call to findViewById. If you don't have layout, findViewById won't find a view. I'm assuming your NPE is on that spinner.setAdapter(...) line. On Mon, Feb 6, 2012 at 22:30, Ozone Apps ozoneforandr...@gmail.com wrote: Sorry for being so vague the