Using Android Data Binding adapters with Dagger 2
The typical method of implementing a binding adapter using the Android Data Binding Library is to create a static method using the @BindingAdapter annotation, such as this commonly quoted example:…
The typical method of implementing a binding adapter using the Android Data Binding Library is to create a static method using the @BindingAdapter annotation, such as this commonly quoted example:…
What is DKIM? DKIM or DomainKeys Identified Mail is an email authentication system that can help prevent spoofing by signing outgoing mail. More information can be found on Wikipedia or…
Background I recently purchased a Nexus 6P and being on O2 it's a requirement to download the O2 Wifi app and register it to get access to the London Underground…
After a long time in the making and a number of public preview releases, the first official release of my Bootstrap Default theme for Piwigo is available for download. It…
Just over a week ago at Google I/O Google announced the new Data Binding library. If, like me, you were keen to give it a try and dropped it…