Denley Bihari
Denley Bihari
This would tell us which specific `Node` just connected or disconnected. This might be useful when showing devices in a list. We could simply notify the adapter that an item...
The processor requires some classes in `javax.*` to compile, which are included in the source. However, these classes don't need to be included in the release packages, and add unnecessary...
The samples have become unrealistic, as they have been used to test the correct implementation of the library, rather than as supporting documentation. The samples should reflect the most common...
It would improve UX to check that the user has properly called `PreferenceInjector.inject` and `PreferenceInjector.stopListening` (if necessary) in the target class if there are annotations present. This may not actually...
It might be useful to support saving complex/structured objects that are composed of multiple preference keys. ``` java @PrefType public class User { String username; String email; String phone; int...
Should test error cases, as well as preference value initialization and listening.
Similar to `PreferenceActivity`, we should support section headers to group preferences.