Home | History | Annotate | Download | only in faq

Lines Matching full:callbacks

11     <li><a href="#implementcallbacks">Implementing Activity callbacks</a> (Android
92 android.app.Dialog} for dialog boxes. You will implement the required callbacks
123 <h2>Implementing Activity Callbacks</h2>
124 <p>Android calls a number of callbacks to let you draw your screen, store data before
135 and exposes methods to let you identify the selected item, receive callbacks
611 // Need handler for callbacks to the UI thread