All Questions
Tagged with android-development programming-practices
2 questions
1
vote
1
answer
644
views
Project has become so complex and big that I am lost [closed]
Hello this has never happened with me before . I am making an online shopping android app which has become huge and complex . While developing the code I have followed all the clean naming conventions ...
2
votes
1
answer
1k
views
OnClickListener good practice
Which one of the ways has better performance, or is a good programming practice, making the holder activity extend OnClickListener and make a Switch() clause for getItemId() or making one ...