I am using Android Studio for developing Android apps. But I have heard in Android Studio it is better to have only one app in a single (one project per app) if that is righ
Yes you can. Inside your project if you want to create a new app do the following:
project -> new -> moduleNow you will be able to run either app. This is an excellent way to share code between two apps as it allows you to keep and develop your libraries in one location.