Search Results

Search found 2 results on 1 pages for 'andri'.

Page 1/1 | 1 

  • FileNotFoundException while trying to convert contacts to Vcard

    - by AndRi
    Hi I m trying to convert the contacts on emulator to VCard format using the code below AssetFileDescriptor afd =openAssetFileDescriptor(Contacts.CONTENT_VCARD_URI ,"r") The stack Trace says java.io.FileNotFoundException No file at content://com.android.contacts/contacts/as_vcard Do we need to attach a file to the URI ? Is there some other way to convert Contacts to Vcard in Android?

    Read the article

  • Managing the localization of Java properties files

    - by andri
    I have a Web application written in Java that is targeting several countries, all of which speak different languages (and more often than not, several languages -- that's Europe for you). We have a bunch of .properties files that hold the localized strings, and our current procedure is to e-mail the language-specific files to our partners for updating before doing major updates. However, this process is rather error-prone, as sometimes people forget to translate new strings and sometimes new strings don't get added to every language file, thus small mistakes get through very easily. Does anyone know of any existing software that could help us clear this mess? At a bare minimum, I'm thinking of something that would allow you to load a master file (for example, in English), a localized file and then would highlight the keys that were added to or removed from the master file.

    Read the article

1