fragmentargs icon indicating copy to clipboard operation
fragmentargs copied to clipboard

Annotation Processor for setting arguments in android fragments

Results 20 fragmentargs issues
Sort by recently updated
recently updated
newest added

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://infosecwriteups.com/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb) --- This is a security fix for a high severity vulnerability in your [Apache Maven](https://maven.apache.org/) `pom.xml` file(s). The build files indicate that this project is resolving dependencies over HTTP...

While compiling project i had this error : error: The @Arg annotated field 'transactions' in class TableFragment has private visibility. Hence a corresponding non-private setter method must be provided called...

Gradle latest versions provides support for incremental annotation processing. https://docs.gradle.org/nightly/userguide/java_plugin.html#sec:incremental_annotation_processing It would be great if the FragmentArgs annotation processor could opt into this :)

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...

Any plans to release 4.0.0 stable?

So how should we deal with optional values in `4.0`. Should we remove `@Arg(required = true or false )` in favor of `@Nullable` and `@NonNull` annotation from support library? How...

I have been facing this problem for sometime and i don't know how to go about it. it started after adding google maps api key to my app project. This...

I have a fragment with generic type. When I build the project, the generated `*Builder` class contains Generic variable, but this variable is not declared in static `new*Builder` method signature...

enhancement

Hallo Hannes, I really like the idea behind `fragmentargs` I think it solves a lot of problems when instantiating fragments. But one thing concerns me, when I refactor an arg,...