Skip to content

Instantly share code, notes, and snippets.

@codazoda
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codazoda/d1a18c7421d2514f7aa9 to your computer and use it in GitHub Desktop.
Save codazoda/d1a18c7421d2514f7aa9 to your computer and use it in GitHub Desktop.
Building an Android App

Building an Android App

Adding an App Icon

  • Switch to Project view
  • Right click app
  • Select New, Image Asset
  • Select your icon

Switch to Visual Layout Editor

  • Command click the fragment_main in MainActivityFragment.java to switch to the visual layout editor.

Layouts

  • Frame Layout's are good for a single item
  • Relative Layout's give more flexability to put items anywhere, but are a little more complicated
  • Other type of layout?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment