Writing my first Android app. Thought I would start with a Corporate Directory application. The app will only have read access to the data (for searching/displaying).
The data will have to be extracted from Active Directory.
So I have a few questions.
Should I put the data in xml or a database. I'm leaning towards xml.
Would it be possible to create a custom contact database and use that instead? It would seem to me to be easier to just create a custom contact database and then the application could just leverage all of the built contact functionality just pointing to a different database.
Any other tips would also be appreciated.
thanks,
lee