Skip to content

POC any new technologies to be applied into the real project

License

Notifications You must be signed in to change notification settings

yeneihub/ascend-android-tech-poc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-tech-poc

POC any new technologies to be applied into the real project

Features

Navigation Component

  • Navigate to a destination
    • Navigation component support several ways for navigating to destination. To explore each solution, change ActionType at NavGraphActivity, NavGraphHomeAFragment, or NavGraphHomeCSubFragment.
  • Deep link
    • Deep linking to specific destination has two different types of deep link. Check on ActionType.DEEP_LINK, ActionType.MAIN_NAVIGATOR_DEEP_LINK at NavGraphHomeAFragment for each type.
    • Available deep links
      • Home A: androidtechpoc://navgraph/homeA
      • Home B: androidtechpoc://navgraph/homeB
      • Home C: androidtechpoc://navgraph/homeC
      • Home C-sub: androidtechpoc://navgraph/homeCsub
      • Home D: androidtechpoc://navgraph/homeD/{displayText}

About

POC any new technologies to be applied into the real project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%