Hi! I developed the main activity of my app. On there there is a button which when clicked goes to the Second Activity.
This is my first app, so I needed suggestions on a design issue. I downloaded the Google Play Services because I want to create a real-time locations map on the Second Activity page. The issue is:
1. Should I develop another app with the Google Maps, then link it by including it in the Second Activity.kt code?
2. Should I work with only my first app, where I code a real-time Google Maps into the Second Activity? This by the way on how you do it is a little difficult to search for.
This is my first app, so I needed suggestions on a design issue. I downloaded the Google Play Services because I want to create a real-time locations map on the Second Activity page. The issue is:
1. Should I develop another app with the Google Maps, then link it by including it in the Second Activity.kt code?
2. Should I work with only my first app, where I code a real-time Google Maps into the Second Activity? This by the way on how you do it is a little difficult to search for.