Thursday, October 6, 2011

Re: [android-developers] Re: Setting Screen Orientation in Service!!

I don't think anyone has any advice because this is just a bad idea...

A service shouldn't directly touch the UI, it just doesn't make sense...

The point of a service is to *not* touch the UI...

Somebody already told you this, yet you brushed off their comment and
asked again.

If you want to change the UI, and need to do it from a service, send a
message to some UI code that tells it to make the necessary changes.

Kris

On Thu, Oct 6, 2011 at 12:17 PM, Sebastian Tomaszewski
<stomasze101979@gmail.com> wrote:
> Anyone?
>
> On Wed, Oct 5, 2011 at 11:50 AM, Sebastian Tomaszewski
> <stomasze101979@gmail.com> wrote:
>>
>> BTW, where can I find that APP, I can't find it....
>>
>> On Wed, Oct 5, 2011 at 11:45 AM, Sebastian Tomaszewski
>> <stomasze101979@gmail.com> wrote:
>>>
>>> Thank you for your reply... I will look on this....
>>>
>>> On Tue, Oct 4, 2011 at 11:27 PM, Vishal Keshav <bulletcross@gmail.com>
>>> wrote:
>>>>
>>>> you need to install an application called sbj screen
>>>>
>>>> --
>>>> 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+unsubscribe@googlegroups.com
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/android-developers?hl=en
>>
>
> --
> 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+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment