[android-developers] Google Spreadsheet Form - Android Browser presents blank view?

2014-02-11 Thread Chip
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

[android-developers] MediaMetadataRetriever.getFrameAtTime returns null frame for time = duration

2011-03-16 Thread chip
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

[android-developers] mediaMetadataRetreviever.GetFrameAtTime

2011-03-15 Thread chip
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

[android-developers] extract frames from video

2011-02-11 Thread chip
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

[android-developers] Re: How to read telephone number in handler for Intent Filter intercepting CALL_PRIVILEDGED?

2011-01-06 Thread Chip
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?

[android-developers] How to read telephone number in handler for Intent Filter intercepting CALL_PRIVILEDGED?

2011-01-04 Thread Chip
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

[android-developers] How can I intercept a dial request to use my app similar to the way Skype intercepts

2011-01-04 Thread Chip
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