android - ActionBarCompat and MapActivity -
i've converted of app use actionbarcompat extending actionbaractivity on activities, however... have mapactivity class , need work here well.
how go creating new class based on actionbaractivity , having extend mapactivity , work?
the sample google provides in ../samples/android-17/actionbarcompat directory has lot of these java files (actionbaractivity.java, etc.) tons of required layouts, styles, drawables, etc., etc. , wasn't sure if adding of files project way 1 map screen work. seems there has better way right?
you can't create activity inherits both. you'll have create mapfragment.
Comments
Post a Comment