dkonigs
Subscriber
I recently developed an incident light meter for Android (actually my second one) and works very well. The Android SDK only provides integer lux values so a phone cannot be used for an enlarging meter.
I did a lot of experimentation with using an Android phone as an under-the-enlarger incident light meter several months back when I was trying to see if I could use it as a quick-and-dirty way of calibrating the PrintSizer app I was working on at the time. I'm pretty sure I got floating point results. The real problem I had, however, was that whatever filtering Android did before giving me the data was effectively a showstopper. Basically, any change below a certain threshold would be ignored and not passed back through the API. Of course the variations in low light levels that are kinda important for enlarger usage fall in this range.
For the use case of a camera light meter you're working with a lot more light, so this isn't really an issue.