ribot / easy-adapter

[DEPRECATED] Easy Adapters library for Android
http://ribot.github.io
Apache License 2.0
421 stars 50 forks source link

Bypass injections with manual calls to support usage in libraries #38

Closed MFlisar closed 8 years ago

MFlisar commented 8 years ago

Is that somehow possible? If I want to write some reuseable adapters in a library, this is not possible, because in libraries I do not have stable resource ids.

So the solution is to do what @LayoutId, @LayoutId and @ViewId does manually.

Is that somehow possible? Actually I can't find a way for replacing @LayoutId, the rest is not the problem I think...

ivacf commented 8 years ago

No, this is not possible at the moment. Using @LayoutId is required

MFlisar commented 8 years ago

Ok. Just wanted to make sure if I oversaw something