Skip to content

Generates a static object that includes a list of all activities declared in all manifest files of your project.

License

Notifications You must be signed in to change notification settings

MehdiBrahmi/android-activities-constants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

android-activities-constants

Generates a static object that includes a list of all activities declared in all manifest files of your project.

How to use ?

  1. Added activities-constants.gradle in the module where you want to generate the object ActivitiesConstants.kt

  2. Include the gradle file to your build.gradle apply from: 'activities-constants.gradle'

  3. Build your project and use it !

    ActivitiesConstants is located in ${applicationId}.ActivitiesConstants

About

Generates a static object that includes a list of all activities declared in all manifest files of your project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published