Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Switch to androidx startup instead of content provider for init #5

Merged
merged 2 commits into from
Jun 20, 2020

Conversation

haroldadmin
Copy link
Owner

The recent announcement of the Android App Startup library provides a more performant way of auto initializing libraries at startup. It uses a single content provider for all enrolled libraries.

This PR moves WhatTheStack to use the Startup library instead of its own content provider.

@haroldadmin haroldadmin added the enhancement New feature or request label Jun 12, 2020
@haroldadmin haroldadmin merged commit f18531a into master Jun 20, 2020
@haroldadmin haroldadmin deleted the auto-init branch November 28, 2021 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant