8 bytes?)
even though the same encoders are used, because of creation and
modification time.
>
> Videocodec is H.263 and audio codec is AMR.
>
> On 3 ago, 09:12, RFuente wrote:
>
>
>
> > That doesn't seem easy but it is an idea. I'll try and see what I get.
>
While changing the color of the panel, did you set the alpha value to
FF? 0 gives you full transparency and FF gives you total opacity.
Hope this helps.
Ivar
On Mar 11, 8:37 pm, Mark Wyszomierski wrote:
> Hi,
>
> I'm trying to supply my own background drawable for a dialog. It w
you have to save the necessary data as part of the bundle in the
method, onSaveInstanceState and onCreate(bundle), you should if there
is any data in the bundle. if there is get the data from the bundle
and use that data.
-Ravi
On Feb 18, 1:29 pm, sid wrote:
> Hi All,
>
> For changing from portr
Try this:
ContentValues values = new ContentValues();
values.put(Contacts.People.NAME, "Dummy Contact"+i);
Uri uri =
Contacts.People.createPersonInMyContactsGroup(getContentResolver(),
values);
Uri new
Try this.
ContentValues values = new ContentValues();
values.put(Contacts.People.NAME, "Dummy Contact"+i);
Uri uri =
Contacts.People.createPersonInMyContactsGroup(getContentResolver(),
values);
Uri newC
5 matches
Mail list logo