Skip to content

HuynhTai02/Android_Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn About Android_Basic

WEEK 1

  1. Android Architecture
  2. Install Android Studio
  3. Project Android Structure
  4. Structure of interface screens
    • statusbar/indicator
    • actionbar/toolbar
    • main layout
    • bottombar/navigation
  5. Basic interface attributes
    • size, color, icon, style, string, multi language

THE ANDROID VIEW CLASS

BASIC WIDGETS

WEEK 2

  1. TextView
  2. EditText
  3. Button
  4. Switch
  5. Checkbox
  6. RadioButton
  7. ImageView
  8. ProgressBar

ANDROID LAYOUTS

WEEK 3, WEEK 4, WEEK 5

  1. Common Attributes View
    • layout_width and layout_height
    • background
    • gravity
    • layout_gravity
    • margin
    • padding
    • visibility
  2. LinearLayout
    • orientation = "vertical" or orientation ="horizontal"
  3. Table Row
  4. Practice

5. FrameLayout 5. Practice

6. RelativeLayout

6. Practice

7. Constraintlayout

Restaurant Booking Uikit(Community)

  1. Link Figma Restaurant Booking Uikit

DRAWABLE (Customize interface with Drawable)

WEEK 6, WEEK 7

  1. Shape
  2. Bitmap
  3. Rotate
  4. Clip
  5. Layer-list
  6. State-list
  7. Level-list
  8. Practice

ACTIVITY-INTENT

WEEK8, WEEK 9

  1. Activity Lifecycle
  2. Intent Explicit
    • Send and receive string
    • Send and receive number
    • Send and receive array
    • Send and receive object
    • Send and receive bundle
  3. Intent Implicit
    • ACTION_VIEW
    • ACTION_SENDTO
    • ACTION_CALL
  4. ActivityForResult
  5. Practice

WEEK 10

TOAST-ALERTDIALOG-DIALOG

  1. Use Toast-AlertDialog-Dialog
  2. Custom Toast-AlertDialog-Dialog

ANIMATION

  • Object Animation
  • Tween Animation: alpha, rotate, translate, scale

WEEK 11, WEEK 12

FRAGMENTS

  1. Fragment Lifecycle
  2. Fragment Manager

About

Learn about Java and Android - FIGHTING FIGHTING

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages