Skip to content

Template repository for creating App Inventor extensions

Notifications You must be signed in to change notification settings

Brilliafy/AssetExtractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

AssetExtractor

An extension made to extract project media files/assets to the cache, where they are accesible for processing.

Notes

THIS EXTENSION IS EXPLICITLY MADE FOR API ≤29, SINCE IO IS FIXED AFTER ANDROID 10.

Documentation

The extension is pretty straight forward:

    1. Install the extension
    1. Drag the extension on the screen
    1. Use the GetAssetFullFilePath block, with the name of the asset (foo.png for example)
    1. ENJOY!! The function returns the full path of the asset, either saved in cache, or in the AI2 Development folder, automatically determined/detected by the extension.

(If the asset is not found in cache, it is extracted from the app to the cache automatically)

Credits

TaihouKai's sample code.

Thank you!

Leave a star on the project if it helps.

About

Template repository for creating App Inventor extensions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 62.8%
  • Shell 37.2%