Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 977 Bytes

File metadata and controls

38 lines (23 loc) · 977 Bytes

ProfileIt

An android application to showcase a person’s resume/portfolio for the Android platform. Based on the current user context, it proactively retrieves and presents all the relevant data from a json file (details.json).

Some of the Libraries Used:

  1. android.graphics.Typeface
  2. android.net.Uri
  3. android.widget.Toast
  4. android.view.WindowManager
  5. android.view.Window
  6. android.os.Handler

Some of the Components used:

  1. Splash screen
  2. Grid layout
  3. Navigation drawer
  4. Relative layout
  5. Linear layout
  6. Card View

Different Screens:

  1. Splash Activity:

picture1

  1. Welcome Fragment:

picture2

  1. Navigation Drawer:

picture3