Posts Tagged ‘application development’

Anatomy of an Android Application

photo credit: Josh Russell There are four building blocks to an Android application: * Activity * Intent Receiver * Service * Content Provider Not every application needs to have all four, but your application will be written with some combination of these. Once you have decided what components you need...

Write your own blog .. or not

Phil Haacked has a great post called Rolling your own Blog Engine. He talks about whether it’s worth writing your own blog engine when there are so many good options out there already. The point he does make is that the existing blog engines have so much functionality that can...

Thanks for subscribing!