Prasham Trivedi

Results 5 issues of Prasham Trivedi

Android studio 3.1 Canary 6 introduces Databinding compiler which introduces new changes which are breaking for library consumers. As per [Release Notes](https://androidstudio.googleblog.com/2017/12/android-studio-31-canary-6-is-now.html) binding code is generated and packaged in AAR,...

- In kotlin variants, we need files or file uris to process them later after write operation is finished

Two grants are loaded from database. ``` const role1 = { role: 'role1', resource: 'person', action: ['create', 'view', 'treat'], attributes: ['*'] } ``` and ``` const role2 = { role:...

### Issue First of all, Thanks a lot for aider. And specially for the latest version which enables us to talk with multiple models. Based on updated description and checking...

question

While updating current project with support lib v24, gradle gives this compilation error Error:No resource found that matches the given name (at 'icon' with value '@drawable/abc_ic_search_api_mtrl_alpha').

bug