Skip to content

This is a repository written as a part of Android Session taken in BARD

Notifications You must be signed in to change notification settings

neeradkumar/androidSimpleViews

Repository files navigation

simpleviews

This is a repository written as a part of Android Session taken in BARD

Concepts learned in this session

  • Views, XML

    • Views, ViewGroups
    • XML tags and attributes
    • LinearLayout
    • TextView, EditText, Button
    • Notation in XML - @string/name
  • In Activity

    • findViewById
    • Notation in Java - R.string.name
    • setText, setVisibility etc.
    • setOnClickListener for Button (action on button click)
  • Other

    • Log.d (logcat)
    • Toast

About

This is a repository written as a part of Android Session taken in BARD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages