ViewPump
View Inflation you can intercept.
File Explorer
Download Latest Version (.zip)- ci.yml
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- -FallbackViewCreationInterceptor.kt
- -InterceptorChain.kt
- -ReflectionUtils.kt
- -ReflectiveFallbackViewCreator.kt
- -ViewPumpActivityFactory.kt
- -ViewPumpLayoutInflater.kt
- FallbackViewCreator.kt
- InflateRequest.kt
- InflateResult.kt
- Interceptor.kt
- ViewPump.kt
- ViewPumpContextWrapper.kt
- ids.xml
- ViewPumpTest.java
- AnotherTestView.java
- AnotherTestViewNewingPreInflationInterceptor.java
- NameChangingPreInflationInterceptor.java
- SingleConstructorTestView.java
- TestFallbackViewCreator.java
- TestPostInflationInterceptor.java
- TestView.java
- build.gradle.kts
- Module.md
- CustomTextView.java
- CustomTextViewInterceptor.java
- MainActivity.java
- SampleApplication.java
- SampleFragment.java
- TextUpdatingInterceptor.java
- activity_main.xml
- fragment_sample.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- build.gradle
- .gitignore
- build.gradle
- CHANGELOG.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- RELEASING.md
- settings.gradle
๐ Installation Guide
1. Get the code
git clone https://github.com/InflationX/ViewPump
Downloads the entire project code from GitHub to your computer.
cd ViewPump
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd ViewPumpSample
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
