Skip to content

MahakAggarwal/Advanced-Android-Developer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practicals for Google's Advanced Android Developer Course

This repository contains all the answers to the codelabs for Google's Advanced Android Developers Course.

The course concepts can be found here.

Please note that this is not the official repository for the course. It doesn't contain starter projects for the practicals but rather the completed solutions to the tasks and challenges given.

Author

Mahak Aggarwal

Additional Notes

  • Android Version: API 21 and above
  • Android Studio Version: 3.4.1 and above
  • Gradle Version: 5.1.1 and above

All apps in this repository are made using java and AndroidX libraries. All homework question and answers are in the MainActivity.java file of the homework projects. Architecture components are covered in fundamentals.

The repository is complete and all the projects work as intended.

Contents

  • 1.1: Fragments
  • 1.2: Fragment communication
  • 2.1: App widgets
  • 3.1: Getting sensor data
  • 3.2: Sensor-based orientation
  • 4.1 Part A: Profile GPU Rendering tool
  • 4.1 Part B: Debug GPU Overdraw and Layout Inspector tools
  • 4.2: Memory Profiler tool
  • 5.1: Add language support
  • 5.2: Use locale to format data
  • 6.1: Explore accessibility in Android
  • 6.2: Create accessible apps
  • 7.1: Device location
  • 8.1: Places API
  • 9.1: Google Maps
  • 10.1 Part A: Customize View subclasses
  • 10.1 Part B: Custom view from scratch
  • 11.1 Part A: Create Canvas objects
  • 11.1 Part B: Draw on Canvas objects
  • 11.1 Part C: Apply clipping to Canvas objects
  • 11.2: SurfaceView objects
  • 12.1: Property animations
  • 13.1: Play video in a VideoView

Releases

No releases published

Packages

No packages published

Languages