Directoy ThreadingRunOnUiThread is misnamed - cannot be imported into Eclipse on Windows#10
Directoy ThreadingRunOnUiThread is misnamed - cannot be imported into Eclipse on Windows#10jdcheesman wants to merge 2 commits intoaporter:masterfrom
Conversation
|
Requires 2 commits to rename due to case handling issues. See Stack Overflow question here: http://stackoverflow.com/questions/3011625/git-mv-and-only-change-case-of-directory |
|
According to Android coding conventions, acronyms are treated as words and therefore the original "Ui" is correct. see: |
|
@jdcheesman The following is one commit, see the |
|
@jlslew cheers, that's certainly cleaner. I'll check out the link you included. TIL! @xaevinx OK, have checked out the Android convention and you're 100% correct, it should be Ui. Nonetheless the original problem remains: there is a difference between the application name and the filestructure, and as such the project cannot be imported into Eclipse (at least on Windows). Given the rest of the examples use "UI" and not "Ui", I suggest my change is more consistent - unless the other examples are changed too I think the use of Ui could easily lead to confusion. |
The case is incorrect, it should be ThreadingRunOnUIThread (with a capital UI).