[android-developers] market? issue

2013-02-06 Thread Greg Donald
=1.1.3 No permissions changed, no SDK version changes, still at 2.2 just like always. Any idea how to fix this situation? We're a SaaS company and via Google Play I just killed his service because I simply shipped a workaround for an Android keyboard bug. -- Greg Donald -- -- You received

Re: [android-developers] Oauth2 'Signing In' screen

2012-12-16 Thread Greg Donald
-django/ And this was a major help too: https://developers.google.com/oauthplayground/ -- Greg Donald -- 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

Re: [android-developers] Where do I register?

2012-07-02 Thread Greg Donald
On Wed, Jun 27, 2012 at 11:21 PM, Nickolaus Poling nk.p...@gmail.com wrote: I'm new to this and trying to find out where to register to publish products to google play. I didn't see any on the google play website when I clicked on developer. https://play.google.com/apps/publish/Home -- Greg

Re: [android-developers] Re: Writing in C++ code ?

2012-06-05 Thread Greg Donald
flipping I do in Android. -- Greg Donald -- 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: google io

2012-03-28 Thread Greg Donald
interested Android developers signed up ahead of the scalpers then why should I? -- Greg Donald -- 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: google io

2012-03-28 Thread Greg Donald
I say it, lacks finesse. I see no reason to ever try again. Making something extremely difficult to acquire doesn't make me want it more, quite the opposite actually. -- Greg Donald -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] google io

2012-03-27 Thread Greg Donald
, but the sellout doesn't actually occur until 7:29am? Why did I have to be signed in to Google+ account? For selection purposes? Seems rigged as fuck to me. Thanks for nothing Google. I won't bother even trying next year. Keep it. -- Greg Donald -- You received this message because you are subscribed

Re: [android-developers] Is PhoneGap Good Enough?

2012-02-14 Thread Greg Donald
this group at http://groups.google.com/group/android-developers?hl=en -- Greg Donald -- 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

Re: [android-developers] Re: Is PhoneGap Good Enough?

2012-02-14 Thread Greg Donald
second request for 200ms or it will sometimes kills the first WebView request. -- Greg Donald -- 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] Is PhoneGap Good Enough?

2012-02-14 Thread Greg Donald
On Tue, Feb 14, 2012 at 6:48 PM, Greg Donald gdon...@gmail.com wrote: I've found that most any Android functionality PhoneGap has can be done with Android Javascript binding + jQuery Mobile. http://developer.android.com/guide/webapps/webview.html#BindingJavaScript http://jquerymobile.com

Re: [android-developers] Re: Javascript binding issues

2012-01-30 Thread Greg Donald
with jQuery (due to multitouch, trackball, etc). On this particular project it's outside the market, and fortunately I have the 5 phones we're targeting.. no trackballs :) Thanks for the jQuery Mobile suggestion, works great. -- Greg Donald -- You received this message because you are subscribed

Re: [android-developers] Re: Javascript binding issues

