Skip to content

erev0s/ClassLoaderExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57d2cd6 · Nov 12, 2022

History

3 Commits
Nov 11, 2022
Nov 11, 2022
Nov 11, 2022
Nov 11, 2022
Nov 11, 2022
Nov 12, 2022
Nov 11, 2022
Nov 12, 2022
Nov 11, 2022
Nov 11, 2022
Nov 11, 2022
Nov 11, 2022

Repository files navigation

ClassLoaderExample

This repository is accompanying the blog post https://erev0s.com/blog/3-ways-for-dynamic-code-loading-in-android/

It showcases 3 different methods to dynamically load classes in Android. There are three .dex files in the assets directory which contain each one a class with unique name and within that class a function to return a random number.

The three buttons in the app are calling each one a different method to load the corresponding .dex file.

Alt Text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages