[android-developers] Re: Someone use GridLayout (ADT-17) in v7?

2012-04-04 Thread ashughes
I'm getting this exact same error, has anyone figure out how to fix it? Andrew On Thursday, March 22, 2012 12:06:16 PM UTC-7, André Luiz R. Silva wrote: Someone use GridLayout (ADT-17) in v7? Errors: [GridLayoutTest] ERROR: In declare-styleable GridLayout_Layout, unable to find attribute

Re: [android-developers] Re: fragment transactions in onLoadFinished()

2012-02-13 Thread ashughes
I am also trying to figure out the correct (or suggested) way to perform a fragment transaction from onLoadFinished(). I understand that it is bad user experience to cause the UI to change in some way the user is not expecting while they are doing something. However I have a dual-pane view

[android-developers] Re: Partial invalidation in custom Android view with hardware acceleration

2012-01-20 Thread ashughes
Matt, I just posted a comment on your post at stackoverflow ( http://stackoverflow.com/q/7233830/287575) about this (unfortunately not with the answer). I was wondering if you or anyone else has figured out the answer to your question? I have been unable to find any information from the

[android-developers] Re: ICS Active Stylus/Pen Support

2011-11-11 Thread ashughes
First off, I would really like to reiterate how important it is that there be a way to determine if the current device supports an active pen digitizer. As I said before, using an active pen can streamline a user interface by allowing certain functionality to be moved to the pen. This allows a

[android-developers] Re: DisplayMetrics xdpi and ydpi returning incorrect values

2011-10-25 Thread ashughes
The values reported by xdpi and ydpi are still incorrect on some devices. Samsung Galaxy Tab 10.1 (from Google I/O): xdpi: 160.15764 ydpi: 160.0 Lenovo ThinkPad Tablet: xdpi: 160.15764 ydpi: 160.0 HTC Jetstream: xdpi: 150.51852 ydpi: 149.41176 The Galaxy Tab and ThinkPad Tablet report

[android-developers] ICS Active Stylus/Pen Support

2011-10-25 Thread ashughes
active pen support in ICS! My masters thesis was adding active pen support to Gingerbread ( https://github.com/ashughes/ActivePenInputAndroidInputFramework). -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Re: Role of the Compatibility Library?

2011-10-24 Thread ashughes
There is now an ActionBarCompat sample code demo ( http://developer.android.com/resources/samples/ActionBarCompat/index.html). Is there a reason the ActionBar not been added to the ACL? Are there any plans to add it to the ACL? -- You received this message because you are subscribed to the

[android-developers] Re: Role of the Compatibility Library?

2011-10-24 Thread ashughes
library however. On Oct 24, 2:32 pm, Dianne Hackborn hack...@android.com wrote: On Mon, Oct 24, 2011 at 1:40 PM, ashughes ashug...@gmail.com wrote: There is now an ActionBarCompat sample code demo ( http://developer.android.com/resources/samples/ActionBarCompat/index). Is there a reason

[android-developers] Re: Role of the Compatibility Library?

2011-10-24 Thread ashughes
/ (although it's called android-support- v#.jar). On Oct 24, 4:20 pm, Xavier Ducrohet x...@android.com wrote: It's now called the support library in the SDK manager (at least after you upgrade to rev4) On Mon, Oct 24, 2011 at 4:05 PM, ashughes ashug...@gmail.com wrote: Thanks Dianne

[android-developers] Re: Camera capture without a preview...

2010-07-13 Thread ashughes
I would also like to know how to do this. Have you figured it out? Does anyone know how to take a picture in the background (such as a service) without needing a preview? Thanks, Andrew On Jun 30, 12:04 am, SaiKiranVeluri saikiran.vel...@gmail.com wrote: Hi, Is it possible to capture an