I’m very new to Android.
I’m thinking about creating an application that uses multiple databases. The user would be able to specify the name of the database to be created, and select which database to use from those existing in the /databases/ directory.
Is this possible in android?
Yes, all you described is possible. The following samplet illustrate how to do this