Welcome to the Quit Smoking App! This app helps you quit smoking by tracking your progress and showing your achievements.
- Timer: Tracks how long it has been since you quit smoking.
Money Saved: Shows how much money you have saved based on your smoking habits.
Cigarettes Avoided: Shows the number of cigarettes you haven't smoked since quitting.
Days Quit: Tracks the number of days since you quit smoking.- Advertisements: Displays ads to support app development.
- Start the App: On the first launch, enter your smoking habits (cigarettes per day and cost per pack).
- Start Timer: Click the "Start Timer" button to begin tracking your quit journey.
- View Progress: See your progress, including time quit, money saved, cigarettes avoided, and days quit.
- Stop Timer: To stop the timer, click the "Stop Timer" button and confirm.
MainActivity.java: Main activity with the core functionality.activity_main.xml: Layout file for the main screen.custom_dialog.xml: Layout file for the initial input dialog.
The app uses Google AdMob for ads. Ensure you have the following dependencies in your build.gradle file:
dependencies {
implementation 'com.google.android.gms:play-services-ads:20.6.0'
}

