[android-developers] Event passing to sibling on clicking a view

2014-12-11 Thread Rahul Raja
I have a simple LinearLayout(horizontal) with 3 TextViews. The background of these TextViews are set to a drawable that has two states, state_pressed and default. I simply change the background of each TextView to red on state_pressed. But when i click one TextView, its click listener is

[android-developers] indoor maps

2014-12-11 Thread Jags
hi all, i am exploring to do indoor maps in my android app. i am ok if it does not sense any magnetic or electric devices. what i am interested in is, create an indoor map (such as a an office space with cubicles and conference rooms ) where all sections are identifiable through some unique

[android-developers] Re: Event passing to sibling on clicking a view

2014-12-11 Thread Oleksii Bieliaiev
Hi, works fine for me on Genymotion Google Nexus S (Android 2.3.7). Thank you, Alex On Thursday, December 11, 2014 10:03:27 AM UTC+1, Rahul Raja wrote: I have a simple LinearLayout(horizontal) with 3 TextViews. The background of these TextViews are set to a drawable that has two states,

Re: [android-developers] Yet another case of not getting BTLE notifications

2014-12-11 Thread Tony Pitman
I figured this out and hope some of you are going to laugh. I did not understand the way this all works. Keep in mind that I already implemented all of this for iOS, so some of my thinking is influenced by the way iOS does things. On iOS the same callback is used for the response to a read

[android-developers] Re: Yet another case of not getting BTLE notifications

2014-12-11 Thread Tony Pitman
I figured this out and hope some of you are going to laugh. I did not understand the way this all works. Keep in mind that I already implemented all of this for iOS, so some of my thinking is influenced by the way iOS does things. On iOS the same callback is used for the response to a read