I would love to be able to go part time at my (currently full time) work and spend more time doing Android dev, but to do that I'll need to be making something out of it. Long term, I'm thinking about the monetization of Wake Me At and other Android development that I do.
There seem to be three options:
- Charge for the app
- Put ads on the app
- Ask for donations
The problem is, I'm a bit of an open source advocate. If we assume that everyone in the world is bad, and they are going to do their very best to get something without paying for it, then 1 and 2 are a problem. I
can charge for the app, but then someone could just download the source code and get it for free. Likewise, they can download the source code, and remove the ads. Asking for donations is the only evil-proof source, but then the evil people just won't pay.
But I think people are both lazy and not evil. I think, I hope, that if I were to charge 99p for an app, it's not worth their while to go and download the source, compile, etc. Hopefully at least some of them will do it purely to support my work. Likewise, and possibly even more so, with ads (though I hate ads, as a general rule): hacking into the code to remove the ads won't be easy for non-programmers. I wonder if the source of the ad hooks will even be open-sourcable... it might have private information in it (though I would think that's unlikely).
Anyway, this is just me thinking out loud. All thoughts gratefully received.