I have html with video tag
http://mysite.com/video.m4v"; id="html5-video"
controls="controls" width="100%">
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 - something wrong happens
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 tim
:14 PM, 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): U
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 valida
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.
Is my intent correct and this issue is BUG of Motorola DroidX ?
On 2 фев, 17:27, "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" acti
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);
intent.putExtra(ContactsContract.Intents.Insert
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 o
>
> -Dan
>
> On Wed, Sep 22, 2010 at 10:11 AM, dmtrl...@gmail.com
> wrote:
>
>
>
> > 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 /
> > s
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 kn
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
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,
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 wrote:
> I had the same problem. I forget what exactly is needed, and where i found
> the fix, but i guess Ecli
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 a
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
1
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 Devel
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 crashes
17 matches
Mail list logo