[android-developers] Pan/Zoom (Seat Map View) Major Airline

2011-06-03 Thread Dennis Miller
We need to create a seat map representation of the interior of an airplane that both pans and zooms. I have successfully extended FrameLayout to create a view that both pans(fling) and scales(pinch and zoom). This layout contains 1 child which is a RelativeLayout. This RelativeLayout in turn

[android-developers] aaptexec doesn't support the apkbasename attribute

2011-02-21 Thread Dennis Miller
Hi all, I am trying to build a 2.3.1 project with ANT and getting this error. Does anyone know what is causing this? I have synced all packages in AVD Manager as well. Thanks, Dennis -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Android AMF client library : Android RTMP client library

2010-04-26 Thread Dennis Miller
Sounds great! I have used BlazeDS extensively in many Flex apps as well. AMF is so much faster and cleaner than XML or JSON. Are we going to have serialization and de-serialization of native objects as we do in AMF? Also if we get RTMP do we get push and streaming too? Dennis On Apr 26, 12:14 am,

[android-developers] Set size of Rating Bar with code

2009-11-18 Thread Dennis Miller
Hi all, I understand that the size of the Rating Bar can be set in xml using the style attribute (style=?android:attr/ratingBarStyleSmall) however, I need to set this style with code. The RatingBar class does not seem to have a setStyle() method to set this. Can anyone help? Thanks, Dennis --