davidhowe

Results 7 comments of davidhowe

You can insert html code for table support. Eg. `var tableText = "" for (r in 0..rows) { tableText += "" for (c in 0..columns) { tableText += if (r...

You need to bind to the **app:html** attribute. By your error its seems you are binding to **android:text**

So in lieu of no official database encryption support, we've gone the route of field encryption using the property converters. We've implemented AES-256 encryption on String fields. Thus far performance...

@greenrobot Good question. I was running it in a loop adding one at a time. (Inefficient!) Did another test writing same 1000 entries as above comparing loop vs put(objectList) Results...

You can extract the local views from the adapter and assign onClickListeners to each. I needed to set click events on each views to transition the pager to the relevant...

Same, even tried using master SNAPSHOT hoping it would have the fix. Crash is occurring here: Luhn.java: 259 -> **Luhn.this.cardNumber.getPasswordToggleView().setOnClickListener...**

@ankitm099 I'm also receiving this error on a Samsung S4. @saki4510t any comment on this?