Re: [android-developers] Update notification when user launches app

2011-11-29 Thread Mark Murphy
On Tue, Nov 29, 2011 at 10:08 AM, Bipin Shashi wrote: > I have seen in many apps that it notifies the user of new updates if > any when they launch the app. Can someone please guide me as to how to > achieve this. I guess we need to add code to the onCreate method which > checks the version number

[android-developers] Update notification when user launches app

2011-11-29 Thread Bipin Shashi
Hey: I have seen in many apps that it notifies the user of new updates if any when they launch the app. Can someone please guide me as to how to achieve this. I guess we need to add code to the onCreate method which checks the version number on the android market. But how can we achieve this easil