i was always wondering why android uses strings wh...
# android
a
i was always wondering why android uses strings where you could use an enum too. e.g. the type of LocationProvider is identified by a string. would you consider that a good design?