yatatsu / AutoBundle

AutoBundle generates boilerplate code for field binding with android.os.Bundle
Apache License 2.0
135 stars 13 forks source link

Create Bundle #20

Closed Ztiany closed 7 years ago

Ztiany commented 7 years ago

Sometimes, I do not need to initialize the Fragment directly, but need a Bundle instance.

image

yatatsu commented 7 years ago

@Ztiany Sorry, AutoBundle does not support instantiation of Bundle without Fragment instance. If it is a feature request, would you tell me more detail about that use case?

yatatsu commented 7 years ago

Fixed in 4.0.0, use bundle().

https://github.com/yatatsu/AutoBundle/releases/tag/4.0.0