[Solved] Can’t start developing for android


Start with studio

When starting with studio will be confusing but don’t worry I think this may help you

  1. Start a project

  2. Writing a layout first decide the layout for the app for scrollable apps use

  3. 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

  4. Modifying AndroidManifest.xml to add permission

  5. Compile and run the app for creating a apk go to Build>>Generate signed apk

  6. Test app with logcat running so you can see what’s happening behind

  7. Distributing the app through play store

Useful Links:

  1. Proguard (obfuscation of app)

  2. Android Assets Studio (making different size of picture )

    3.Android Arsenal (for library)

    4.Graphics cheat sheet

solved Can’t start developing for android