I know this is very noob question, i'm totally with this stuff :D
I have two separate projects in my Android Studio:
- there is few buttons in opening page for my first project
- my second app is map and stuff
I would like import project number 2 to under project 1. So that one of those buttons would open new window with that map.
I Have try examples like these Importing Module in Android Studio and https://www.youtube.com/watch?v=4GdQIHJ_ZDw&ab_channel=AllInOne and managed succesfully import "waypoint" module. But when I try go to change Module depedency there is nothing on the list?
So now there is two separate modules, but what I should do for connecting them togehter? Is my approac even correct or is this even possible? And what else i should if I managed add those depencys? I quess have to add somekind of implementation and settins to gradle maybe edit xml?
Pictures: