[android-developers] Re: update notification ...

2012-07-18 Thread ala hammad
thank your for your answers ...
but some body says i google store update apps depend on version code ...

On Tuesday, 17 July 2012 09:00:11 UTC+3, ala hammad wrote:
>
> hello all,
> i want to ask how to send notification for user to update app ..
> is there any way from market or to add extra code ??
>
> regards ,
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: update notification ...

2012-07-17 Thread Raghav Sood
I have an open source library that does this.

https://github.com/RaghavSood/AppaholicsUpdateChecker

You can download and install, download and install at separate times, or
check for updates and launch your app's Google Play page using it.

Thanks

On Tue, Jul 17, 2012 at 10:38 PM, TreKing  wrote:

> On Tue, Jul 17, 2012 at 3:17 AM, ala hammad <3la2.7am...@gmail.com> wrote:
>
>> which better service to check app version after 1 day or more or just
>> alert dialog when user open app ..
>> please suggest method to update app for user :)
>>
>
> That's really up to you and your use case. Generally "hey, there's an
> update" is not such an important piece of information that warrants
> checking every day or on each start up.
>
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Raghav Sood
Please do not email private questions to me as I do not have time to answer
them. Instead, post them to public forums where others and I can answer and
benefit from them.
http://www.appaholics.in/ - Founder
http://www.apress.com/9781430239451 - Author
+91 81 303 77248

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: update notification ...

2012-07-17 Thread TreKing
On Tue, Jul 17, 2012 at 3:17 AM, ala hammad <3la2.7am...@gmail.com> wrote:

> which better service to check app version after 1 day or more or just
> alert dialog when user open app ..
> please suggest method to update app for user :)
>

That's really up to you and your use case. Generally "hey, there's an
update" is not such an important piece of information that warrants
checking every day or on each start up.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: update notification ...

2012-07-17 Thread ala hammad
update :
 http://stackoverflow.com/questions/9849889/new-version-app

On Tuesday, 17 July 2012 09:00:11 UTC+3, ala hammad wrote:
>
> hello all,
> i want to ask how to send notification for user to update app ..
> is there any way from market or to add extra code ??
>
> regards ,
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: update notification ...

2012-07-17 Thread ala hammad
thanks for your answer but need to know a little thing ..
which better service to check app version after 1 day or more or just alert 
dialog when user open app ..
please suggest method to update app for user :)

regards ,

On Tuesday, 17 July 2012 09:00:11 UTC+3, ala hammad wrote:
>
> hello all,
> i want to ask how to send notification for user to update app ..
> is there any way from market or to add extra code ??
>
> regards ,
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: update notification ...

2012-07-16 Thread ala hammad
welcome ven :)
for experience people help us .. please ..

On Tuesday, 17 July 2012 09:00:11 UTC+3, ala hammad wrote:
>
> hello all,
> i want to ask how to send notification for user to update app ..
> is there any way from market or to add extra code ??
>
> regards ,
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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

2011-11-29 Thread Kumar Bibek
Nope. You cant get this info from the market from within your app.

*Thanks and Regards,
Kumar Bibek*
*
http://techdroid.kbeanie.com
http://www.kbeanie.com*



On Tue, Nov 29, 2011 at 11:31 PM, Bipin Shashi  wrote:

> Hey mark: thanks for your reply. If its a site that i control - then i
> will have to update the version numbers on the site everytime i make
> an update to the app? Is there a way to get this info from the android
> market?
> Thanks
> On Nov 29, 11:17 am, Mark Murphy  wrote:
> > 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 on the android market.
> >
> > I'd fork an AsyncTask from onCreate() that downloads version
> > information from a site that I control.
> >
> > --
> > Mark Murphy (a Commons Guy)http://commonsware.com|
> http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
> >
> > _Android Programming Tutorials_ Version 4.1 Available!
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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

2011-11-29 Thread Bipin Shashi
Hey mark: thanks for your reply. If its a site that i control - then i
will have to update the version numbers on the site everytime i make
an update to the app? Is there a way to get this info from the android
market?
Thanks
On Nov 29, 11:17 am, Mark Murphy  wrote:
> 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 on the android market.
>
> I'd fork an AsyncTask from onCreate() that downloads version
> information from a site that I control.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> _Android Programming Tutorials_ Version 4.1 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en