All Questions
2 questions
5
votes
2
answers
2k
views
Detecting if image taken by camera is too dark
I am trying to build functionality to check if an image taken by the camera is too dark. So I added the following 2 functions to a utility class:
...
3
votes
0
answers
131
views
Getting contacts from phone is taking too much time
I am working on an instant chat messaging application. I am getting contacts from phone and displayed them in list view of an activity, but it is taking 25-30 seconds using the following code:
1. On ...