https://github.com/danapaduraru/AndroidLabs/commit/3fc593f5a46d8113c7b06977a9feefff6bdb57b2
https://github.com/danapaduraru/AndroidLabs/commit/b16eb46e87897b87b20857e434a5124afe3a3fe6
Implement functionalities for the menu you created in Lab 3 (2p)
AndroidLabs/Lab2/app/src/main/java/com/example/lab2android/MainActivity.java
Lines 161 to 181 in d9d0cba
Create another Activity (or more) and connect them using Intent Filters. ( i.e. intents for sending a SMS, starting a voice call, open an URL, etc.) (2p)
Use dialog windows (AlertDialog) to interact with the user (username, password, search filter, etc.) (2p)