Professional Android 4 Application Development by Meier Reto

Professional Android 4 Application Development by Meier Reto

Author:Meier, Reto [Meier, Reto]
Language: eng
Format: mobi, epub
Publisher: John Wiley and Sons
Published: 2012-04-04T22:00:00+00:00


public MyTextView (Context context, AttributeSet attrs) {

super(context, attrs);

}

}

code snippet PA4AD_Ch04_Views/src/MyTextView.java

To override the appearance or behavior of your new View, override and extend the event handlers associated with the behavior you want to change.

In the following extension of the Listing 4.11 code, the onDraw method is overridden to modify the View's appearance, and the onKeyDown handler is overridden to allow custom key-press handling.

public class MyTextView extends TextView {



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.