[android-developers] Re: How is getOrientationMatrix calculated ?

2011-12-07 Thread dualcoir
this might help: http://eng.pulse.me/optimizing-for-screen-sizes-on-android/ On Dec 7, 7:23 pm, Frantch wrote: > Hello, > > Im interested in getting the phone orientation (Azimuth angle). I know that > to achieve that i need SensorManager.getOrientation that take in parameter > the Acceleration

[android-developers] Re: How is getOrientationMatrix calculated ?

2011-12-07 Thread dualcoir
this might help: http://eng.pulse.me/optimizing-for-screen-sizes-on-android/ On Dec 7, 7:23 pm, Frantch wrote: > Hello, > > Im interested in getting the phone orientation (Azimuth angle). I know that > to achieve that i need SensorManager.getOrientation that take in parameter > the Acceleration

[android-developers] Re: parsing nested xml tags using sax parser

2011-12-07 Thread dualcoir
sir Lew, can you give me a sample project to work on unknown hierarchies of elements -- 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, se

[android-developers] Re: parsing nested xml tags using sax parser

2011-12-07 Thread dualcoir
i'm parsing the xml file to my Android app so it is relevant to this group, anyway i tried saxparser on Android but i'm missing some elements values On Dec 7, 1:55 am, TreKing wrote: > On Tue, Dec 6, 2011 at 5:34 AM, dualcoir wrote: > > hi guys, i'm looking for tuto

[android-developers] parsing nested xml tags using sax parser

2011-12-07 Thread dualcoir
i have unknown limit of hierarchy of nodes in my xml file, how can map or trace those tags one by one and check if it's empty or identify which parent node it belongs. hope someone can help me here. thanks. -- You received this message because you are subscribed to the Google Groups "Android Deve

[android-developers] parsing nested xml tags using sax parser

2011-12-06 Thread dualcoir
hi guys, i'm looking for tutorials on how i can parse nested xml tags using sax parser but i can't find a right solution for my case. here's the format of my xml file: