[android-developers] Sensor.TYPE_ROTATION_VECTOR null on Galaxy Tab 7

2013-08-23 Thread drenda
Hi guys, I need to get ration vector on Galaxy Tab 7" (P-3100). mSensorManager.getDefaultSensor(Sensor.TYPE_ROTATION_VECTOR); return null to me. I know that it is a logic sensor but I've this hardware sensors on device: Sensore BMA254 Acceleration Sensor Sensore MS-3E (YAS530) Magnetic Sensor

[android-developers] Put markers on a photo

2013-08-21 Thread drenda
Hi guys, I need to put some movable markers on a photo taken by camera. I need to set two line in the photo and give the ability to move this lines horizontally. Which is the best way to accomplish this? Thanks very much -- You received this message because you are subscribed to the Google Gr

Re: [android-developers] Focus problem with Option menu

2013-08-10 Thread drenda
I've the problem of my previous post. I don't understand this behaviour. Thanks Il giorno sabato 10 agosto 2013 02:21:04 UTC+2, TreKing ha scritto: > > > On Thu, Aug 8, 2013 at 4:50 AM, drenda >wrote: > >> the problem is that every time I press a key on the keybo

[android-developers] Re: Focus problem with Option menu

2013-08-09 Thread drenda
Any ideas guys? Thanks Il giorno giovedì 8 agosto 2013 11:50:25 UTC+2, drenda ha scritto: > > Hi, > I've a problem with Option menu and focus. > I've a simple View in which I've some data come from remote service. I've > to display an icon of the option men

[android-developers] Focus problem with Option menu

2013-08-08 Thread drenda
Hi, I've a problem with Option menu and focus. I've a simple View in which I've some data come from remote service. I've to display an icon of the option menu only sometimes when remote object has some characteristics. So I do this: @Override public boolean onCreateOptionsMenu(Menu menu) {

[android-developers] Android image orientation from gallery

2012-02-26 Thread drenda
Hi, I've a problem getting orientation of an image chosen from gallery. I'm using Exif data but not always the orientation value obtained from Exif is correct!! Many times the value is not present in the image (it depends also on the phone). There is another way in order to get the orientation of

[android-developers] Re: WebView problem with youtube video

2012-02-10 Thread drenda
Hi all, any news about this problem? On 2 Feb, 13:55, drenda wrote: > Hi John, > I don't understand the meaning of "video needs special handling". Is > there a tutorial or some examples that work with youtube's videos? > > Thanks! > > Best regards >

[android-developers] Re: WebView problem with youtube video

2012-02-02 Thread drenda
2.2_r2 is what I'm looking at), it's > crashing in the custom view. Unless you've implemented the code I > mentioned before, this will be the case. > > John > > On Jan 31, 3:42 pm, drenda wrote: > > > > > > > > > Hi John, > > thanks

[android-developers] Re: WebView problem with youtube video

2012-01-31 Thread drenda
in older versions of android (well, in all versions > really).http://code.google.com/p/html5webview/will work for 2.x, but is out > of date for 3.x/4.x > > On Jan 30, 3:34 pm, drenda wrote: > > > > > > > > > PLease, > > someone has some ideas? > > &

[android-developers] Re: WebView problem with youtube video

2012-01-30 Thread drenda
PLease, someone has some ideas? Thanks! On 29 Gen, 22:38, drenda wrote: > Hi, > i made a simple example in order to display in my app some youtube's > video of a playlist. > I created a WebView: > > @Override >         public void onCreate

[android-developers] WebView problem with youtube video

2012-01-29 Thread drenda
Hi, i made a simple example in order to display in my app some youtube's video of a playlist. I created a WebView: @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); try { setContentView(R.

[android-developers] DatePicker error

2009-05-25 Thread drenda
Hi, I've a problem with DatePicker. This is my situation: -I've a linearlayout -a datepicker -a button When I click the button I print the date with a Toast: public void onClick(View v) { Toast.makeText(getApplicationContext(), ""+date.getDayOfMonth() +"

[android-developers] Maybe a bug on DatePicker?

2009-05-25 Thread drenda
Hi, when I'm using a Datepicker on a LinearLayout and I set a date by finger, if I go to landscape mode the widget lost the date that I have previously set and set the actual date. It's a bug or I'm wrong something? Thanks Regards Daniele --~--~-~--~~~---~--~~