Start with studio
When starting with studio will be confusing but don’t worry I think this may help you
-
Start a project
-
Writing a layout first decide the layout for the app for scrollable apps use
-
Writing java this is main part here you can do wherever you want to do with your app (PS: search on net what you want you mostly find it you can use
-
Modifying AndroidManifest.xml to add permission
-
Compile and run the app for creating a apk go to Build>>Generate signed apk
-
Test app with logcat running so you can see what’s happening behind
-
Distributing the app through play store
Useful Links:
solved Can’t start developing for android