2012-01-30 Thread Greg Donald
On Mon, Jan 30, 2012 at 12:15 PM, Greg Donald gdon...@gmail.com wrote:        $.each($('tr[class=click]'), function(i, obj) {                $(obj).click(function() {                        Android.clickContact($(obj).attr('id'));                        $(obj).bind('vmousedown', function

[android-developers] Javascript binding issues

2012-01-29 Thread Greg Donald
anything to fire in the Android browser. How can I provide some click feedback for my slow Javascript binding? Thanks, -- Greg Donald -- 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: [android-developers] Best way to distribute app outside of Market

2012-01-26 Thread Greg Donald
an apk file is. An even larger hurdle is explaining to the user why they have to change their settings to even install my app. All in all, distribution outside the Market is fairly painful. -- Greg Donald -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Giving away my book: Genius Android Marketing

2012-01-12 Thread Greg Donald
-Strunk/dp/0205313426/ref=sr_1_6?ie=UTF8qid=1326391750sr=8-6 -- Greg Donald -- 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] Re: how to be a game developers in android

2012-01-11 Thread Greg Donald
. I would love to know what kind of game you can make with app inventor in one hour. No kidding.. where's the game? If I could go from a couple months to an hour on my next game design, that would rule! -- Greg Donald -- You received this message because you are subscribed to the Google

[android-developers] how to revoke google api grants

2011-12-18 Thread Greg Donald
menus.. even uninstalled my test app, but the permissions still persist somewhere, I'm never asked for them again since the first request. I searched the google-api tag, found nothing: http://stackoverflow.com/search?q=%5Bgoogle-api%5D+revoke Thanks. -- Greg Donald -- You received

Re: [android-developers] Re: Android fragmentation study

2011-10-28 Thread Greg Donald
-20126706-1/friday-poll-are-android-phones-upgradeable-enough/ Check out the survey results. Clearly I'm not the only one who thinks Android fragmentation is a complete mess. -- Greg Donald -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Android fragmentation study

2011-10-27 Thread Greg Donald
will begin to care about the new 4.0. I'm still supporting devices running 2.1 and will be for some time to come. -- Greg Donald -- 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: [android-developers] Re: Android fragmentation study

2011-10-27 Thread Greg Donald
upgrade. That's point of the article. Manufacturers aren't upgrading. They ship the device and wash their hands of it. Users on 2 year upgrade contracts are using ancient software versions on their phones. Read the article. -- Greg Donald -- You received this message because you

Re: [android-developers] Re: Android fragmentation study

2011-10-27 Thread Greg Donald
. -- Greg Donald -- 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] BitmapFactory.decodeResource() zero width/height

2011-10-08 Thread Greg Donald
is a png with an alpha layer. I was reading about some problems others were having with Android decoding pngs but I couldn't find any cases with the width and height returning zero. Any idea how to fix? Thanks. -- Greg Donald -- You received this message because you are subscribed

Re: [android-developers] ACRA clear

2011-09-25 Thread Greg Donald
sillyness. -- Greg Donald -- 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

Re: [android-developers] SSL Android

2011-09-25 Thread Greg Donald
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, visit this group at http://groups.google.com/group/android-developers?hl=en -- Greg Donald -- You received this message

Re: [android-developers] android and real time

2011-09-25 Thread Greg Donald
/android-developers?hl=en -- Greg Donald -- 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] SSL Android

2011-09-25 Thread Greg Donald
enticements may be this month. -- Greg Donald -- 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] RMS article on Android

2011-09-21 Thread Greg Donald
http://www.guardian.co.uk/technology/2011/sep/19/android-free-software-stallman Fairly interesting article.. I had never heard of Replicant before: http://replicant.us/about/ -- Greg Donald -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Dialog dismiss()

2011-09-13 Thread Greg Donald
) with devices having width height when I explicitly call setRequestedOrientation( ActivityInfo.SCREEN_ORIENTATION_PORTRAIT ); in my onCreate(). WTF? How is this even possible? This is a nightmare. -- Greg Donald -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] OutOfMemory exceptions

2011-09-11 Thread Greg Donald
On Sat, Sep 10, 2011 at 2:31 AM, Michael Banzon mich...@banzon.dk wrote: Do you know what causes the OutOfMemoryException? My general advise would be to try and avoid that... Yeah, 'cause apps shouldn't have graphics. -- Greg Donald -- You received this message because you are subscribed

Re: [android-developers] Dialog dismiss()

2011-09-09 Thread Greg Donald
guy.. I can't make it work. -- Greg Donald -- 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] Dialog dismiss()

2011-09-08 Thread Greg Donald
) { } } } }.start(); } How can I keep my dismiss() calls from blowing up? Why doesn't try/catch work? -- Greg Donald -- 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] Dialog dismiss()

2011-09-08 Thread Greg Donald
On Thu, Sep 8, 2011 at 2:29 PM, TreKing treking...@gmail.com wrote: On Thu, Sep 8, 2011 at 2:14 PM, Greg Donald gdon...@gmail.com wrote: How can I keep my dismiss() calls from blowing up? Keep a class-level reference to the dialog and dismiss it if you're being destroyed. Well, I just have

Re: [android-developers] Re: getOrientation() madness

2011-08-24 Thread Greg Donald
down or not. And I seriously doubt anyone has four different views for their app.. most will have one, maybe two. -- Greg Donald -- 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: [android-developers] Server for Android APP

2011-08-23 Thread Greg Donald
On Tue, Aug 23, 2011 at 1:18 PM, Michael Banzon mich...@banzon.dk wrote: OT: Did your website just get android-developers'ed or does it 509 all the time? ;-) android-developers'ed Lol. -- Greg Donald -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: getOrientation() madness

