[android-developers] android inline webview video player rotation

2013-05-25 Thread dmtrl...@gmail.com
I have html with video tag centervideo src=http://mysite.com/video.m4v; id=html5-video controls=controls width=100%/video/center My WebView has MATCH_PARENT layout params for width and heights. Video start playing correct (inline player stretches for whole screen), but if screen rotates -

[android-developers] Using facebook android sdk from service

2012-11-01 Thread dmtrl...@gmail.com
My application has functionality that send some content on server and (need) post it on facebook. It uses service for sending (for store data I'm use sqlite). Is it possible to handle facebook sessions e.t.c from service? I need it because time when content will be stored in DB and sending

[android-developers] Amazon aws-android-sdk problem on DroidX

2011-08-08 Thread dmtrl...@gmail.com
Hi all, I am using aws-android-sdk and on DroidX all was fine. But after last system update DroidX cant get pictures from amazon. In logs i see 01-29 04:18:36.332: WARN/HttpClient(2562): Unable to execute HTTP request: org.bouncycastle.jce.exception.ExtCertPathValidatorException: Could not

[android-developers] Re: Amazon aws-android-sdk problem on DroidX

2011-08-08 Thread dmtrl...@gmail.com
: On Mon, Aug 8, 2011 at 6:14 PM, dmtrl...@gmail.com dmtrl...@gmail.com wrote: Hi all, I am using aws-android-sdk and on DroidX all was fine. But after last system update DroidX cant get pictures from amazon. In logs i see 01-29 04:18:36.332: WARN/HttpClient(2562): Unable to execute HTTP

[android-developers] Amazon AWS security

2011-07-19 Thread dmtrl...@gmail.com
Hi all! My app have access to Amazon AWS, and i have one question. I think store keys in code is bad idea. What the best way to save credentials for Amazon access in APK ? Any example, plz... -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: DroidX adding or editing contact problem

2011-02-03 Thread dmtrl...@gmail.com
Is my intent correct and this issue is BUG of Motorola DroidX ? On 2 фев, 17:27, dmtrl...@gmail.com dmtrl...@gmail.com wrote: Hi all, I have a question about adding or editing contact on DroidX. This is my code for starting standard Add Contact activity Intent intent = new Intent

[android-developers] DroidX adding or editing contact problem

2011-02-02 Thread dmtrl...@gmail.com
Hi all, I have a question about adding or editing contact on DroidX. This is my code for starting standard Add Contact activity Intent intent = new Intent(Intent.ACTION_INSERT_OR_EDIT); intent.setType(ContactsContract.Contacts.CONTENT_ITEM_TYPE);

[android-developers] Max duration for capture video on android

2010-10-04 Thread dmtrl...@gmail.com
Hi all, I have code for capture video: Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE); intent.putExtra(android.intent.extra.durationLimit, 3); intent.putExtra(EXTRA_VIDEO_QUALITY, 0); startActivityForResult(intent, ActivityRequests.REQUEST_TAKE_VIDEO); This code works good on

[android-developers] Re: MediaPlayer cant play audio files from program data folder ?

2010-09-23 Thread dmtrl...@gmail.com
devices. -Dan On Wed, Sep 22, 2010 at 10:11 AM, dmtrl...@gmail.com dmtrl...@gmail.comwrote: Hi all! When i record my audio from MIC and store file in /data/data/. why MediaPlayer can't play this file ? If i change destination to / sdcard/. - all works great. I do something

[android-developers] MediaPlayer cant play audio files from program data folder ?

2010-09-22 Thread dmtrl...@gmail.com
Hi all! When i record my audio from MIC and store file in /data/data/. why MediaPlayer can't play this file ? If i change destination to / sdcard/. - all works great. I do something wrong ? I not found limitation for MediaPlayer. Device - Samsung T959 (Galaxy S) Thanks, i hope anybody

[android-developers] Re: event handling

2010-02-27 Thread dmtrl...@gmail.com
In documentation I see - So, if you return false when the down action event is received, you indicate that you have not consumed the event and are also not interested in subsequent actions from this event.Thus, you will not be called for any other actions within the event, such as a finger

[android-developers] event handling

2010-02-26 Thread dmtrl...@gmail.com
Hello all. I have one question about event handling in View. If my onTouchEvent method will return false when ACTION_DOWN appears - I can't get ACTION_UP for my view ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: ADT installation on Ubuntu 9.10

2009-11-30 Thread dmtrl...@gmail.com
May be its not correct, but its works... - I just loaded eclipse from official site and just copied all missed jars. And after that installed GEF directly. On 29 ноя, 01:18, Lee Olayvar leeolay...@gmail.com wrote: I had the same problem. I forget what exactly is needed, and where i found the

[android-developers] Re: Cant create tabbed activity.

2009-08-19 Thread dmtrl...@gmail.com
Thank you. But I think documentation must be more useful. Example in documentation moves to wrong way. --~--~-~--~~~---~--~~ 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] Re: Cant create tabbed activity.

2009-08-18 Thread dmtrl...@gmail.com
Tried to make this example on another PC - same problem (example not works). Is it means that something changed for creating tabs and not yet documented ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Cant create tabbed activity.

2009-08-18 Thread dmtrl...@gmail.com
This example on tutorials at developer.android.com (and do not works) public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); mTabHost = getTabHost(); mTabHost.addTab(mTabHost.newTabSpec(tab_test1).setIndicator(TAB

[android-developers] Cant create tabbed activity.

2009-08-17 Thread dmtrl...@gmail.com
Hello All! I have one problem, and hope somebody can help me. When I try to create tabbed window. I am use this example http://developer.android.com/guide/tutorials/views/hello-tabwidget.html , but in designer I see NullPointerException (not layout) and when I start application - activity