-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First steps for issue #2024 - implemented the basic functionality of sound meter #2054
First steps for issue #2024 - implemented the basic functionality of sound meter #2054
Conversation
a88baa9
to
ac5d599
Compare
@mariobehling I have implemented the basic functionality of a sound meter. Could you please have a look at it. |
@neel1998 @adityastic @CloudyPadmal would love to have your opinion as well on this implementation so that I could complete it further. |
//TODO: To be implemented | ||
} | ||
|
||
/********************************************************************************************** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use a consistent commenting style
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the feedback! However i think, i did not completely understand what u meant by a consistent style. It would be really helpful if you could suggest me the type of style I should use for the further changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I would say as in line 283. Also do not hardcode strings. Use them from strings.xml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay! you mean the This_ feature is yet to be implemented string right ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that part ..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay cool, I will do the needful.
@CloudyPadmal also could you please suggest how should i proceed with this implementation ? It would be great to have some guidance. Like on the smooth transition of the graph part and the calibration of the sound meter. |
PR looks good. There seems to be some conflicted files @reckoner1429 . We can ignore the butterknife warnings in Codacy |
Okay, I will resolve the conflicts ASAP. |
…lity of a sound meter
ac5d599
to
4a12482
Compare
@CloudyPadmal I have resolved the conflict and also made the comments consistent to the best of my knowledge. Thanks :) |
Ok, unfortunately there were other PRs resulting in merge conflicts. Please help to finalize this and resolve the current conflicts. |
@mariobehling I have resolved the conflicts. |
@CloudyPadmal I have made the changes requested by you. Please have a look. |
…sound meter
First steps for issues #2024
Changes:
Implemented the basic functionality of the sound meter. I am having some issues with smooth transition in the graph of the sound and also with the proper calibration of the sound meter.
Screenshot/s for the changes:

Checklist:
strings.xml
,dimens.xml
andcolors.xml
without hard-coding themstrings.xml
,dimens.xml
orcolors.xml
APK for testing:
firststeps#issue2024.zip