2011-08-22 Thread Greg Donald
day due the continuing deprecation. What's a developer to do? -- Greg Donald -- 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

Re: [android-developers] Re: getOrientation() madness

2011-08-21 Thread Greg Donald
On Sun, Aug 21, 2011 at 1:12 AM, Adam Ratana adam.rat...@gmail.com wrote: This isn't orientation, though, this is rotation. I wonder why they named the method getOrientation() then? -- Greg Donald -- You received this message because you are subscribed to the Google Groups Android

[android-developers] getOrientation() madness

2011-08-20 Thread Greg Donald
and orientation? -- Greg Donald -- 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] Can I use drawable-small, large, xlarge instead of hdpi, mdpi, ldpi?

2011-08-15 Thread Greg Donald
smaller, since few programmers or Web designers think about screen density. Or the rare 1920x108 display for that matter. -- Greg Donald -- 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] app issue report utility

2011-08-09 Thread Greg Donald
APK once every lifetime or so.. ACRA is realtime so I can easily ignore old fixed bugs. -- Greg Donald -- 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

Re: [android-developers] Android -- the forgotten real fragmentation

2011-08-03 Thread Greg Donald
with regards to query syntax. -- Greg Donald -- 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] how to run apk remotely

2011-08-03 Thread Greg Donald
desktop into a linux server running an emulator, but it's so slow and unresponsive, that's not gonna work. Thanks for any suggestions. -- Greg Donald -- 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] Re: Install % not updating?

2011-07-16 Thread Greg Donald
On Sat, Jul 16, 2011 at 10:06 AM, Adam Ratana adam.rat...@gmail.com wrote: 2. Google checkout seems to be crashing when particular orders are in the inbox or archive (for me it's some cancelled ones from Japan) Glad to hear it's not just me. My Google Checkout is fubar right now. -- Greg

[android-developers] qHD layouts?

2011-07-14 Thread Greg Donald
layouts? -- Greg Donald destiney.com | gregdonald.com -- 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: [android-developers] qHD layouts?

2011-07-14 Thread Greg Donald
managers and such. Worth saying again: do not target specific screen sizes.  You will be continually unhappy. On Thu, Jul 14, 2011 at 9:59 AM, Greg Donald gdon...@gmail.com wrote: What do I need to name my layout folders to get a qHD device to notice them?  I have tried layout-large and layout

Re: [android-developers] qHD layouts?

2011-07-14 Thread Greg Donald
); app.log( heightPixels: + metrics.heightPixels ); app.log( widthPixels: + metrics.widthPixels ); Looks like sdk version 3 is hard coded to 320x480, no matter what phone I run it on. Good to know. I guess I'm into sdk version 7 from here on. On Thu, Jul 14, 2011 at 1:14 PM, Greg Donald gdon

Re: [android-developers] are ads worth the effort?

2011-06-30 Thread Greg Donald
On Thu, Jun 30, 2011 at 4:05 PM, Brad Gies rbg...@gmail.com wrote: You won't make any money from the ads, but it might be worth having them to convince users to purchase a paid version. I make lots of money from ads. Greystripe for the win. -- Greg Donald destiney.com | gregdonald.com

Re: [android-developers] are ads worth the effort?

2011-06-30 Thread Greg Donald
still apply for example, same same. I always build two versions of every app I make. The free, ad based versions always net more income. I don't ask for donations, I just make one version free and one not free. -- Greg Donald destiney.com | gregdonald.com -- You received this message because

Re: [android-developers] Re: are ads worth the effort?

2011-06-30 Thread Greg Donald
is money. -- Greg Donald destiney.com | gregdonald.com -- 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: [android-developers] Card Game Android

2011-06-30 Thread Greg Donald
or a third library ? I have several card games on the market. The library I use to make the gui is the Android SDK. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Re: ANNOYING BUY

2011-06-20 Thread Greg Donald
On Mon, Jun 20, 2011 at 8:47 PM, TreKing treking...@gmail.com wrote: And then misspell the key word in their post. I was expecting a funny story about a bad purchase. I'm disappointed. Same. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you

[android-developers] list view with alpha transparency effect

2011-06-18 Thread Greg Donald
I have a list view using a layout that has a background color of #8000. When I scroll the list, the list item background color change to a solid color, in this case black. Seems it's ignoring the alpha transparency value on scroll. Is there a way to make it not do that? Thanks. -- Greg

