Assignment5

Mobile Course Assignment 5

Widgets that I Use

  1. TextView
  2. Button
  3. Circular Image View

Libraries that I use

  1. Jetpack Navigation
  2. Circular ImageView

// Navigation Component implementation “androidx.navigation:navigation-fragment-ktx:$nav_version” implementation “androidx.navigation:navigation-ui-ktx:$nav_version”

//Circular ImageView implementation ‘de.hdodenhof:circleimageview:3.1.0’

This App Has Single Activity and Multiple Fragments.

ScreenShots

1)Home Page , Set Profile Photo Button not Clicked yet. image

2)After Set Profile Photo Button Clicked image

2)Detail Page image

4)Fragment Navigation Graph image

GitHub

View Github