WebView wrapper library to manage a local copy of the contents of a web app and keep it updated.
Basic behaviour implemented
- Configuration based
- Management of WebView setup
- Automatic warmup task with listener
- Rename project and migrate github to
webwrapp
- Migrating project to library
- Review WebWrapp interface
WebWrapp.getContext
may be unusedActivity
argument inWebWrapp.setupWebView
method is unused
- Add tests :)
- Allow more control over warming up procedure
- Review README.md and add more documentation
- Deploy to Maven Central
- Consider removing dagger dependency
- Consider multiple listeners to be specified
- Add dependency to
net.nebur.webwrapp
- Inject (or instantiate) main
WebWrapp
object passing as an argument an implementation ofWebWrappListener
- Wait for
onReady(String url)
method from yourWebWrappListener
implementation to be called - Setup at some point your
WebView
with the methodWebWrapp.setupWebView(WebView wv)
- When
onReady
is called, load the received url in yourWebView
No questions, yet