• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. A

    Apps What is the difference between getHeight() and getMeasureHeight()

    Hi everyone. I am a newbie in developing Android application. When i read a example about a custom TextView (extends TextView), on the overriding of onDraw method, there're some code line i still don't get: canvas.drawLine(margin, 0, margin, getMeasureHeight(), marginPaint); The margin and...