On Thu, Jun 30, 2011 at 4:21 PM, Spooky <spooky1...@gmail.com> wrote:

> And that worries me...the fact that the ads might end up being
> too obtrusive and turn people away....
>

I doubt ads alone would drive people away. Most free apps have them and
people are used to it. As long as you have the "pay to get rid of them
option" it's up to the user to decide if they'd rather deal with them or
not.

Now if you released an single app with ads and no alternative, that might
annoy the people that would pay to get rid of them.

IMO, ads are a perfectly good way to annoy people to throw a few bucks your
way to get rid of them.


>
> > This, though I disagree that you won't make any money from ads.
> > If you wait long enough, you'll eventually be able to afford a
> > trip to the dollar store.
>
> LOL  :-)    But...would I be able to BUY anything at the dollar
> store?  Or would that involve another period of waiting long
> enough?  :-)
>

Nope - you'd waste the money on bus fare to get there. =P


> I want to add an initial screen that only runs the first time (like the
> user agreement I see on most apps) that basically states that the photos
> in the app are all copyrighted by me.  Where would I find the docs on how to
> do this?
>

IDK, but this is fairly straighforward - pseudocode:

if (!sharepreference.getBoolean("showed eula?", false))
{
 showEULA();
 sharedpreference.setBoolean("showed eula?", true);
}

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to