Alternative method to TextView.getMaxLines() for Android 4.0.3 (API 15) and below
问题 I am getting below crash logs while using getMaxLines() method of Texview on Ice Cream Sandwich Android 4.0.3 version, So I got the real issue is, that my application is running lower sdk which does not have this getMaxLines() method. How can remove this crash. I didn't find any alternatives method java.lang.NoSuchMethodError: android.widget.TextView.getMaxLines at com.text.mobile.new.adapters.ServiceListAdapter.onBindViewHolder(ServiceListAdapter.java:232) at android.support.v7.widget