Android Jetpack
UI Components
Palette
Layout
Fragment
Emoji
Animation & transitions
Jetpack Components
introduction
Foundation
Architecture
Behavior
UI
Foundation Components
Android KTX
AppCompat
Auto
Benchmark
Multidex
Security
Test
TV
Wear OS by Google
Architecture Components
Data Binding
Lifecycles
LiveData
Navigation
Paging
Room
ViewModel
WorkManager
Behavior Components
CameraX
Download manager
Media & playback
Notifications
Permissions
Preferences
Sharing
Slices

Layout



Layout, Android Jetpack UI Components, Lay out widgets using different algorithms

A layout defines the user interface structure in your app, like activity. A layout is built using View and ViewGroup Objects.


A View is Visible to user, such as EditView, TextView, A ViewGroup is invisible and it is a container object that defines layout structure for View(s) and can include sub ViewGroup in it.


A View is refereed as "widgets", and ViewGroup is refereed as "layouts"


View Examples

  • EditView
  • TextView
  • Button

ViewGroup Examples

  • LinearLayout
  • RelativeLayout
  • ConstraintLayout

View and ViewGroup can be created in your app in 2 ways.


  • Declare UI elements in XML
  • Programmatically


Animation & transitions

Animation & transitions, Android Jetpack UI Components, Move widgets and transition between screens

posted on 2019-10-25 08:04:17 - Android Jetpack Tutorials


Emoji

Emoji, Android Jetpack UI Components, Enable an up-to-date emoji font on older platforms

posted on 2019-10-25 08:03:43 - Android Jetpack Tutorials


Fragment

Fragment, Android Jetpack UI Components, A basic unit of composable UI

posted on 2019-10-25 08:03:24 - Android Jetpack Tutorials


Prompt Examples

ChatGPT Prompt Examples

posted on 2023-06-21 22:37:19 - ChatGPT Tutorials


Use Cases

Chat GPT Key Use Cases

posted on 2023-06-21 21:03:17 - ChatGPT Tutorials


Prompt Frameworks

Prompt Frameworks

posted on 2023-06-21 19:33:06 - ChatGPT Tutorials