[android-developers] Re: Interfacing a touch screen and android phone

2011-11-28 Thread Wieger Aaron Visser
did you get anywhere on this? I'm about to do the same thing. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] MHL HDMI Supported Resolutions

2011-11-28 Thread Wieger Aaron Visser
Hi All, I've searched everywhere but I can't find this answer. I've even called Samsung. Basically I have an external display controller which accepts an HDMI signal, but only 480p. I need to pick an android phone with MHL/HDMI that will be able to support this resolution. All that I can

[android-developers] getFragmentManager undefined

2011-08-24 Thread Wieger Aaron Visser
I need to get the viewpager up and running for a project I'm working on. SDK 2.2, compatibility v4. It's all working, except... getFragmentManager() is undefined. I can't seem to see it explicitly defined anywhere in code examples. Help? Thanks! -- You received this message because you

[android-developers] Re: getFragmentManager undefined

2011-08-24 Thread Wieger Aaron Visser
Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Re: New email received intent

2011-08-11 Thread Wieger Aaron Visser
Ok. Then what would you suggest. I need to start work on a unified messaging system. I know there's 3rd party ones out there, but I need it in my app. Any open source ones? I've probably just been doing the wrong searches. Of course I can do facebook and twitter (just write with their api's),

Re: [android-developers] Re: New email received intent

2011-08-11 Thread Wieger Aaron Visser
Thanks Kostya! I'll check it all out! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: New email received intent

2011-08-10 Thread Wieger Aaron Visser
Why is this? Is Google intentionally trying to make email go away? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: New email received intent

2011-08-10 Thread Wieger Aaron Visser
Oh. I just find it kindof strange that there's no official way of an application to browse the email inbox or get notifications of new mail. It's so simple with SMS, that its just kindof weird that it's not in email. I haven't seen online any real explanation of why it's not in there for

[android-developers] Re: Overlay in Views. Please suggest

2011-07-21 Thread Wieger Aaron Visser
The other thing you can do is cut out regions of transparency in your surfaceview... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] VideoView - Animate Size and Position

2011-07-21 Thread Wieger Aaron Visser
I'm trying to animate the size and position of a video. Currently I'm using a videoview. I am using a surfaceview to do all my drawing, and I have the videoview underneath it. I cutout/draw transparent regions in the surfaceview to show the video view. This all works great if the position of