https://github.com/switchswap/android-extensions-test
Test repository for research into creating extensible android apps!
https://github.com/switchswap/android-extensions-test
Last synced: 8 months ago
JSON representation
Test repository for research into creating extensible android apps!
- Host: GitHub
- URL: https://github.com/switchswap/android-extensions-test
- Owner: switchswap
- Created: 2021-06-09T00:41:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T19:57:10.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T02:57:16.560Z (over 1 year ago)
- Language: Kotlin
- Size: 249 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-extensions-test
Test repository for research into creating extensible android apps!
## ExtensionsTest
This is the base app that loads extensions.
## SampleExtension
This is a sample extension. It has no activities and won't show up in an app drawer. It does, however, contain code that the base app can use via reflection.
## ExtensionsTestLib
This class library module is a dependency in both the SampleExtension and ExtensionsTest projects. It allows the reflected class to be casted used in a cleaner fashion than with reflection syntax.