[android-developers] Re: list view with alpha transparency effect

2011-06-18 Thread Greg Donald
On Sat, Jun 18, 2011 at 12:27 PM, Greg Donald gdon...@gmail.com wrote: I have a list view using a layout that has a background color of #8000. When I scroll the list, the list item background color change to a solid color, in this case black.  Seems it's ignoring the alpha transparency

Re: [android-developers] list view with alpha transparency effect

2011-06-18 Thread Greg Donald
view itself but my problem is with list items, not the list. -- Greg Donald destiney.com | gregdonald.com -- 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] list view with alpha transparency effect

2011-06-18 Thread Greg Donald
On Sat, Jun 18, 2011 at 3:09 PM, Greg Donald gdon...@gmail.com wrote: The View passed to me in getView() in my CursorAdapter does not appear to have setCacheColorHint(). Looks like setCacheColorHint() exists for the list view itself but my problem is with list items, not the list. I found

Re: [android-developers] list view with alpha transparency effect

2011-06-18 Thread Greg Donald
( color ); If that's what you meant, it makes it worse. My list view items never even become transparent again after scrolling now. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] list view with alpha transparency effect

2011-06-18 Thread Greg Donald
. And a lot of the time I have to actually touch an item to get the transparency back. I'm just gonna go with solid black. No flicker to worry about. Thanks anyway. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-26 Thread Greg Donald
game managers play with developers to keep them thinking moving targets are normal and good when in practice they are not. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-24 Thread Greg Donald
you said so it can be debated openly.. or be a coward. Android is making me rich. Sorry to hear that is not the case in your own Google Checkout dashboard. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Is Android Smartphone application development similar to Android Tablet..???

2011-04-01 Thread Greg Donald
:) -- Greg Donald destiney.com | gregdonald.com -- 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] Augmented Reality and Spherical 360º Views

2011-03-27 Thread Greg Donald
On Sat, Mar 26, 2011 at 9:01 PM, miguel miguelp...@gmail.com wrote: Do you think they are using openGL? Have you had a look at how AndEngine does it's AR stuff? I know the Qualcom AR SDK uses OpenGL. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you

Re: [android-developers] Re: Developers Phone Program

2011-03-23 Thread Greg Donald
prompts me for Cyanogen updates quite often. -- Greg Donald destiney.com | gregdonald.com -- 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

Re: [android-developers] Re: Global Variables

2011-03-14 Thread Greg Donald
java binary I've ever decompiled. Even if your JDK doesn't support GOTO, you can bet your JVM does. -- Greg Donald destiney.com | gregdonald.com -- 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] Re: Is it possible to get android device id? (Urgent -- Please)

2011-03-14 Thread Greg Donald
as there are phones out there with the same ANDROID_ID as well as phones with no ANDROID_ID at all. -- Greg Donald destiney.com | gregdonald.com -- 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: [android-developers] Creating SQLite DB

2011-03-14 Thread Greg Donald
On Mon, Mar 14, 2011 at 12:40 PM, David Williams dwilli...@dtw-consulting.com wrote: Shame that I can't connect to the this DB with Toad for MySQL, but I can live with the sqlite3 for now :) http://code.google.com/p/sqlite-manager/downloads/list -- Greg Donald destiney.com | gregdonald.com

Re: [android-developers] Re: Which Mobile Advertising Site?

2011-03-11 Thread Greg Donald
. -- Greg Donald destiney.com | gregdonald.com -- 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: How to share data among different devices

2011-03-10 Thread Greg Donald
On Thu, Mar 10, 2011 at 11:11 AM, ez qzh...@gmail.com wrote: We don't have a remote server and are looking for Google Cloud solution. Any ideas? Do you just not know the URL? http://code.google.com/appengine/ -- Greg Donald destiney.com | gregdonald.com -- You received this message

Re: [android-developers] Re: Geocoder IOException

2011-03-10 Thread Greg Donald
of the good algorithms are propietary (skyhook), but there is room for exploration with your own exciting code. http://developer.android.com/guide/topics/location/obtaining-user-location.html#BestEstimate Google's isBetterLocation() works fine for me. -- Greg Donald destiney.com | gregdonald.com

[android-developers] BroadcastReceiver not working

