https://github.com/yehya403/travel-app
Simple android travel app using Java
https://github.com/yehya403/travel-app
android java localization sharedpreferences
Last synced: about 1 month ago
JSON representation
Simple android travel app using Java
- Host: GitHub
- URL: https://github.com/yehya403/travel-app
- Owner: Yehya403
- Created: 2023-05-29T00:54:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T12:20:04.000Z (about 3 years ago)
- Last Synced: 2025-03-03T15:21:37.205Z (over 1 year ago)
- Topics: android, java, localization, sharedpreferences
- Language: Java
- Homepage:
- Size: 20.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Travel App
- The app incorporates various features, including a Splash screen, Localization for multi-language support, Sign-in and Register functionality, a Checkout page that utilizes Shared Preferences for data storage, a Dashboard app with Card View and Recycler View to display content, a toolbar and implementation of a Broadcast Receiver for receiving system-wide events. Additionally, the app includes Notifications that are scheduled using job scheduling .
## Technologies
- Android Studio
- Java
## Installation
1. Clone the repository using Git:
```
git clone https://github.com/Yehya403/Travel-App
```
2. Open the project in Android Studio.
3. Build and run the app on an Android device or emulator.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.