Create Options Menu with SurfaceView

To create Options Menu on SurfaceView, simple override onCreateOptionsMenu() to add menu options, and override onOptionsItemSelect..

Already a Member? Log In to Your Account


Create Options Menu with SurfaceView

Published on 2011-05-25 11:27:00

To create Options Menu on SurfaceView, simple override onCreateOptionsMenu() to add menu options, and override onOptionsItemSelected() to handle the event.package com.TestSurefaceView;import android.app.Activity;import android.content.Context;import

read more: Create Options Menu with SurfaceView

  Other Posts
© 2006-2013 OnToplist.com, All Rights Reserved