2011-03-09 Thread Greg Donald
=android.permission.READ_PHONE_STATE/uses-permission To test it I am simply placing an out going call. The problem is I never see any of the log messages I am expecting to see. What am I missing or doing wrong? Thanks. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed

[android-developers] Re: BroadcastReceiver not working

2011-03-09 Thread Greg Donald
On Wed, Mar 9, 2011 at 2:29 PM, Greg Donald gdon...@gmail.com wrote: I can't get my BroadcastReceiver to work.  I'm not getting any errors so I'm not sure what the issue is. My class looks like this: public class CallReceiver extends BroadcastReceiver {  @Override  public void onReceive

Re: [android-developers] Re: BroadcastReceiver not working

2011-03-09 Thread Greg Donald
On Wed, Mar 9, 2011 at 2:46 PM, Rick Alther rick.alt...@gmail.com wrote: You need to have the PROCESS_OUTGOING_CALLS permission, not READ_PHONE_STATE. Thanks :) And I also needed NEW_OUTGOING_CALL in my intent-filter. -- Greg Donald destiney.com | gregdonald.com -- You received

[android-developers] init

2011-03-03 Thread Greg Donald
https://lkml.org/lkml/2011/3/3/214 NAK! Lol. Meanwhile.. /me wonders where to get a new userspace from -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Market package name on Xoom?

2011-02-28 Thread Greg Donald
On Mon, Feb 28, 2011 at 4:06 PM, rich friedel rich.frie...@gmail.com wrote: she's only the one who makes this OS happen... I'm pretty sure Linus Torvalds (and 16K kernel hackers) would disagree, not to mention Dan Bornstein, Andy Rubin, etc. -- Greg Donald destiney.com | gregdonald.com

Re: [android-developers] Re: Market package name on Xoom?

2011-02-28 Thread Greg Donald
On Mon, Feb 28, 2011 at 4:44 PM, Hari Edo hari@gmail.com wrote: Without Dianne's team, Android wouldn't be. Google bought Android, it would indeed be without her. http://www.google.com/search?q=google+buys+android -- Greg Donald destiney.com | gregdonald.com -- You received

Re: [android-developers] Market package name on Xoom?

2011-02-28 Thread Greg Donald
emails, right? She answers questions when they are convenient to answer, much like everyone else here. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] SDK or some tool to develop a VERY simple Android game?

2011-02-25 Thread Greg Donald
. -- Greg Donald destiney.com | gregdonald.com -- 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] Using Facebook API in Android

2011-02-25 Thread Greg Donald
On Fri, Feb 25, 2011 at 3:26 PM, arif mohammad.arif.f...@gmail.com wrote: Please let me know how to do it. Please put the complete code and guidelines . Lol. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android

[android-developers] sqlite access

2011-02-24 Thread Greg Donald
be to have my db stuff live inside the service so I never need the second connection. Is my thinking correct or am I missing something? Thanks, -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] sqlite access

2011-02-24 Thread Greg Donald
give it one query at a time? Am I understanding correctly? Thanks for the insight on this. I've only built games so far, and am just now getting into my first business app with services and dbs and what-not. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you

Re: [android-developers] sqlite access

2011-02-24 Thread Greg Donald
great, thanks again. -- Greg Donald destiney.com | gregdonald.com -- 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

Re: [android-developers] Map tiles unnecessarily reloading when panning

2011-02-23 Thread Greg Donald
thought it was something I did in my own code recently. -- Greg Donald destiney.com | gregdonald.com -- 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] User interaction with Background applications

2011-02-23 Thread Greg Donald
On Wed, Feb 23, 2011 at 4:55 PM, Mark Murphy mmur...@commonsware.com wrote: True, but I was hoping the OP would eventually realize that having an everlasting service is not the best of ideas. :-) Even if you're developing an everlasting app? -- Greg Donald destiney.com | gregdonald.com

Re: [android-developers] User interaction with Background applications

2011-02-23 Thread Greg Donald
On Wed, Feb 23, 2011 at 5:02 PM, TreKing treking...@gmail.com wrote: Even if you're developing an everlasting app? There's no such thing. Oh yeah. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Android Market question: Why there's no related applications shown for my app on the market?

2011-02-01 Thread Greg Donald
You got that mapped to a hot key, right? :) -- Greg Donald destiney.com | gregdonald.com -- 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

