I have a functional Google Spreadsheet with a Form defined and active. It
works fine when viewed from various browsers on Windows, Mac OS X, and
iPad/iPhone. However, when the form is viewed in the Android Browser and my
app using a WebView, it shows a blank section where the form contents
shou
I am attemptiong to use the MediaMetadataRetriever.getFrameAtTime
(long timeUs, int option) method to retrieve bitmaps from a video file
on a honeycomb device.
This is working almost as expected however when i try to get a frame
from the end of the video by using a timestamp of
METADATA_KEY_DURATI
I am using Honeycomb , and whenever i call the GetFrameAtTime method
the same (first) frame from the video is returned regardless of the
paramaters i use
getFrameAtTime(long timeUs, int option)
for the first paramater I have been using values int the range (0,
1*METADATA_KEY_DURATION) and in the
Currently with android.provider.MediaStore it is possible to extract a
bmp of the first frame of a video file.
Bitmap thumb = MediaStore.Video.Thumbnails.getThumbnail(
getContentResolver(),
id, MediaStore.Video.Thumbnails.MINI_KIND, null);
Is it possible to extract frames other than the
Sorry... I don't understand this response. Could you please elaborate
a little to get me going here?
On Jan 4, 1:17 pm, TreKing wrote:
> On Tue, Jan 4, 2011 at 9:30 AM, Chip wrote:
> > How do I programmatically access the telephone number coming from the dial
> > request?
I have working code that intercepts calls initiated from the contact
list by using an Intent Filter on CALL_PRIVILEDGED. I created a class
as the handler for this intercept. However, I am not sure how to
access the attributes of the call request.
Example:
User presses telephone number in contacts
I have an app that provides special treatment to outgoing phone calls
prior to invoking the DIAL action. Right now the app is basically
standalone... meaning that the user must manually enter the telephone
number they want to dial and click a button to invoke the dial event
which hands off to the N
7 matches
Mail list logo