Closed GoogleCodeExporter closed 8 years ago
Hi!
>Please also notice that Capptain is not a free tool.
Just a comment: There's a Capptain Plan ("DEV") which is free for apps in
developemnt (i.e. small number of unique users/devices). See
http://app.capptain.com/#pricing
Best,
Laurent.
Original comment by llathie...@ubikod.com
on 25 Sep 2011 at 5:17
Adding this annotation on a class that does not extend CapptainActivity is not
enough: you still have to call startActivity and endActivity in the onResume
and onPause callbacks.
Maybe using roboguice would help monitoring onResume and onPause on any
Activity object but Capptain is designed to be dependency free.
Original comment by gper...@ubikod.com
on 26 Sep 2011 at 12:47
Well, I don't know if we are talking about the same annotation.
This idea here is to create a new annotation, called "@Capptain", that would
automatically implement this stuff in onResume and onPause. AndroidAnnotations
can actually do this kind of things (and w already have a lot of RoboGuice
features, we just do it at compile time instead of runtime).
Original comment by py.ricau
on 26 Sep 2011 at 5:58
Original comment by py.ricau
on 20 Oct 2011 at 7:34
Issue 119 could provide an alternative solution for this.
Original comment by py.ricau
on 1 Nov 2011 at 5:30
Issue 119 could indeed provide a nice solution.
Original comment by gper...@ubikod.com
on 2 Nov 2011 at 2:38
https://github.com/excilys/androidannotations/issues/19
Original comment by py.ricau
on 6 Jan 2012 at 11:00
Original issue reported on code.google.com by
py.ricau
on 25 Sep 2011 at 3:01