I need to create a custom class by extending SpannableStringBuilder.
I havent even added anything to the class yet. So my class goes like this.
public class xyz extends SpannableStringBuilder{
}
But when I try to use this class instead of SpannableStringBuilder app crashes. It is working fine when I use SpannableStringBuilder.
I have tried adding the constructors too.