├── .gradle ├── 7.0.2 │ ├── dependencies-accessors │ │ ├── dependencies-accessors.lock │ │ └── gc.properties │ ├── executionHistory │ │ ├── executionHistory.bin │ │ └── executionHistory.lock │ ├── fileChanges │ │ └── last-build.bin │ ├── fileHashes │ │ ├── fileHashes.bin │ │ ├── fileHashes.lock │ │ └── resourceHashesCache.bin │ ├── gc.properties │ └── javaCompile │ │ ├── classAnalysis.bin │ │ ├── jarAnalysis.bin │ │ ├── javaCompile.lock │ │ └── taskHistory.bin ├── buildOutputCleanup │ ├── buildOutputCleanup.lock │ ├── cache.properties │ └── outputFiles.bin ├── checksums │ ├── checksums.lock │ ├── md5-checksums.bin │ └── sha1-checksums.bin └── vcs-1 │ └── gc.properties ├── .idea ├── .gitignore ├── .name ├── assetWizardSettings.xml ├── compiler.xml ├── gradle.xml ├── libraries │ ├── Gradle__androidx_activity_activity_1_2_4_aar.xml │ ├── Gradle__androidx_annotation_annotation_1_2_0.xml │ ├── Gradle__androidx_annotation_annotation_experimental_1_0_0_aar.xml │ ├── Gradle__androidx_appcompat_appcompat_1_3_1_aar.xml │ ├── Gradle__androidx_appcompat_appcompat_resources_1_3_1_aar.xml │ ├── Gradle__androidx_arch_core_core_common_2_1_0.xml │ ├── Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml │ ├── Gradle__androidx_arch_core_core_runtime_2_1_0_aar.xml │ ├── Gradle__androidx_asynclayoutinflater_asynclayoutinflater_1_0_0_aar.xml │ ├── Gradle__androidx_cardview_cardview_1_0_0_aar.xml │ ├── Gradle__androidx_collection_collection_1_1_0.xml │ ├── Gradle__androidx_constraintlayout_constraintlayout_2_1_0_aar.xml │ ├── Gradle__androidx_coordinatorlayout_coordinatorlayout_1_1_0_aar.xml │ ├── Gradle__androidx_core_core_1_5_0_aar.xml │ ├── Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml │ ├── Gradle__androidx_customview_customview_1_1_0_aar.xml │ ├── Gradle__androidx_databinding_databinding_adapters_7_0_2_aar.xml │ ├── Gradle__androidx_databinding_databinding_common_7_0_2.xml │ ├── Gradle__androidx_databinding_databinding_runtime_7_0_2_aar.xml │ ├── Gradle__androidx_databinding_viewbinding_7_0_2_aar.xml │ ├── Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml │ ├── Gradle__androidx_drawerlayout_drawerlayout_1_1_1_aar.xml │ ├── Gradle__androidx_dynamicanimation_dynamicanimation_1_0_0_aar.xml │ ├── Gradle__androidx_fragment_fragment_1_3_6_aar.xml │ ├── Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml │ ├── Gradle__androidx_legacy_legacy_support_core_ui_1_0_0_aar.xml │ ├── Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml │ ├── Gradle__androidx_legacy_legacy_support_v4_1_0_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_common_2_3_1.xml │ ├── Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_livedata_core_2_3_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_runtime_2_3_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_2_3_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_3_1_aar.xml │ ├── Gradle__androidx_loader_loader_1_0_0_aar.xml │ ├── Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml │ ├── Gradle__androidx_media_media_1_0_0_aar.xml │ ├── Gradle__androidx_navigation_navigation_common_2_3_5_aar.xml │ ├── Gradle__androidx_navigation_navigation_fragment_2_3_5_aar.xml │ ├── Gradle__androidx_navigation_navigation_runtime_2_3_5_aar.xml │ ├── Gradle__androidx_navigation_navigation_ui_2_3_5_aar.xml │ ├── Gradle__androidx_print_print_1_0_0_aar.xml │ ├── Gradle__androidx_recyclerview_recyclerview_1_1_0_aar.xml │ ├── Gradle__androidx_savedstate_savedstate_1_1_0_aar.xml │ ├── Gradle__androidx_slidingpanelayout_slidingpanelayout_1_0_0_aar.xml │ ├── Gradle__androidx_swiperefreshlayout_swiperefreshlayout_1_0_0_aar.xml │ ├── Gradle__androidx_test_core_1_4_0_aar.xml │ ├── Gradle__androidx_test_espresso_espresso_core_3_4_0_aar.xml │ ├── Gradle__androidx_test_espresso_espresso_idling_resource_3_4_0_aar.xml │ ├── Gradle__androidx_test_ext_junit_1_1_3_aar.xml │ ├── Gradle__androidx_test_monitor_1_4_0_aar.xml │ ├── Gradle__androidx_test_runner_1_4_0_aar.xml │ ├── Gradle__androidx_test_services_storage_1_4_0_aar.xml │ ├── Gradle__androidx_transition_transition_1_2_0_aar.xml │ ├── Gradle__androidx_transition_transition_1_3_0_aar.xml │ ├── Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml │ ├── Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml │ ├── Gradle__androidx_versionedparcelable_versionedparcelable_1_1_1_aar.xml │ ├── Gradle__androidx_viewpager2_viewpager2_1_0_0_aar.xml │ ├── Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml │ ├── Gradle__com_google_android_material_material_1_4_0_aar.xml │ ├── Gradle__com_google_code_findbugs_jsr305_2_0_1.xml │ ├── Gradle__com_makeramen_roundedimageview_2_3_0_aar.xml │ ├── Gradle__com_squareup_javawriter_2_1_1.xml │ ├── Gradle__javax_inject_javax_inject_1.xml │ ├── Gradle__junit_junit_4_12.xml │ ├── Gradle__junit_junit_4_13_2.xml │ ├── Gradle__org_hamcrest_hamcrest_core_1_3.xml │ ├── Gradle__org_hamcrest_hamcrest_integration_1_3.xml │ └── Gradle__org_hamcrest_hamcrest_library_1_3.xml ├── misc.xml ├── modules.xml ├── modules │ ├── ViewPager.iml │ └── app │ │ ├── ViewPager.app.androidTest.iml │ │ ├── ViewPager.app.iml │ │ ├── ViewPager.app.main.iml │ │ └── ViewPager.app.unitTest.iml └── vcs.xml ├── README.md ├── app ├── build.gradle ├── build │ ├── generated │ │ ├── ap_generated_sources │ │ │ └── debug │ │ │ │ └── out │ │ │ │ ├── androidx │ │ │ │ └── databinding │ │ │ │ │ ├── DataBinderMapperImpl.java │ │ │ │ │ ├── DataBindingComponent.java │ │ │ │ │ └── library │ │ │ │ │ └── baseAdapters │ │ │ │ │ └── BR.java │ │ │ │ └── com │ │ │ │ └── viewpager │ │ │ │ ├── BR.java │ │ │ │ ├── DataBinderMapperImpl.java │ │ │ │ └── databinding │ │ │ │ ├── ActivityHomeBindingImpl.java │ │ │ │ └── ActivityMainBindingImpl.java │ │ ├── data_binding_base_class_source_out │ │ │ └── debug │ │ │ │ └── out │ │ │ │ └── com │ │ │ │ └── viewpager │ │ │ │ └── databinding │ │ │ │ ├── ActivityHomeBinding.java │ │ │ │ └── ActivityMainBinding.java │ │ ├── data_binding_trigger │ │ │ └── debug │ │ │ │ └── com │ │ │ │ └── viewpager │ │ │ │ └── DataBindingTriggerClass.java │ │ ├── res │ │ │ └── pngs │ │ │ │ └── debug │ │ │ │ └── drawable-anydpi-v24 │ │ │ │ └── ic_launcher_foreground.xml │ │ └── source │ │ │ └── buildConfig │ │ │ └── debug │ │ │ └── com │ │ │ └── viewpager │ │ │ └── BuildConfig.java │ ├── intermediates │ │ ├── annotation_processor_list │ │ │ └── debug │ │ │ │ └── annotationProcessors.json │ │ ├── app_metadata │ │ │ └── debug │ │ │ │ └── app-metadata.properties │ │ ├── compatible_screen_manifest │ │ │ └── debug │ │ │ │ └── output-metadata.json │ │ ├── compile_and_runtime_not_namespaced_r_class_jar │ │ │ └── debug │ │ │ │ └── R.jar │ │ ├── data_binding_artifact │ │ │ └── debug │ │ │ │ ├── com.viewpager-br.bin │ │ │ │ └── com.viewpager-setter_store.json │ │ ├── data_binding_base_class_log_artifact │ │ │ └── debug │ │ │ │ └── out │ │ │ │ └── com.viewpager-binding_classes.json │ │ ├── data_binding_base_class_logs_dependency_artifacts │ │ │ └── debug │ │ │ │ └── androidx.databinding.library.baseAdapters-binding_classes.json │ │ ├── data_binding_dependency_artifacts │ │ │ └── debug │ │ │ │ ├── androidx.databinding.library.baseAdapters-br.bin │ │ │ │ └── androidx.databinding.library.baseAdapters-setter_store.json │ │ ├── data_binding_layout_info_type_merge │ │ │ └── debug │ │ │ │ └── out │ │ │ │ ├── activity_home-layout.xml │ │ │ │ └── activity_main-layout.xml │ │ ├── desugar_graph │ │ │ └── debug │ │ │ │ └── out │ │ │ │ └── currentProject │ │ │ │ ├── dirs_bucket_0 │ │ │ │ └── graph.bin │ │ │ │ ├── dirs_bucket_1 │ │ │ │ └── graph.bin │ │ │ │ ├── jar_533646354000993eef0991bb13b6f2bc32933002fe1dcd1f81762e8e282a208b_bucket_0 │ │ │ │ └── graph.bin │ │ │ │ └── jar_533646354000993eef0991bb13b6f2bc32933002fe1dcd1f81762e8e282a208b_bucket_1 │ │ │ │ └── graph.bin │ │ ├── dex │ │ │ └── debug │ │ │ │ ├── mergeExtDexDebug │ │ │ │ └── classes.dex │ │ │ │ └── mergeProjectDexDebug │ │ │ │ ├── 0 │ │ │ │ └── classes.dex │ │ │ │ ├── 2 │ │ │ │ └── classes.dex │ │ │ │ ├── 4 │ │ │ │ └── classes.dex │ │ │ │ ├── 6 │ │ │ │ └── classes.dex │ │ │ │ ├── 7 │ │ │ │ └── classes.dex │ │ │ │ ├── 9 │ │ │ │ └── classes.dex │ │ │ │ ├── 11 │ │ │ │ └── classes.dex │ │ │ │ └── 13 │ │ │ │ └── classes.dex │ │ ├── dex_archive_input_jar_hashes │ │ │ └── debug │ │ │ │ └── out │ │ ├── dex_number_of_buckets_file │ │ │ └── debug │ │ │ │ └── out │ │ ├── incremental │ │ │ ├── dataBindingGenBaseClassesDebug │ │ │ │ └── base_builder_log.json │ │ │ ├── debug-mergeJavaRes │ │ │ │ ├── merge-state │ │ │ │ └── zip-cache │ │ │ │ │ ├── 1TD1UUa961LiDyKfthwQr59kVqc= │ │ │ │ │ ├── 4IAXHYnTGvX_W3Dx3XH9iBC9TuY= │ │ │ │ │ ├── 60XEQ0IV4ebJqT8sZt48HhHMYvU= │ │ │ │ │ ├── 6BTF7WVcrz5B8jkRKw0vpZEEGws= │ │ │ │ │ ├── 6VPGKVGVudcrZS0Fb01fLNf0viM= │ │ │ │ │ ├── 8+37E1r6Ev9ZzCHCGRlfr9yBIGA= │ │ │ │ │ ├── 82_dZayio2dKWTXMFI1_UfKmCPc= │ │ │ │ │ ├── 9gtPEVQmWbKLb_oyqf1PxIS3gpQ= │ │ │ │ │ ├── AxhpA1o6SarEjIDM1J5vO+3IDnQ= │ │ │ │ │ ├── AxoTLXTCEu4DTpOdIgPSjeDqQEc= │ │ │ │ │ ├── BLhxL+JTCaqJpzvvvZuq1SHNg0s= │ │ │ │ │ ├── Cg5XR3l+vo88AkR2ebeFGBY3q_g= │ │ │ │ │ ├── DGggTWZge0Ll8S+5Ui83rhoR1l0= │ │ │ │ │ ├── E9fR6jAk8m+jNl_QRciL1OVSPVM= │ │ │ │ │ ├── EnOxe_QPyIuDTpA5jzRu8Oh1KzQ= │ │ │ │ │ ├── I+k7AAPCj6uKac+rk6jGJICe2fM= │ │ │ │ │ ├── IV6Gek4aMHfS_UX7yckiZxpACmI= │ │ │ │ │ ├── K+vYwfPFrDW7GYF1CyvythNsnp8= │ │ │ │ │ ├── Lz1yOfQ_fPVkz4zaRqWnTf6usJ0= │ │ │ │ │ ├── QCGdL392_Tc3dJAfeNe8gRotuOY= │ │ │ │ │ ├── QKf7wurDtGvEAQL4p7ZRAuzNKlw= │ │ │ │ │ ├── R4HQQl7fUSxxbL5dp2rpgzHp_rk= │ │ │ │ │ ├── UoF3A5060UOG3wv_Eb5wKT4ABxY= │ │ │ │ │ ├── YMP3F2LuLVCOsr55A7ERVDZWAS8= │ │ │ │ │ ├── YvTp5tXU+qdYZEDdtN69TpSxLa8= │ │ │ │ │ ├── Z0YXaItZM2H5q_ipJ6gjKL6a8K0= │ │ │ │ │ ├── ZNujqXZQUHo0+eUnfqDHkU6IAHY= │ │ │ │ │ ├── _8kxY6QIt2bo7913fATBDoBk+ZY= │ │ │ │ │ ├── bJB+IQdHeYhtYUkdFXjP5MGSmHw= │ │ │ │ │ ├── cj6yT1ZzKrFRT9y2KekjnFhyFJ8= │ │ │ │ │ ├── elK854IbZu8s5aAwjBBU2KcXYsM= │ │ │ │ │ ├── fhhFUvPiRXo7WoSxtsKm0f6wnEc= │ │ │ │ │ ├── gFFZnfm8QNlxaFWevrmMopHSBhk= │ │ │ │ │ ├── gSfNV_VqvmmpQRJuoOSNdfeqkbc= │ │ │ │ │ ├── iRXhGDBFNKglMZpmYEG+uC2a+dk= │ │ │ │ │ ├── jXGWNCDZAWw5gg3_ARfHtgFpeUA= │ │ │ │ │ ├── jY2fPCD_zJXn75n6ceB8+QbWpPI= │ │ │ │ │ ├── kHWgBicO6I74PPQ5JaFH2KONlPM= │ │ │ │ │ ├── kTNvqKxiAB9pnLEiF6eleZZFLC8= │ │ │ │ │ ├── mmAg0QilNLPAQHGO6TKBq2+sEWs= │ │ │ │ │ ├── mocN+9b41K1Z1ZtvFb3azseMfJA= │ │ │ │ │ ├── nimgTlBeJfRX+e0rWd1UGh1sPC4= │ │ │ │ │ ├── oXHFZkUP3huxigI1q4uMXpiOoYg= │ │ │ │ │ ├── pC8OToZDFpeo1iwXVJxj5soUvRc= │ │ │ │ │ ├── qlkFehB+6zaLWNDUjlLQpOGfIk8= │ │ │ │ │ ├── rzJhmX9mSx+Kv37KbDcgvtfPIEg= │ │ │ │ │ ├── s82XIsaZ_PX3bJTN0w7tBRtUmww= │ │ │ │ │ ├── sD1EfkuSVqIdFkkcaoMD_tm+D7Y= │ │ │ │ │ ├── sEcT4ytDEv3xMkjPQ3jg_Z6wFs0= │ │ │ │ │ ├── tQqvBMOkPwytL8Kg0FzbKMMVD1w= │ │ │ │ │ ├── tTVnlkAbnStzc9uJg96l0FH00jQ= │ │ │ │ │ ├── v4dFV4Nb2++OeJb9cRB0cIpZ0s8= │ │ │ │ │ ├── vAfJehRHuBsTJBSRtIkiTqkcOF8= │ │ │ │ │ ├── wmwte3+epyLTf5M8cmMulKyZ+F0= │ │ │ │ │ └── yiOu48KxYNZ42gmxvJ8ZTb04juY= │ │ │ ├── mergeDebugAssets │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugJniLibFolders │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugResources │ │ │ │ ├── compile-file-map.properties │ │ │ │ ├── merger.xml │ │ │ │ └── stripped.dir │ │ │ │ │ └── layout │ │ │ │ │ └── item_onboarding.xml │ │ │ ├── mergeDebugShaders │ │ │ │ └── merger.xml │ │ │ └── packageDebug │ │ │ │ └── tmp │ │ │ │ └── debug │ │ │ │ ├── dex-renamer-state.txt │ │ │ │ └── zip-cache │ │ │ │ ├── androidResources │ │ │ │ └── javaResources0 │ │ ├── javac │ │ │ └── debug │ │ │ │ └── classes │ │ │ │ ├── androidx │ │ │ │ └── databinding │ │ │ │ │ ├── DataBinderMapperImpl.class │ │ │ │ │ ├── DataBindingComponent.class │ │ │ │ │ └── library │ │ │ │ │ └── baseAdapters │ │ │ │ │ └── BR.class │ │ │ │ └── com │ │ │ │ └── viewpager │ │ │ │ ├── BR.class │ │ │ │ ├── BuildConfig.class │ │ │ │ ├── DataBinderMapperImpl$InnerBrLookup.class │ │ │ │ ├── DataBinderMapperImpl$InnerLayoutIdLookup.class │ │ │ │ ├── DataBinderMapperImpl.class │ │ │ │ ├── DataBindingTriggerClass.class │ │ │ │ ├── adapter │ │ │ │ ├── movie │ │ │ │ │ ├── MovieAdapter$MovieViewHolder.class │ │ │ │ │ └── MovieAdapter.class │ │ │ │ └── onboarding │ │ │ │ │ ├── OnBoardingAapter$OnBoardingViewHolder.class │ │ │ │ │ └── OnBoardingAapter.class │ │ │ │ ├── databinding │ │ │ │ ├── ActivityHomeBinding.class │ │ │ │ ├── ActivityHomeBindingImpl.class │ │ │ │ ├── ActivityMainBinding.class │ │ │ │ └── ActivityMainBindingImpl.class │ │ │ │ ├── model │ │ │ │ ├── MovieModel.class │ │ │ │ └── OnBoardingModel.class │ │ │ │ └── ui │ │ │ │ ├── home │ │ │ │ └── HomeActivity.class │ │ │ │ └── main │ │ │ │ ├── MainActivity$1.class │ │ │ │ ├── MainActivity$2.class │ │ │ │ └── MainActivity.class │ │ ├── manifest_merge_blame_file │ │ │ └── debug │ │ │ │ └── manifest-merger-blame-debug-report.txt │ │ ├── merged_java_res │ │ │ └── debug │ │ │ │ └── base.jar │ │ ├── merged_manifest │ │ │ └── debug │ │ │ │ └── AndroidManifest.xml │ │ ├── merged_manifests │ │ │ └── debug │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── output-metadata.json │ │ ├── merged_res │ │ │ └── debug │ │ │ │ ├── drawable-anydpi-v24_ic_launcher_foreground.xml.flat │ │ │ │ ├── drawable-v24_img.png.flat │ │ │ │ ├── drawable-v24_img_1.png.flat │ │ │ │ ├── drawable-v24_img_2.png.flat │ │ │ │ ├── drawable-v24_img_3.png.flat │ │ │ │ ├── drawable_delivery.png.flat │ │ │ │ ├── drawable_favourite.xml.flat │ │ │ │ ├── drawable_food.png.flat │ │ │ │ ├── drawable_home.xml.flat │ │ │ │ ├── drawable_ic_favorite.xml.flat │ │ │ │ ├── drawable_ic_home.xml.flat │ │ │ │ ├── drawable_ic_launcher_background.xml.flat │ │ │ │ ├── drawable_ic_location.xml.flat │ │ │ │ ├── drawable_ic_profile.xml.flat │ │ │ │ ├── drawable_location.xml.flat │ │ │ │ ├── drawable_onboarding_indicator_active.xml.flat │ │ │ │ ├── drawable_onboarding_indicator_inactive.xml.flat │ │ │ │ ├── drawable_payment.png.flat │ │ │ │ ├── layout_activity_home.xml.flat │ │ │ │ ├── layout_activity_main.xml.flat │ │ │ │ ├── layout_item_movie.xml.flat │ │ │ │ ├── layout_item_onboarding.xml.flat │ │ │ │ ├── menu_menu.xml.flat │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher.xml.flat │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher_round.xml.flat │ │ │ │ ├── mipmap-hdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-hdpi_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-mdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-mdpi_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-xhdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-xhdpi_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-xxhdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-xxhdpi_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher_round.webp.flat │ │ │ │ ├── values-af_values-af.arsc.flat │ │ │ │ ├── values-am_values-am.arsc.flat │ │ │ │ ├── values-ar_values-ar.arsc.flat │ │ │ │ ├── values-as_values-as.arsc.flat │ │ │ │ ├── values-az_values-az.arsc.flat │ │ │ │ ├── values-b+es+419_values-b+es+419.arsc.flat │ │ │ │ ├── values-b+sr+Latn_values-b+sr+Latn.arsc.flat │ │ │ │ ├── values-be_values-be.arsc.flat │ │ │ │ ├── values-bg_values-bg.arsc.flat │ │ │ │ ├── values-bn_values-bn.arsc.flat │ │ │ │ ├── values-bs_values-bs.arsc.flat │ │ │ │ ├── values-ca_values-ca.arsc.flat │ │ │ │ ├── values-cs_values-cs.arsc.flat │ │ │ │ ├── values-da_values-da.arsc.flat │ │ │ │ ├── values-de_values-de.arsc.flat │ │ │ │ ├── values-el_values-el.arsc.flat │ │ │ │ ├── values-en-rAU_values-en-rAU.arsc.flat │ │ │ │ ├── values-en-rCA_values-en-rCA.arsc.flat │ │ │ │ ├── values-en-rGB_values-en-rGB.arsc.flat │ │ │ │ ├── values-en-rIN_values-en-rIN.arsc.flat │ │ │ │ ├── values-en-rXC_values-en-rXC.arsc.flat │ │ │ │ ├── values-es-rUS_values-es-rUS.arsc.flat │ │ │ │ ├── values-es_values-es.arsc.flat │ │ │ │ ├── values-et_values-et.arsc.flat │ │ │ │ ├── values-eu_values-eu.arsc.flat │ │ │ │ ├── values-fa_values-fa.arsc.flat │ │ │ │ ├── values-fi_values-fi.arsc.flat │ │ │ │ ├── values-fr-rCA_values-fr-rCA.arsc.flat │ │ │ │ ├── values-fr_values-fr.arsc.flat │ │ │ │ ├── values-gl_values-gl.arsc.flat │ │ │ │ ├── values-gu_values-gu.arsc.flat │ │ │ │ ├── values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat │ │ │ │ ├── values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat │ │ │ │ ├── values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat │ │ │ │ ├── values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat │ │ │ │ ├── values-h720dp-v13_values-h720dp-v13.arsc.flat │ │ │ │ ├── values-hdpi-v4_values-hdpi-v4.arsc.flat │ │ │ │ ├── values-hi_values-hi.arsc.flat │ │ │ │ ├── values-hr_values-hr.arsc.flat │ │ │ │ ├── values-hu_values-hu.arsc.flat │ │ │ │ ├── values-hy_values-hy.arsc.flat │ │ │ │ ├── values-in_values-in.arsc.flat │ │ │ │ ├── values-is_values-is.arsc.flat │ │ │ │ ├── values-it_values-it.arsc.flat │ │ │ │ ├── values-iw_values-iw.arsc.flat │ │ │ │ ├── values-ja_values-ja.arsc.flat │ │ │ │ ├── values-ka_values-ka.arsc.flat │ │ │ │ ├── values-kk_values-kk.arsc.flat │ │ │ │ ├── values-km_values-km.arsc.flat │ │ │ │ ├── values-kn_values-kn.arsc.flat │ │ │ │ ├── values-ko_values-ko.arsc.flat │ │ │ │ ├── values-ky_values-ky.arsc.flat │ │ │ │ ├── values-land_values-land.arsc.flat │ │ │ │ ├── values-large-v4_values-large-v4.arsc.flat │ │ │ │ ├── values-ldltr-v21_values-ldltr-v21.arsc.flat │ │ │ │ ├── values-ldrtl-v17_values-ldrtl-v17.arsc.flat │ │ │ │ ├── values-lo_values-lo.arsc.flat │ │ │ │ ├── values-lt_values-lt.arsc.flat │ │ │ │ ├── values-lv_values-lv.arsc.flat │ │ │ │ ├── values-mk_values-mk.arsc.flat │ │ │ │ ├── values-ml_values-ml.arsc.flat │ │ │ │ ├── values-mn_values-mn.arsc.flat │ │ │ │ ├── values-mr_values-mr.arsc.flat │ │ │ │ ├── values-ms_values-ms.arsc.flat │ │ │ │ ├── values-my_values-my.arsc.flat │ │ │ │ ├── values-nb_values-nb.arsc.flat │ │ │ │ ├── values-ne_values-ne.arsc.flat │ │ │ │ ├── values-night-v8_values-night-v8.arsc.flat │ │ │ │ ├── values-nl_values-nl.arsc.flat │ │ │ │ ├── values-or_values-or.arsc.flat │ │ │ │ ├── values-pa_values-pa.arsc.flat │ │ │ │ ├── values-pl_values-pl.arsc.flat │ │ │ │ ├── values-port_values-port.arsc.flat │ │ │ │ ├── values-pt-rBR_values-pt-rBR.arsc.flat │ │ │ │ ├── values-pt-rPT_values-pt-rPT.arsc.flat │ │ │ │ ├── values-pt_values-pt.arsc.flat │ │ │ │ ├── values-ro_values-ro.arsc.flat │ │ │ │ ├── values-ru_values-ru.arsc.flat │ │ │ │ ├── values-si_values-si.arsc.flat │ │ │ │ ├── values-sk_values-sk.arsc.flat │ │ │ │ ├── values-sl_values-sl.arsc.flat │ │ │ │ ├── values-small-v4_values-small-v4.arsc.flat │ │ │ │ ├── values-sq_values-sq.arsc.flat │ │ │ │ ├── values-sr_values-sr.arsc.flat │ │ │ │ ├── values-sv_values-sv.arsc.flat │ │ │ │ ├── values-sw600dp-v13_values-sw600dp-v13.arsc.flat │ │ │ │ ├── values-sw_values-sw.arsc.flat │ │ │ │ ├── values-ta_values-ta.arsc.flat │ │ │ │ ├── values-te_values-te.arsc.flat │ │ │ │ ├── values-th_values-th.arsc.flat │ │ │ │ ├── values-tl_values-tl.arsc.flat │ │ │ │ ├── values-tr_values-tr.arsc.flat │ │ │ │ ├── values-uk_values-uk.arsc.flat │ │ │ │ ├── values-ur_values-ur.arsc.flat │ │ │ │ ├── values-uz_values-uz.arsc.flat │ │ │ │ ├── values-v16_values-v16.arsc.flat │ │ │ │ ├── values-v17_values-v17.arsc.flat │ │ │ │ ├── values-v18_values-v18.arsc.flat │ │ │ │ ├── values-v21_values-v21.arsc.flat │ │ │ │ ├── values-v22_values-v22.arsc.flat │ │ │ │ ├── values-v23_values-v23.arsc.flat │ │ │ │ ├── values-v24_values-v24.arsc.flat │ │ │ │ ├── values-v25_values-v25.arsc.flat │ │ │ │ ├── values-v26_values-v26.arsc.flat │ │ │ │ ├── values-v28_values-v28.arsc.flat │ │ │ │ ├── values-vi_values-vi.arsc.flat │ │ │ │ ├── values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat │ │ │ │ ├── values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat │ │ │ │ ├── values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat │ │ │ │ ├── values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat │ │ │ │ ├── values-watch-v20_values-watch-v20.arsc.flat │ │ │ │ ├── values-watch-v21_values-watch-v21.arsc.flat │ │ │ │ ├── values-xlarge-v4_values-xlarge-v4.arsc.flat │ │ │ │ ├── values-zh-rCN_values-zh-rCN.arsc.flat │ │ │ │ ├── values-zh-rHK_values-zh-rHK.arsc.flat │ │ │ │ ├── values-zh-rTW_values-zh-rTW.arsc.flat │ │ │ │ ├── values-zu_values-zu.arsc.flat │ │ │ │ └── values_values.arsc.flat │ │ ├── merged_res_blame_folder │ │ │ └── debug │ │ │ │ └── out │ │ │ │ ├── multi-v2 │ │ │ │ ├── debug.json │ │ │ │ ├── values-af.json │ │ │ │ ├── values-am.json │ │ │ │ ├── values-ar.json │ │ │ │ ├── values-as.json │ │ │ │ ├── values-az.json │ │ │ │ ├── values-b+es+419.json │ │ │ │ ├── values-b+sr+Latn.json │ │ │ │ ├── values-be.json │ │ │ │ ├── values-bg.json │ │ │ │ ├── values-bn.json │ │ │ │ ├── values-bs.json │ │ │ │ ├── values-ca.json │ │ │ │ ├── values-cs.json │ │ │ │ ├── values-da.json │ │ │ │ ├── values-de.json │ │ │ │ ├── values-el.json │ │ │ │ ├── values-en-rAU.json │ │ │ │ ├── values-en-rCA.json │ │ │ │ ├── values-en-rGB.json │ │ │ │ ├── values-en-rIN.json │ │ │ │ ├── values-en-rXC.json │ │ │ │ ├── values-es-rUS.json │ │ │ │ ├── values-es.json │ │ │ │ ├── values-et.json │ │ │ │ ├── values-eu.json │ │ │ │ ├── values-fa.json │ │ │ │ ├── values-fi.json │ │ │ │ ├── values-fr-rCA.json │ │ │ │ ├── values-fr.json │ │ │ │ ├── values-gl.json │ │ │ │ ├── values-gu.json │ │ │ │ ├── values-h320dp-port-v13.json │ │ │ │ ├── values-h360dp-land-v13.json │ │ │ │ ├── values-h480dp-land-v13.json │ │ │ │ ├── values-h550dp-port-v13.json │ │ │ │ ├── values-h720dp-v13.json │ │ │ │ ├── values-hdpi-v4.json │ │ │ │ ├── values-hi.json │ │ │ │ ├── values-hr.json │ │ │ │ ├── values-hu.json │ │ │ │ ├── values-hy.json │ │ │ │ ├── values-in.json │ │ │ │ ├── values-is.json │ │ │ │ ├── values-it.json │ │ │ │ ├── values-iw.json │ │ │ │ ├── values-ja.json │ │ │ │ ├── values-ka.json │ │ │ │ ├── values-kk.json │ │ │ │ ├── values-km.json │ │ │ │ ├── values-kn.json │ │ │ │ ├── values-ko.json │ │ │ │ ├── values-ky.json │ │ │ │ ├── values-land.json │ │ │ │ ├── values-large-v4.json │ │ │ │ ├── values-ldltr-v21.json │ │ │ │ ├── values-ldrtl-v17.json │ │ │ │ ├── values-lo.json │ │ │ │ ├── values-lt.json │ │ │ │ ├── values-lv.json │ │ │ │ ├── values-mk.json │ │ │ │ ├── values-ml.json │ │ │ │ ├── values-mn.json │ │ │ │ ├── values-mr.json │ │ │ │ ├── values-ms.json │ │ │ │ ├── values-my.json │ │ │ │ ├── values-nb.json │ │ │ │ ├── values-ne.json │ │ │ │ ├── values-night-v8.json │ │ │ │ ├── values-nl.json │ │ │ │ ├── values-or.json │ │ │ │ ├── values-pa.json │ │ │ │ ├── values-pl.json │ │ │ │ ├── values-port.json │ │ │ │ ├── values-pt-rBR.json │ │ │ │ ├── values-pt-rPT.json │ │ │ │ ├── values-pt.json │ │ │ │ ├── values-ro.json │ │ │ │ ├── values-ru.json │ │ │ │ ├── values-si.json │ │ │ │ ├── values-sk.json │ │ │ │ ├── values-sl.json │ │ │ │ ├── values-small-v4.json │ │ │ │ ├── values-sq.json │ │ │ │ ├── values-sr.json │ │ │ │ ├── values-sv.json │ │ │ │ ├── values-sw.json │ │ │ │ ├── values-sw600dp-v13.json │ │ │ │ ├── values-ta.json │ │ │ │ ├── values-te.json │ │ │ │ ├── values-th.json │ │ │ │ ├── values-tl.json │ │ │ │ ├── values-tr.json │ │ │ │ ├── values-uk.json │ │ │ │ ├── values-ur.json │ │ │ │ ├── values-uz.json │ │ │ │ ├── values-v16.json │ │ │ │ ├── values-v17.json │ │ │ │ ├── values-v18.json │ │ │ │ ├── values-v21.json │ │ │ │ ├── values-v22.json │ │ │ │ ├── values-v23.json │ │ │ │ ├── values-v24.json │ │ │ │ ├── values-v25.json │ │ │ │ ├── values-v26.json │ │ │ │ ├── values-v28.json │ │ │ │ ├── values-vi.json │ │ │ │ ├── values-w320dp-land-v13.json │ │ │ │ ├── values-w360dp-port-v13.json │ │ │ │ ├── values-w480dp-port-v13.json │ │ │ │ ├── values-w600dp-land-v13.json │ │ │ │ ├── values-watch-v20.json │ │ │ │ ├── values-watch-v21.json │ │ │ │ ├── values-xlarge-v4.json │ │ │ │ ├── values-zh-rCN.json │ │ │ │ ├── values-zh-rHK.json │ │ │ │ ├── values-zh-rTW.json │ │ │ │ ├── values-zu.json │ │ │ │ └── values.json │ │ │ │ └── single │ │ │ │ ├── debug.json │ │ │ │ └── layout.json │ │ ├── navigation_json │ │ │ └── debug │ │ │ │ └── navigation.json │ │ ├── packaged_manifests │ │ │ └── debug │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── output-metadata.json │ │ ├── processed_res │ │ │ └── debug │ │ │ │ └── out │ │ │ │ ├── output-metadata.json │ │ │ │ └── resources-debug.ap_ │ │ ├── project_dex_archive │ │ │ └── debug │ │ │ │ └── out │ │ │ │ ├── androidx │ │ │ │ └── databinding │ │ │ │ │ ├── DataBinderMapperImpl.dex │ │ │ │ │ ├── DataBindingComponent.dex │ │ │ │ │ └── library │ │ │ │ │ └── baseAdapters │ │ │ │ │ └── BR.dex │ │ │ │ └── com │ │ │ │ └── viewpager │ │ │ │ ├── BR.dex │ │ │ │ ├── BuildConfig.dex │ │ │ │ ├── DataBinderMapperImpl$InnerBrLookup.dex │ │ │ │ ├── DataBinderMapperImpl$InnerLayoutIdLookup.dex │ │ │ │ ├── DataBinderMapperImpl.dex │ │ │ │ ├── DataBindingTriggerClass.dex │ │ │ │ ├── adapter │ │ │ │ ├── movie │ │ │ │ │ ├── MovieAdapter$MovieViewHolder.dex │ │ │ │ │ └── MovieAdapter.dex │ │ │ │ └── onboarding │ │ │ │ │ ├── OnBoardingAapter$OnBoardingViewHolder.dex │ │ │ │ │ └── OnBoardingAapter.dex │ │ │ │ ├── databinding │ │ │ │ ├── ActivityHomeBinding.dex │ │ │ │ ├── ActivityHomeBindingImpl.dex │ │ │ │ ├── ActivityMainBinding.dex │ │ │ │ └── ActivityMainBindingImpl.dex │ │ │ │ ├── model │ │ │ │ ├── MovieModel.dex │ │ │ │ └── OnBoardingModel.dex │ │ │ │ └── ui │ │ │ │ ├── home │ │ │ │ └── HomeActivity.dex │ │ │ │ └── main │ │ │ │ ├── MainActivity$1.dex │ │ │ │ ├── MainActivity$2.dex │ │ │ │ └── MainActivity.dex │ │ ├── runtime_symbol_list │ │ │ └── debug │ │ │ │ └── R.txt │ │ ├── signing_config_versions │ │ │ └── debug │ │ │ │ └── signing-config-versions.json │ │ ├── stable_resource_ids_file │ │ │ └── debug │ │ │ │ └── stableIds.txt │ │ └── symbol_list_with_package_name │ │ │ └── debug │ │ │ └── package-aware-r.txt │ ├── outputs │ │ ├── apk │ │ │ └── debug │ │ │ │ ├── app-debug.apk │ │ │ │ └── output-metadata.json │ │ └── logs │ │ │ └── manifest-merger-debug-report.txt │ └── tmp │ │ └── compileDebugJavaWithJavac │ │ └── source-classes-mapping.txt ├── proguard-rules.pro └── src │ ├── androidTest │ └── java │ │ └── com │ │ └── viewpager │ │ └── ExampleInstrumentedTest.java │ ├── main │ ├── AndroidManifest.xml │ ├── java │ │ └── com │ │ │ └── viewpager │ │ │ ├── adapter │ │ │ ├── movie │ │ │ │ └── MovieAdapter.java │ │ │ └── onboarding │ │ │ │ └── OnBoardingAapter.java │ │ │ ├── model │ │ │ ├── MovieModel.java │ │ │ └── OnBoardingModel.java │ │ │ └── ui │ │ │ ├── home │ │ │ └── HomeActivity.java │ │ │ └── main │ │ │ └── MainActivity.java │ └── res │ │ ├── drawable-v24 │ │ ├── ic_launcher_foreground.xml │ │ ├── img.png │ │ ├── img_1.png │ │ ├── img_2.png │ │ └── img_3.png │ │ ├── drawable │ │ ├── delivery.png │ │ ├── favourite.xml │ │ ├── food.png │ │ ├── home.xml │ │ ├── ic_favorite.xml │ │ ├── ic_home.xml │ │ ├── ic_launcher_background.xml │ │ ├── ic_location.xml │ │ ├── ic_profile.xml │ │ ├── location.xml │ │ ├── onboarding_indicator_active.xml │ │ ├── onboarding_indicator_inactive.xml │ │ └── payment.png │ │ ├── layout │ │ ├── activity_home.xml │ │ ├── activity_main.xml │ │ ├── item_movie.xml │ │ └── item_onboarding.xml │ │ ├── menu │ │ └── menu.xml │ │ ├── mipmap-anydpi-v26 │ │ ├── ic_launcher.xml │ │ └── ic_launcher_round.xml │ │ ├── mipmap-hdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-mdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xxhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xxxhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── values-night │ │ └── themes.xml │ │ └── values │ │ ├── colors.xml │ │ ├── strings.xml │ │ └── themes.xml │ └── test │ └── java │ └── com │ └── viewpager │ └── ExampleUnitTest.java ├── build.gradle ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── local.properties └── settings.gradle /.gradle/7.0.2/dependencies-accessors/dependencies-accessors.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/7.0.2/dependencies-accessors/dependencies-accessors.lock -------------------------------------------------------------------------------- /.gradle/7.0.2/dependencies-accessors/gc.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/7.0.2/dependencies-accessors/gc.properties -------------------------------------------------------------------------------- /.gradle/7.0.2/executionHistory/executionHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/7.0.2/executionHistory/executionHistory.bin -------------------------------------------------------------------------------- /.gradle/7.0.2/executionHistory/executionHistory.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/7.0.2/executionHistory/executionHistory.lock -------------------------------------------------------------------------------- /.gradle/7.0.2/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/7.0.2/fileHashes/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/7.0.2/fileHashes/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/7.0.2/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/7.0.2/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /.gradle/7.0.2/fileHashes/resourceHashesCache.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/7.0.2/fileHashes/resourceHashesCache.bin -------------------------------------------------------------------------------- /.gradle/7.0.2/gc.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/7.0.2/gc.properties -------------------------------------------------------------------------------- /.gradle/7.0.2/javaCompile/classAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/7.0.2/javaCompile/classAnalysis.bin -------------------------------------------------------------------------------- /.gradle/7.0.2/javaCompile/jarAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/7.0.2/javaCompile/jarAnalysis.bin -------------------------------------------------------------------------------- /.gradle/7.0.2/javaCompile/javaCompile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/7.0.2/javaCompile/javaCompile.lock -------------------------------------------------------------------------------- /.gradle/7.0.2/javaCompile/taskHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/7.0.2/javaCompile/taskHistory.bin -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/buildOutputCleanup.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/buildOutputCleanup/buildOutputCleanup.lock -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/cache.properties: -------------------------------------------------------------------------------- 1 | #Sat Jan 14 01:48:19 BDT 2023 2 | gradle.version=7.0.2 3 | -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/outputFiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/buildOutputCleanup/outputFiles.bin -------------------------------------------------------------------------------- /.gradle/checksums/checksums.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/checksums/checksums.lock -------------------------------------------------------------------------------- /.gradle/checksums/md5-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/checksums/md5-checksums.bin -------------------------------------------------------------------------------- /.gradle/checksums/sha1-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/checksums/sha1-checksums.bin -------------------------------------------------------------------------------- /.gradle/vcs-1/gc.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/.gradle/vcs-1/gc.properties -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /.idea/.name: -------------------------------------------------------------------------------- 1 | ViewPager -------------------------------------------------------------------------------- /.idea/assetWizardSettings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 18 | 19 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_activity_activity_1_2_4_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_annotation_annotation_1_2_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_annotation_annotation_experimental_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_appcompat_appcompat_resources_1_3_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_arch_core_core_common_2_1_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_asynclayoutinflater_asynclayoutinflater_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_cardview_cardview_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_collection_collection_1_1_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_2_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_customview_customview_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_databinding_databinding_adapters_7_0_2_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_databinding_databinding_common_7_0_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_databinding_databinding_runtime_7_0_2_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_databinding_viewbinding_7_0_2_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_dynamicanimation_dynamicanimation_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_legacy_legacy_support_core_ui_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_legacy_legacy_support_v4_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_3_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_3_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_3_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_3_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_3_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_navigation_navigation_common_2_3_5_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_navigation_navigation_fragment_2_3_5_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_navigation_navigation_runtime_2_3_5_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_navigation_navigation_ui_2_3_5_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_savedstate_savedstate_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_slidingpanelayout_slidingpanelayout_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_core_1_4_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_espresso_espresso_core_3_4_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_ext_junit_1_1_3_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_monitor_1_4_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_runner_1_4_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_services_storage_1_4_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_javawriter_2_1_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__javax_inject_javax_inject_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__junit_junit_4_12.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__junit_junit_4_13_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/modules/ViewPager.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OnBoarding-Screen-with-ViewPager2-Java 2 | 3 | 4 | alt home | alt home 5 |
6 |
7 |
8 |
9 | 10 | alt home |alt home 11 | 12 | -------------------------------------------------------------------------------- /app/build/generated/ap_generated_sources/debug/out/androidx/databinding/DataBinderMapperImpl.java: -------------------------------------------------------------------------------- 1 | package androidx.databinding; 2 | 3 | public class DataBinderMapperImpl extends MergedDataBinderMapper { 4 | DataBinderMapperImpl() { 5 | addMapper(new com.viewpager.DataBinderMapperImpl()); 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /app/build/generated/ap_generated_sources/debug/out/androidx/databinding/DataBindingComponent.java: -------------------------------------------------------------------------------- 1 | package androidx.databinding; 2 | 3 | public interface DataBindingComponent { 4 | } 5 | -------------------------------------------------------------------------------- /app/build/generated/ap_generated_sources/debug/out/androidx/databinding/library/baseAdapters/BR.java: -------------------------------------------------------------------------------- 1 | package androidx.databinding.library.baseAdapters; 2 | 3 | public class BR { 4 | public static final int _all = 0; 5 | } 6 | -------------------------------------------------------------------------------- /app/build/generated/ap_generated_sources/debug/out/com/viewpager/BR.java: -------------------------------------------------------------------------------- 1 | package com.viewpager; 2 | 3 | public class BR { 4 | public static final int _all = 0; 5 | } 6 | -------------------------------------------------------------------------------- /app/build/generated/data_binding_trigger/debug/com/viewpager/DataBindingTriggerClass.java: -------------------------------------------------------------------------------- 1 | package com.viewpager; 2 | 3 | @androidx.databinding.BindingBuildInfo 4 | public class DataBindingTriggerClass {} -------------------------------------------------------------------------------- /app/build/generated/source/buildConfig/debug/com/viewpager/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Automatically generated file. DO NOT MODIFY 3 | */ 4 | package com.viewpager; 5 | 6 | public final class BuildConfig { 7 | public static final boolean DEBUG = Boolean.parseBoolean("true"); 8 | public static final String APPLICATION_ID = "com.viewpager"; 9 | public static final String BUILD_TYPE = "debug"; 10 | public static final int VERSION_CODE = 1; 11 | public static final String VERSION_NAME = "1.0"; 12 | } 13 | -------------------------------------------------------------------------------- /app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json: -------------------------------------------------------------------------------- 1 | {"databinding-compiler-7.0.2.jar (androidx.databinding:databinding-compiler:7.0.2)":true} -------------------------------------------------------------------------------- /app/build/intermediates/app_metadata/debug/app-metadata.properties: -------------------------------------------------------------------------------- 1 | appMetadataVersion=1.0 2 | androidGradlePluginVersion=7.0.2 -------------------------------------------------------------------------------- /app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 3, 3 | "artifactType": { 4 | "type": "COMPATIBLE_SCREEN_MANIFEST", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "com.viewpager", 8 | "variantName": "debug", 9 | "elements": [] 10 | } -------------------------------------------------------------------------------- /app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar -------------------------------------------------------------------------------- /app/build/intermediates/data_binding_artifact/debug/com.viewpager-br.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/data_binding_artifact/debug/com.viewpager-br.bin -------------------------------------------------------------------------------- /app/build/intermediates/data_binding_artifact/debug/com.viewpager-setter_store.json: -------------------------------------------------------------------------------- 1 | {"version":5,"adapterMethods":{},"renamedMethods":{},"conversionMethods":{},"untaggableTypes":{},"multiValueAdapters":{},"inverseAdapters":{},"inverseMethods":{},"twoWayMethods":{},"useAndroidX":true} -------------------------------------------------------------------------------- /app/build/intermediates/data_binding_base_class_log_artifact/debug/out/com.viewpager-binding_classes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/com.viewpager-binding_classes.json -------------------------------------------------------------------------------- /app/build/intermediates/data_binding_base_class_logs_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-binding_classes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/data_binding_base_class_logs_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-binding_classes.json -------------------------------------------------------------------------------- /app/build/intermediates/data_binding_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-br.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/data_binding_dependency_artifacts/debug/androidx.databinding.library.baseAdapters-br.bin -------------------------------------------------------------------------------- /app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_home-layout.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/jar_533646354000993eef0991bb13b6f2bc32933002fe1dcd1f81762e8e282a208b_bucket_0/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_533646354000993eef0991bb13b6f2bc32933002fe1dcd1f81762e8e282a208b_bucket_0/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/jar_533646354000993eef0991bb13b6f2bc32933002fe1dcd1f81762e8e282a208b_bucket_1/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_533646354000993eef0991bb13b6f2bc32933002fe1dcd1f81762e8e282a208b_bucket_1/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/11/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/dex/debug/mergeProjectDexDebug/11/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/13/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/dex/debug/mergeProjectDexDebug/13/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/2/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/dex/debug/mergeProjectDexDebug/2/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/4/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/dex/debug/mergeProjectDexDebug/4/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/6/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/dex/debug/mergeProjectDexDebug/6/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/7/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/dex/debug/mergeProjectDexDebug/7/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex_archive_input_jar_hashes/debug/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/dex_archive_input_jar_hashes/debug/out -------------------------------------------------------------------------------- /app/build/intermediates/dex_number_of_buckets_file/debug/out: -------------------------------------------------------------------------------- 1 | 2 -------------------------------------------------------------------------------- /app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/merge-state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1TD1UUa961LiDyKfthwQr59kVqc=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1TD1UUa961LiDyKfthwQr59kVqc= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4IAXHYnTGvX_W3Dx3XH9iBC9TuY=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4IAXHYnTGvX_W3Dx3XH9iBC9TuY= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/60XEQ0IV4ebJqT8sZt48HhHMYvU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/60XEQ0IV4ebJqT8sZt48HhHMYvU= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6BTF7WVcrz5B8jkRKw0vpZEEGws=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6BTF7WVcrz5B8jkRKw0vpZEEGws= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6VPGKVGVudcrZS0Fb01fLNf0viM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6VPGKVGVudcrZS0Fb01fLNf0viM= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8+37E1r6Ev9ZzCHCGRlfr9yBIGA=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8+37E1r6Ev9ZzCHCGRlfr9yBIGA= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/82_dZayio2dKWTXMFI1_UfKmCPc=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/82_dZayio2dKWTXMFI1_UfKmCPc= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9gtPEVQmWbKLb_oyqf1PxIS3gpQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9gtPEVQmWbKLb_oyqf1PxIS3gpQ= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AxhpA1o6SarEjIDM1J5vO+3IDnQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AxhpA1o6SarEjIDM1J5vO+3IDnQ= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AxoTLXTCEu4DTpOdIgPSjeDqQEc=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AxoTLXTCEu4DTpOdIgPSjeDqQEc= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BLhxL+JTCaqJpzvvvZuq1SHNg0s=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BLhxL+JTCaqJpzvvvZuq1SHNg0s= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Cg5XR3l+vo88AkR2ebeFGBY3q_g=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Cg5XR3l+vo88AkR2ebeFGBY3q_g= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DGggTWZge0Ll8S+5Ui83rhoR1l0=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DGggTWZge0Ll8S+5Ui83rhoR1l0= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E9fR6jAk8m+jNl_QRciL1OVSPVM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E9fR6jAk8m+jNl_QRciL1OVSPVM= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EnOxe_QPyIuDTpA5jzRu8Oh1KzQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EnOxe_QPyIuDTpA5jzRu8Oh1KzQ= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I+k7AAPCj6uKac+rk6jGJICe2fM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I+k7AAPCj6uKac+rk6jGJICe2fM= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IV6Gek4aMHfS_UX7yckiZxpACmI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IV6Gek4aMHfS_UX7yckiZxpACmI= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/K+vYwfPFrDW7GYF1CyvythNsnp8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/K+vYwfPFrDW7GYF1CyvythNsnp8= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Lz1yOfQ_fPVkz4zaRqWnTf6usJ0=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Lz1yOfQ_fPVkz4zaRqWnTf6usJ0= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QCGdL392_Tc3dJAfeNe8gRotuOY=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QCGdL392_Tc3dJAfeNe8gRotuOY= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QKf7wurDtGvEAQL4p7ZRAuzNKlw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QKf7wurDtGvEAQL4p7ZRAuzNKlw= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/R4HQQl7fUSxxbL5dp2rpgzHp_rk=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/R4HQQl7fUSxxbL5dp2rpgzHp_rk= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UoF3A5060UOG3wv_Eb5wKT4ABxY=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UoF3A5060UOG3wv_Eb5wKT4ABxY= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YMP3F2LuLVCOsr55A7ERVDZWAS8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YMP3F2LuLVCOsr55A7ERVDZWAS8= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YvTp5tXU+qdYZEDdtN69TpSxLa8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YvTp5tXU+qdYZEDdtN69TpSxLa8= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Z0YXaItZM2H5q_ipJ6gjKL6a8K0=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Z0YXaItZM2H5q_ipJ6gjKL6a8K0= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZNujqXZQUHo0+eUnfqDHkU6IAHY=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZNujqXZQUHo0+eUnfqDHkU6IAHY= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_8kxY6QIt2bo7913fATBDoBk+ZY=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_8kxY6QIt2bo7913fATBDoBk+ZY= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bJB+IQdHeYhtYUkdFXjP5MGSmHw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bJB+IQdHeYhtYUkdFXjP5MGSmHw= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cj6yT1ZzKrFRT9y2KekjnFhyFJ8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cj6yT1ZzKrFRT9y2KekjnFhyFJ8= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/elK854IbZu8s5aAwjBBU2KcXYsM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/elK854IbZu8s5aAwjBBU2KcXYsM= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fhhFUvPiRXo7WoSxtsKm0f6wnEc=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fhhFUvPiRXo7WoSxtsKm0f6wnEc= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gFFZnfm8QNlxaFWevrmMopHSBhk=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gFFZnfm8QNlxaFWevrmMopHSBhk= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gSfNV_VqvmmpQRJuoOSNdfeqkbc=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gSfNV_VqvmmpQRJuoOSNdfeqkbc= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iRXhGDBFNKglMZpmYEG+uC2a+dk=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iRXhGDBFNKglMZpmYEG+uC2a+dk= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jXGWNCDZAWw5gg3_ARfHtgFpeUA=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jXGWNCDZAWw5gg3_ARfHtgFpeUA= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jY2fPCD_zJXn75n6ceB8+QbWpPI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jY2fPCD_zJXn75n6ceB8+QbWpPI= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kHWgBicO6I74PPQ5JaFH2KONlPM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kHWgBicO6I74PPQ5JaFH2KONlPM= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kTNvqKxiAB9pnLEiF6eleZZFLC8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kTNvqKxiAB9pnLEiF6eleZZFLC8= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mmAg0QilNLPAQHGO6TKBq2+sEWs=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mmAg0QilNLPAQHGO6TKBq2+sEWs= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mocN+9b41K1Z1ZtvFb3azseMfJA=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mocN+9b41K1Z1ZtvFb3azseMfJA= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nimgTlBeJfRX+e0rWd1UGh1sPC4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nimgTlBeJfRX+e0rWd1UGh1sPC4= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oXHFZkUP3huxigI1q4uMXpiOoYg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oXHFZkUP3huxigI1q4uMXpiOoYg= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pC8OToZDFpeo1iwXVJxj5soUvRc=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pC8OToZDFpeo1iwXVJxj5soUvRc= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qlkFehB+6zaLWNDUjlLQpOGfIk8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qlkFehB+6zaLWNDUjlLQpOGfIk8= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rzJhmX9mSx+Kv37KbDcgvtfPIEg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rzJhmX9mSx+Kv37KbDcgvtfPIEg= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/s82XIsaZ_PX3bJTN0w7tBRtUmww=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/s82XIsaZ_PX3bJTN0w7tBRtUmww= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sD1EfkuSVqIdFkkcaoMD_tm+D7Y=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sD1EfkuSVqIdFkkcaoMD_tm+D7Y= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sEcT4ytDEv3xMkjPQ3jg_Z6wFs0=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sEcT4ytDEv3xMkjPQ3jg_Z6wFs0= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tQqvBMOkPwytL8Kg0FzbKMMVD1w=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tQqvBMOkPwytL8Kg0FzbKMMVD1w= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tTVnlkAbnStzc9uJg96l0FH00jQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tTVnlkAbnStzc9uJg96l0FH00jQ= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/v4dFV4Nb2++OeJb9cRB0cIpZ0s8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/v4dFV4Nb2++OeJb9cRB0cIpZ0s8= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vAfJehRHuBsTJBSRtIkiTqkcOF8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vAfJehRHuBsTJBSRtIkiTqkcOF8= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wmwte3+epyLTf5M8cmMulKyZ+F0=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wmwte3+epyLTf5M8cmMulKyZ+F0= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yiOu48KxYNZ42gmxvJ8ZTb04juY=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yiOu48KxYNZ42gmxvJ8ZTb04juY= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAssets/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugShaders/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/androidx/databinding/DataBinderMapperImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/androidx/databinding/DataBinderMapperImpl.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/androidx/databinding/DataBindingComponent.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/androidx/databinding/DataBindingComponent.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/androidx/databinding/library/baseAdapters/BR.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/androidx/databinding/library/baseAdapters/BR.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/BR.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/BR.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/BuildConfig.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/DataBinderMapperImpl$InnerBrLookup.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/DataBinderMapperImpl$InnerBrLookup.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/DataBinderMapperImpl$InnerLayoutIdLookup.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/DataBinderMapperImpl$InnerLayoutIdLookup.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/DataBinderMapperImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/DataBinderMapperImpl.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/DataBindingTriggerClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/DataBindingTriggerClass.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/adapter/movie/MovieAdapter$MovieViewHolder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/adapter/movie/MovieAdapter$MovieViewHolder.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/adapter/movie/MovieAdapter.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/adapter/movie/MovieAdapter.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/adapter/onboarding/OnBoardingAapter$OnBoardingViewHolder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/adapter/onboarding/OnBoardingAapter$OnBoardingViewHolder.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/adapter/onboarding/OnBoardingAapter.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/adapter/onboarding/OnBoardingAapter.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/databinding/ActivityHomeBinding.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/databinding/ActivityHomeBinding.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/databinding/ActivityHomeBindingImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/databinding/ActivityHomeBindingImpl.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/databinding/ActivityMainBinding.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/databinding/ActivityMainBinding.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/databinding/ActivityMainBindingImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/databinding/ActivityMainBindingImpl.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/model/MovieModel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/model/MovieModel.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/model/OnBoardingModel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/model/OnBoardingModel.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/ui/home/HomeActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/ui/home/HomeActivity.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/ui/main/MainActivity$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/ui/main/MainActivity$1.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/ui/main/MainActivity$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/ui/main/MainActivity$2.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/viewpager/ui/main/MainActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/javac/debug/classes/com/viewpager/ui/main/MainActivity.class -------------------------------------------------------------------------------- /app/build/intermediates/merged_java_res/debug/base.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_java_res/debug/base.jar -------------------------------------------------------------------------------- /app/build/intermediates/merged_manifests/debug/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 3, 3 | "artifactType": { 4 | "type": "MERGED_MANIFESTS", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "com.viewpager", 8 | "variantName": "debug", 9 | "elements": [ 10 | { 11 | "type": "SINGLE", 12 | "filters": [], 13 | "attributes": [], 14 | "versionCode": 1, 15 | "versionName": "1.0", 16 | "outputFile": "AndroidManifest.xml" 17 | } 18 | ], 19 | "elementType": "File" 20 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable-anydpi-v24_ic_launcher_foreground.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable-anydpi-v24_ic_launcher_foreground.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable-v24_img.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable-v24_img.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable-v24_img_1.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable-v24_img_1.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable-v24_img_2.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable-v24_img_2.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable-v24_img_3.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable-v24_img_3.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable_delivery.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable_delivery.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable_favourite.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable_favourite.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable_food.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable_food.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable_home.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable_home.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable_ic_favorite.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable_ic_favorite.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable_ic_home.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable_ic_home.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable_ic_location.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable_ic_location.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable_ic_profile.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable_ic_profile.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable_location.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable_location.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable_onboarding_indicator_active.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable_onboarding_indicator_active.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable_onboarding_indicator_inactive.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable_onboarding_indicator_inactive.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable_payment.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/drawable_payment.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/layout_activity_home.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/layout_activity_home.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/layout_item_movie.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/layout_item_movie.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/layout_item_onboarding.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/layout_item_onboarding.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/menu_menu.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/menu_menu.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values_values.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/merged_res/debug/values_values.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h320dp-port-v13\\values-h320dp-port-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\User\\.gradle\\caches\\transforms-3\\25012fcc08d4c5cf5a2844c1a21a6fbe\\transformed\\material-1.4.0\\res\\values-h320dp-port-v13\\values-h320dp-port-v13.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "75", 13 | "endOffsets": "126" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h550dp-port-v13\\values-h550dp-port-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\User\\.gradle\\caches\\transforms-3\\25012fcc08d4c5cf5a2844c1a21a6fbe\\transformed\\material-1.4.0\\res\\values-h550dp-port-v13\\values-h550dp-port-v13.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "76", 13 | "endOffsets": "127" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h720dp-v13\\values-h720dp-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\User\\.gradle\\caches\\transforms-3\\4ecd700c773cf5624732e3577602f1ea\\transformed\\appcompat-1.3.1\\res\\values-h720dp-v13\\values-h720dp-v13.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "66", 13 | "endOffsets": "117" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hdpi-v4\\values-hdpi-v4.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\User\\.gradle\\caches\\transforms-3\\4ecd700c773cf5624732e3577602f1ea\\transformed\\appcompat-1.3.1\\res\\values-hdpi-v4\\values-hdpi-v4.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endLines": "6", 13 | "endColumns": "13", 14 | "endOffsets": "327" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldltr-v21\\values-ldltr-v21.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\User\\.gradle\\caches\\transforms-3\\4ecd700c773cf5624732e3577602f1ea\\transformed\\appcompat-1.3.1\\res\\values-ldltr-v21\\values-ldltr-v21.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "112", 13 | "endOffsets": "163" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldrtl-v17\\values-ldrtl-v17.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\User\\.gradle\\caches\\transforms-3\\25012fcc08d4c5cf5a2844c1a21a6fbe\\transformed\\material-1.4.0\\res\\values-ldrtl-v17\\values-ldrtl-v17.xml", 8 | "from": { 9 | "startLines": "2,3", 10 | "startColumns": "4,4", 11 | "startOffsets": "55,191", 12 | "endColumns": "135,140", 13 | "endOffsets": "186,327" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-port\\values-port.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\User\\.gradle\\caches\\transforms-3\\4ecd700c773cf5624732e3577602f1ea\\transformed\\appcompat-1.3.1\\res\\values-port\\values-port.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "55", 13 | "endOffsets": "106" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-small-v4\\values-small-v4.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\User\\.gradle\\caches\\transforms-3\\25012fcc08d4c5cf5a2844c1a21a6fbe\\transformed\\material-1.4.0\\res\\values-small-v4\\values-small-v4.xml", 8 | "from": { 9 | "startLines": "2,3,4,5", 10 | "startColumns": "4,4,4,4", 11 | "startOffsets": "55,128,198,270", 12 | "endColumns": "72,69,71,69", 13 | "endOffsets": "123,193,265,335" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v18\\values-v18.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\User\\.gradle\\caches\\transforms-3\\4ecd700c773cf5624732e3577602f1ea\\transformed\\appcompat-1.3.1\\res\\values-v18\\values-v18.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "48", 13 | "endOffsets": "99" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v22\\values-v22.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\User\\.gradle\\caches\\transforms-3\\4ecd700c773cf5624732e3577602f1ea\\transformed\\appcompat-1.3.1\\res\\values-v22\\values-v22.xml", 8 | "from": { 9 | "startLines": "2,3,4,9", 10 | "startColumns": "4,4,4,4", 11 | "startOffsets": "55,130,217,553", 12 | "endLines": "2,3,8,13", 13 | "endColumns": "74,86,12,12", 14 | "endOffsets": "125,212,548,896" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v25\\values-v25.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\User\\.gradle\\caches\\transforms-3\\4ecd700c773cf5624732e3577602f1ea\\transformed\\appcompat-1.3.1\\res\\values-v25\\values-v25.xml", 8 | "from": { 9 | "startLines": "2,3,4,6", 10 | "startColumns": "4,4,4,4", 11 | "startOffsets": "55,126,209,308", 12 | "endLines": "2,3,5,7", 13 | "endColumns": "70,82,12,12", 14 | "endOffsets": "121,204,303,414" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w320dp-land-v13\\values-w320dp-land-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\User\\.gradle\\caches\\transforms-3\\25012fcc08d4c5cf5a2844c1a21a6fbe\\transformed\\material-1.4.0\\res\\values-w320dp-land-v13\\values-w320dp-land-v13.xml", 8 | "from": { 9 | "startLines": "2,3", 10 | "startColumns": "4,4", 11 | "startOffsets": "55,110", 12 | "endColumns": "54,61", 13 | "endOffsets": "105,167" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w600dp-land-v13\\values-w600dp-land-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\User\\.gradle\\caches\\transforms-3\\25012fcc08d4c5cf5a2844c1a21a6fbe\\transformed\\material-1.4.0\\res\\values-w600dp-land-v13\\values-w600dp-land-v13.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "54", 13 | "endOffsets": "105" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_home.xml", 4 | "source": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\src\\main\\res\\layout\\activity_home.xml" 5 | }, 6 | { 7 | "merged": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_main.xml", 8 | "source": "C:\\Users\\User\\AndroidStudioProjects\\ViewPager2-and-OnBoardingScreens\\app\\src\\main\\res\\layout\\activity_main.xml" 9 | } 10 | ] -------------------------------------------------------------------------------- /app/build/intermediates/navigation_json/debug/navigation.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /app/build/intermediates/packaged_manifests/debug/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 3, 3 | "artifactType": { 4 | "type": "PACKAGED_MANIFESTS", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "com.viewpager", 8 | "variantName": "debug", 9 | "elements": [ 10 | { 11 | "type": "SINGLE", 12 | "filters": [], 13 | "attributes": [], 14 | "versionCode": 1, 15 | "versionName": "1.0", 16 | "outputFile": "AndroidManifest.xml" 17 | } 18 | ], 19 | "elementType": "File" 20 | } -------------------------------------------------------------------------------- /app/build/intermediates/processed_res/debug/out/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 3, 3 | "artifactType": { 4 | "type": "PROCESSED_RES", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "com.viewpager", 8 | "variantName": "debug", 9 | "elements": [ 10 | { 11 | "type": "SINGLE", 12 | "filters": [], 13 | "attributes": [], 14 | "versionCode": 1, 15 | "versionName": "1.0", 16 | "outputFile": "resources-debug.ap_" 17 | } 18 | ], 19 | "elementType": "File" 20 | } -------------------------------------------------------------------------------- /app/build/intermediates/processed_res/debug/out/resources-debug.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/DataBinderMapperImpl.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/DataBinderMapperImpl.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/DataBindingComponent.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/DataBindingComponent.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/library/baseAdapters/BR.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/androidx/databinding/library/baseAdapters/BR.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/BR.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/BR.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/BuildConfig.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/BuildConfig.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/DataBinderMapperImpl$InnerBrLookup.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/DataBinderMapperImpl$InnerBrLookup.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/DataBinderMapperImpl$InnerLayoutIdLookup.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/DataBinderMapperImpl$InnerLayoutIdLookup.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/DataBinderMapperImpl.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/DataBinderMapperImpl.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/DataBindingTriggerClass.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/DataBindingTriggerClass.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/adapter/movie/MovieAdapter$MovieViewHolder.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/adapter/movie/MovieAdapter$MovieViewHolder.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/adapter/movie/MovieAdapter.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/adapter/movie/MovieAdapter.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/adapter/onboarding/OnBoardingAapter$OnBoardingViewHolder.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/adapter/onboarding/OnBoardingAapter$OnBoardingViewHolder.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/adapter/onboarding/OnBoardingAapter.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/adapter/onboarding/OnBoardingAapter.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/databinding/ActivityHomeBinding.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/databinding/ActivityHomeBinding.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/databinding/ActivityHomeBindingImpl.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/databinding/ActivityHomeBindingImpl.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/databinding/ActivityMainBinding.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/databinding/ActivityMainBinding.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/databinding/ActivityMainBindingImpl.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/databinding/ActivityMainBindingImpl.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/model/MovieModel.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/model/MovieModel.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/model/OnBoardingModel.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/model/OnBoardingModel.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/ui/home/HomeActivity.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/ui/home/HomeActivity.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/ui/main/MainActivity$1.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/ui/main/MainActivity$1.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/ui/main/MainActivity$2.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/ui/main/MainActivity$2.dex -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/viewpager/ui/main/MainActivity.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/intermediates/project_dex_archive/debug/out/com/viewpager/ui/main/MainActivity.dex -------------------------------------------------------------------------------- /app/build/intermediates/signing_config_versions/debug/signing-config-versions.json: -------------------------------------------------------------------------------- 1 | {"enableV1Signing":false,"enableV2Signing":true,"enableV3Signing":false,"enableV4Signing":false} -------------------------------------------------------------------------------- /app/build/outputs/apk/debug/app-debug.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/build/outputs/apk/debug/app-debug.apk -------------------------------------------------------------------------------- /app/build/outputs/apk/debug/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 3, 3 | "artifactType": { 4 | "type": "APK", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "com.viewpager", 8 | "variantName": "debug", 9 | "elements": [ 10 | { 11 | "type": "SINGLE", 12 | "filters": [], 13 | "attributes": [], 14 | "versionCode": 1, 15 | "versionName": "1.0", 16 | "outputFile": "app-debug.apk" 17 | } 18 | ], 19 | "elementType": "File" 20 | } -------------------------------------------------------------------------------- /app/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | # Add project specific ProGuard rules here. 2 | # You can control the set of applied configuration files using the 3 | # proguardFiles setting in build.gradle. 4 | # 5 | # For more details, see 6 | # http://developer.android.com/guide/developing/tools/proguard.html 7 | 8 | # If your project uses WebView with JS, uncomment the following 9 | # and specify the fully qualified class name to the JavaScript interface 10 | # class: 11 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 12 | # public *; 13 | #} 14 | 15 | # Uncomment this to preserve the line number information for 16 | # debugging stack traces. 17 | #-keepattributes SourceFile,LineNumberTable 18 | 19 | # If you keep the line number information, uncomment this to 20 | # hide the original source file name. 21 | #-renamesourcefileattribute SourceFile -------------------------------------------------------------------------------- /app/src/androidTest/java/com/viewpager/ExampleInstrumentedTest.java: -------------------------------------------------------------------------------- 1 | package com.viewpager; 2 | 3 | import android.content.Context; 4 | 5 | import androidx.test.platform.app.InstrumentationRegistry; 6 | import androidx.test.ext.junit.runners.AndroidJUnit4; 7 | 8 | import org.junit.Test; 9 | import org.junit.runner.RunWith; 10 | 11 | import static org.junit.Assert.*; 12 | 13 | /** 14 | * Instrumented test, which will execute on an Android device. 15 | * 16 | * @see Testing documentation 17 | */ 18 | @RunWith(AndroidJUnit4.class) 19 | public class ExampleInstrumentedTest { 20 | @Test 21 | public void useAppContext() { 22 | // Context of the app under test. 23 | Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); 24 | assertEquals("com.viewpager", appContext.getPackageName()); 25 | } 26 | } -------------------------------------------------------------------------------- /app/src/main/res/drawable-v24/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/drawable-v24/img.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v24/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/drawable-v24/img_1.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v24/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/drawable-v24/img_2.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-v24/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/drawable-v24/img_3.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/delivery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/drawable/delivery.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/favourite.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/food.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/drawable/food.png -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_favorite.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_home.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_location.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_profile.xml: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/onboarding_indicator_active.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/onboarding_indicator_inactive.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/drawable/payment.png -------------------------------------------------------------------------------- /app/src/main/res/menu/menu.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 10 | 11 | 15 | 16 | 20 | 21 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/mipmap-hdpi/ic_launcher.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/mipmap-mdpi/ic_launcher.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #FFBB86FC 4 | #FF6200EE 5 | #FF3700B3 6 | #FF03DAC5 7 | #FF018786 8 | #FF000000 9 | #FFFFFFFF 10 | -------------------------------------------------------------------------------- /app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | ViewPager 3 | 4 | Hello blank fragment 5 | -------------------------------------------------------------------------------- /app/src/test/java/com/viewpager/ExampleUnitTest.java: -------------------------------------------------------------------------------- 1 | package com.viewpager; 2 | 3 | import org.junit.Test; 4 | 5 | import static org.junit.Assert.*; 6 | 7 | /** 8 | * Example local unit test, which will execute on the development machine (host). 9 | * 10 | * @see Testing documentation 11 | */ 12 | public class ExampleUnitTest { 13 | @Test 14 | public void addition_isCorrect() { 15 | assertEquals(4, 2 + 2); 16 | } 17 | } -------------------------------------------------------------------------------- /build.gradle: -------------------------------------------------------------------------------- 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 | buildscript { 3 | repositories { 4 | google() 5 | mavenCentral() 6 | } 7 | dependencies { 8 | classpath "com.android.tools.build:gradle:7.0.2" 9 | 10 | // NOTE: Do not place your application dependencies here; they belong 11 | // in the individual module build.gradle files 12 | } 13 | } 14 | 15 | task clean(type: Delete) { 16 | delete rootProject.buildDir 17 | } -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/md-shahin-miah/OnBoarding-Screen-with-ViewPager2-Java/036dd8c0277820b0dcfa60f31573c52ded777b0b/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Wed Sep 08 16:04:00 EET 2021 2 | distributionBase=GRADLE_USER_HOME 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip 4 | distributionPath=wrapper/dists 5 | zipStorePath=wrapper/dists 6 | zipStoreBase=GRADLE_USER_HOME 7 | -------------------------------------------------------------------------------- /local.properties: -------------------------------------------------------------------------------- 1 | ## This file must *NOT* be checked into Version Control Systems, 2 | # as it contains information specific to your local configuration. 3 | # 4 | # Location of the SDK. This is only used by Gradle. 5 | # For customization when using a Version Control System, please read the 6 | # header note. 7 | #Sat Jan 14 01:46:55 BDT 2023 8 | sdk.dir=C\:\\Users\\User\\AppData\\Local\\Android\\Sdk 9 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | dependencyResolutionManagement { 2 | repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) 3 | repositories { 4 | google() 5 | mavenCentral() 6 | jcenter() // Warning: this repository is going to shut down soon 7 | } 8 | } 9 | rootProject.name = "ViewPager" 10 | include ':app' 11 | --------------------------------------------------------------------------------