I want to post updates on Facebook and Twitter when my application is running in background.
I want a functionality in which at a given particular time I need to post updates (no matters my application is on foreground or background).
Is it possible?
Sure. Subclass
Serviceand post the updates from there. See here: http://developer.android.com/guide/topics/fundamentals/services.html