Wednesday, 22 February 2017

Caused by java.lang.unsupportedoperationexception failed to resolve attribute at index 13

I faced this issue while implementing custom image button , here in xml following attribute is not supported



android:background="?attr/xxx"


No comments:

Post a Comment

Pass a HashMap from Angular Client to Spring boot API

This example is for the case where fileData is very huge and in json format   let map = new Map<string, string>()      map.set(this.ge...