원클릭으로
varisankya-project-architecture
Overview of the Android subscription tracking app architecture
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Overview of the Android subscription tracking app architecture
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guidelines for managing Varisankya releases across Beta and Production tracks.
How to safely record extra payments without advancing the Varisankya subscription next due date.
Instructions for extracting the Play Store upload keystore, Firebase JSON, and passwords from Bitwarden.
Standard operating procedure for concluding an AI agent session and ensuring workspace integrity.
Guidelines for compiling Varisankya from the CLI without Android Studio.
How to correctly handle custom dates for extra subscription payments using MaterialDatePicker.
| name | Varisankya Project Architecture |
| description | Overview of the Android subscription tracking app architecture |
This skill provides an overview of the Varisankya Android app architecture.
Subscription expense tracking application that helps users monitor recurring payments.
| Activity | Purpose |
|---|---|
MainActivity | Home screen with subscription list |
SearchActivity | Search and filter subscriptions |
SettingsActivity | App preferences |
UnifiedHistoryActivity | Payment history across all subscriptions |
| Component | Purpose |
|---|---|
AddSubscriptionBottomSheet | Add/Edit subscription form |
SelectionBottomSheet | Generic chip-based picker (Category, Recurrence, Currency) |
PaymentHistoryBottomSheet | Per-subscription payment history |
[!NOTE] Settings Pattern: This project uses the
SelectionBottomSheetfor high-impact settings like Currency selection. Traditional M3E consolidated cards were considered but reverted to maintain the "focused slide-up" experience that reduces visual clutter.
| Adapter | Purpose |
|---|---|
SubscriptionAdapter | Main list with Primary/Active coloring |
PaymentAdapter | Payment history items |
PaymentHistoryAdapter | Unified history timeline |
The MainActivity Hero Card implements a "Remaining Monthly Liability" logic, calculating the sum of all Overdue bills + future bills in the current month to provide a strict cashflow forecast.
util/: Functional and visual core:
AnimationHelper.kt: M3E Ultra-Expressive central. Staggered entrances, tactile springs, and logo orchestrations.PreferenceHelper.kt: Centralized Haptic Engine. Directs all TICK, CONFIRM, and segment feedback.ThemeHelper.kt: M3 Dynamic Color resolution Bridge.ChipHelper.kt: High-contrast chip orchestration.Constants.kt: App-wide constants (categories, recurrences).users/{userId}/
subscriptions/{subscriptionId}
payments/{paymentId}
res/values/themes.xmlThemeHelper.kt, with manual resource mapping for widgets.notification_days - Days before due date to notifytheme_mode - System/Light/Darkhaptics_enabled - Haptic feedback toggle (Mechanical Tick enabled)font_family - Google Sans Flex / System