Take a look at MediaColumns.TITLE
29.03.2011 0:47 пользователь "snowcrash" <131...@gmail.com> написал:
> I'm facing the following problem while implementing a ContentProvider
> to deliver images stored in the private data area of an application in
> an android-project:
>
> The files returned by th
I'm facing the following problem while implementing a ContentProvider
to deliver images stored in the private data area of an application in
an android-project:
The files returned by the implementation below have the complete
absolute path to the stored images as filename which look like
_data_da
If I understood your question correctly, you can use MediaColumns.TITLE
to specify an item's title. Does not have to be derived from the
filename at all (e.g. can be extracted from image metadata).
-- Kostya
25.03.2011 20:19, snowcrash пишет:
My question now is: How can I make the ContentProv
I'm facing the following problem while implementing a ContentProvider
to deliver images stored in the private data area of an application in
an android-project:
The files returned by the implementation below have the complete
absolute path to the stored images as filename which look like
_data_da
4 matches
Mail list logo