CommonUtils
A collection of useful Android classes
File Explorer
Download Latest Version (.zip)- dependabot.yml
- AnalyticsApplication.java
- PreferencesBillingHelper.java
- BaseSortingArrayList.java
- Filterable.java
- GeneralItemsAdapter.java
- OrderedRecyclerViewAdapter.java
- SelectiveDividerItemDecoration.java
- AnalyticsPreferenceDialog.java
- BaseCommonApplication.java
- UncaughtExceptionActivity.java
- BaseModalBottomSheet.java
- ModalBottomSheetHeaderView.java
- ThemedModalBottomSheet.java
- ActivityWithDialog.java
- DialogUtils.java
- FragmentWithDialog.java
- MaterialDatePickerDialog.java
- BaseDrawerItem.java
- BaseDrawerProfile.java
- DrawerManager.java
- MenuItemsAdapter.java
- ProfilesAdapter.java
- StatusBarPadding.java
- DrawingHelper.java
- LettersImageView.java
- LifecycleAwareHandler.java
- LifecycleAwareRunnable.java
- LogsFileProvider.java
- LogsHelper.java
- BreadcrumbsView.java
- ExpandableCardWithTitleView.java
- FakeLoadingWithLogoView.java
- InfiniteRecyclerView.java
- LoadableContentView.java
- MaximumHeightRecyclerView.java
- MessageView.java
- NamedThreadFactory.java
- RecyclerMessageView.java
- SuperTextView.java
- ConnectivityChecker.java
- AskPermission.java
- FileJsonStoring.java
- JsonStoring.java
- PrefsJsonStoring.java
- BasePreferenceActivity.java
- BasePreferenceFragment.java
- CommonPK.java
- MaterialAboutPreferenceItem.java
- MaterialAboutVersionItem.java
- Prefs.java
- PrefsStorageModule.java
- Translators.java
- BaseTutorial.java
- TutorialManager.java
- FontsManager.java
- MaterialColors.java
- NightlyActivity.java
- OfflineActivity.java
- Toaster.java
- CommonUtils.java
- FileUtils.java
- FossUtils.java
- baseline_add_24.xml
- baseline_announcement_24.xml
- baseline_arrow_drop_down_24.xml
- baseline_attach_money_24.xml
- baseline_bug_report_24.xml
- baseline_clear_24.xml
- baseline_cloud_off_24.xml
- baseline_delete_24.xml
- baseline_edit_24.xml
- baseline_error_outline_24.xml
- baseline_extension_24.xml
- baseline_mail_24.xml
- baseline_menu_24.xml
- baseline_money_24.xml
- baseline_person_24.xml
- baseline_rate_review_24.xml
- baseline_settings_24.xml
- baseline_settings_backup_restore_24.xml
- baseline_share_24.xml
- baseline_track_changes_24.xml
- baseline_translate_24.xml
- drawer_badge.xml
- ic_sad.xml
- item_drawer_active.xml
- modal_bottom_sheet_header_background.xml
- outline_exit_to_app_24.xml
- outline_info_24.xml
- shadow_bottom.xml
- shadow_start.xml
- shadow_top.xml
- ic_champagne_64dp.png
- ic_coffee_64dp.png
- ic_hamburger_64dp.png
- ic_juice_64dp.png
- ic_pizza_64dp.png
- ic_sushi_64dp.png
- ic_champagne_64dp.png
- ic_coffee_64dp.png
- ic_hamburger_64dp.png
- ic_juice_64dp.png
- ic_pizza_64dp.png
- ic_sushi_64dp.png
- ic_champagne_64dp.png
- ic_coffee_64dp.png
- ic_hamburger_64dp.png
- ic_juice_64dp.png
- ic_pizza_64dp.png
- ic_sushi_64dp.png
- ic_champagne_64dp.png
- ic_coffee_64dp.png
- ic_hamburger_64dp.png
- ic_juice_64dp.png
- ic_pizza_64dp.png
- ic_sushi_64dp.png
- ic_champagne_64dp.png
- ic_coffee_64dp.png
- ic_hamburger_64dp.png
- ic_juice_64dp.png
- ic_pizza_64dp.png
- ic_sushi_64dp.png
- roboto_bold.ttf
- roboto_light.ttf
- roboto_regular.ttf
- activity_base_preference.xml
- activity_logs.xml
- activity_offline.xml
- activity_unchaught_exception.xml
- breadcrumbs_arrow.xml
- breadcrumbs_button.xml
- dialog_analytics_preference.xml
- dialog_date_picker.xml
- item_deletable.xml
- item_drawer.xml
- item_labeled_spinner.xml
- item_loading.xml
- item_log_line.xml
- item_product.xml
- item_separator_with_text.xml
- layout_drawer.xml
- modal_bottom_sheet.xml
- sheet_toolbar_header.xml
- view_exapandable_card_view_title.xml
- view_fake_loading_with_logo.xml
- view_loadable_content.xml
- view_message.xml
- view_recycler_msg.xml
- colors.xml
- ids.xml
- strings.xml
- styles.xml
- styles.xml
- colors.xml
- strings.xml
- styles.xml
- strings.xml
- strings.xml
- strings.xml
- logs_paths.xml
- AndroidManifest.xml
- AnalyticsApplication.java
- PreferencesBillingHelper.java
- .gitignore
- build.gradle
- crowdin.yml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/devgianlu/CommonUtils
Downloads the entire project code from GitHub to your computer.
cd CommonUtils
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
