DEV Community

Harsha S
Harsha S

Posted on

Day 2 Of 100 Days of Code Challenge:- Improved code and Revised List Comprehensions

Today I improved the code in the previous android app that I made using the View.OnClickListener() interface, reducing the lines of code and improving program readability.

The code is here:-
https://github.com/harsha-art/FiveSongApp

I also solved some questions on python list comprehensions and looked through all the programming notes I made on python revising list and dictionaries. I plan to solve some exercises on them to memorize their functions properly. Maybe even do sets, tuples, Hashmaps and Hashsets in java.

Top comments (0)