Possible Duplicate:
Android: show notification bar on downloading application
I want to make my android app that can download file like google play.
I have few questions, so thankful anyone can help me, google use notification to update status bar(like downloading..) and process download file updated via expanded view in the customize notification or they created a process bar which can show when downloading file and hide when complete in main layout? Which is right?
but Expanding/Collapsing notification view only available in Android 4.1 and later. How can they do it?