Re: [android-developers] Re: Lock app

2012-07-27 Thread Oleksandr Kruk
Isn't it possible to have some kind of Listener installing it whenever it's uninstalled? On Thursday, 26 July 2012 20:39:43 UTC+1, Kristopher Micinski wrote: > > You can't reliability do this, don't try. > > any user can just uninstall your blocker app > On Jul 26, 2012 1:19 PM, "Gabriel Augusto

Re: [android-developers] Cross App callback mechanism

2012-05-29 Thread Oleksandr Kruk
putExtra(Key,your url); > on BroadCastReceiver, you will have onReceive( Context c, Intent intent); > so extract that from intent, like intent.getString(Key); > In that way you can identify the response of particular request. > > hope will help you. > > Regards > Imran Ali > > On

Re: [android-developers] Cross App callback mechanism

2012-05-29 Thread Oleksandr Kruk
; implementing this, if I were you... > > kris > > On Tue, May 29, 2012 at 5:06 AM, Oleksandr Kruk > wrote: > > Thanks for your answer TreKing! > > > > I am sorry, that was an unclear expression, by "apps offline" I meant > they > > are n

Re: [android-developers] Cross App callback mechanism

2012-05-29 Thread Oleksandr Kruk
, May 28, 2012 at 10:55 AM, Oleksandr Kruk wrote: > >> How can this IntentService update each App information using their >> business logic when >> the Apps are offline? >> > > What do you mean "when the apps are offline"? > > If I understand you correctl

[android-developers] Cross App callback mechanism

2012-05-29 Thread Oleksandr Kruk
Hello, I have a requirement that I'm finding not trivial to solve, at least for someone who is not at professional level in Android development. I am developing an API that stores user request (GET, PUT, POST, DELETE). Those request can be issued by any App that uses my API and are stored in a