dspec icon indicating copy to clipboard operation
dspec copied to clipboard

[library] added DesignSpecActivity

Open arok opened this issue 9 years ago • 3 comments

Added simple DesignSpecActivity

arok avatar Sep 08 '14 19:09 arok

Hmm, quite mixed about this one. I'd like to keep it simple. Providing a FrameLayout seems like the right level of convenience to debug existing code in any project. Activities tends to vary more from project to project and are harder to integrate if you have your own base Activity.

lucasr avatar Sep 16 '14 17:09 lucasr

I think just the opposite, if you have your own base activity use dspec are more simple. With base class you may setup individual build configuration for debug and using dspec.

arok avatar Sep 23 '14 11:09 arok

What if you have multiple libraries that require you to extend their Activity? This Activity could be an example for users that want to integrate dspec into their base :+1: but doesn't IMHO need to be part of the core library.

:+1: for keeping it simple.

ataulm avatar Dec 12 '14 10:12 ataulm