Re: [android-developers] What to check into source control?

2011-01-18 Thread Greg Donald
development to contribute to the project. Someone might even decide that it not worth the trouble and just give up. :.:: mattias Project - Clean has always worked fine for me. You can always use the command line if Eclipse doesn't work for you. -- Greg Donald destiney.com | gregdonald.com -- You

Re: [android-developers] Re: Changing price in the Market

2011-01-13 Thread Greg Donald
On Thu, Jan 13, 2011 at 12:20 PM, Brill Pappin br...@pappin.ca wrote: Thanks, thats some helpful info. and yes, I know about the setting to free problem :) Not to mention the unable to delete problem that often appears due to the setting to free problem. -- Greg Donald destiney.com

Re: [android-developers] reducing android.permission.*

2010-10-29 Thread Greg Donald
doesn't seem to come up with anything... ideas? Remove them all, and test the app. Only add back what you need to make it work again. To me that's way faster than looking everything up in some reference that doesn't even exist. -- Greg Donald destiney.com | gregdonald.com -- You received

Re: [android-developers] Re: User Identity

2010-10-12 Thread Greg Donald
. It'd be nice to have something in Android that IS present all the time, but we have what we have.. -- Greg Donald destiney.com | gregdonald.com -- 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] caller id spoofing

2010-10-07 Thread Greg Donald
pull off the same on Android? Thanks, -- Greg Donald destiney.com | gregdonald.com -- 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] market error flood not helpful

2010-10-05 Thread Greg Donald
. -- Greg Donald destiney.com | gregdonald.com -- 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: The Market App has a CACHE !

2010-10-04 Thread Greg Donald
to update your app. -- Greg Donald destiney.com | gregdonald.com -- 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

Re: [android-developers] PandaBoard Early Adopter Program -- grab a panda!

2010-10-01 Thread Greg Donald
On Fri, Oct 1, 2010 at 2:45 PM, krishna devarapalli krishna.andr...@gmail.com wrote: Thank You, Krishna Hare? -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: Free version or not?

2010-09-30 Thread Greg Donald
in AdSense revenue overall from June and July to now. And that's the difference between thinking I could do Android development fulltime or not. I can only hope it picks back up before the holiday season. It seems more likely that ship has sailed. -- Greg Donald destiney.com | gregdonald.com

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-30 Thread Greg Donald
counted as uninstalls are ever going to be corrected... Surely Google has log files they can use to fix things. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Anchors aren't working

2010-09-30 Thread Greg Donald
) { view.loadUrl( url ); return true; } } I'm guessing it's failing because your hrefs to your named anchors aren't full urls, or you need to tell your webview to follow your clicks, or both. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you

Re: [android-developers] Re: Is anyone's active install % dropping like a rock lately?

2010-09-30 Thread Greg Donald
to normal.  So far I've only gone up 1%, but it's nice to see it seemingly go back to normal. Justin Normal? You mean like all the way back to December when it broke? Yeah, that'd be nice. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed

Re: [android-developers] Free version or not?

2010-09-29 Thread Greg Donald
that they have to click the tiny little arrow now. They lowered the eCPM rate so I now make much, much less per click. I suppose on this one they looked at their competitors and adjusted things to be more in line with them. -- Greg Donald destiney.com | gregdonald.com -- You received

Re: [android-developers] Free version or not?

2010-09-28 Thread Greg Donald
is now getting rich off my free versions. -- Greg Donald destiney.com | gregdonald.com -- 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

Re: [android-developers] Install to sd and alarms

2010-09-24 Thread Greg Donald
!. God I hate users. -- Greg Donald destiney.com | gregdonald.com -- 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

Re: [android-developers] Re: Proguard, Android, and the Licensing Server, or...

2010-09-23 Thread Greg Donald
://groups.google.com/group/android-developers/msg/2ed43730b7dd6a33 I for one can't wait to see my classes be optimized away! -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

Re: [android-developers] Re: New to Developing, Need Insight

2010-09-22 Thread Greg Donald
God I hate sales people. On Wed, Sep 22, 2010 at 3:32 PM, Tim t...@mobiforms.com wrote: To get started really quickly with Android you do not need to learn Java, download 100s MB software and spend hours configuring and learning the Android SDK!!! -- Greg Donald destiney.com

  1   2   3   >