Lokal Jobs is a job-searching app that allows users to browse and bookmark job listings. The app has a jobs fragment that displays multiple job listings and a detailed job screen where users can view the specifics of a selected job. Bookmarked jobs can be viewed offline without an internet connection.
- Browse a wide range of job listings.
- View detailed information about a specific job.
- Bookmark jobs to view later, even without an internet connection.
- User-friendly interface designed with MVVM architecture.
- Language: Kotlin and XML
- Architecture: Model-View-ViewModel (MVVM)
- Paging: To handle large sets of data efficiently.
- Coroutines: For asynchronous programming.
- Retrofit: For networking and API calls.
- RoomDB: For local data storage, allowing offline access to bookmarked jobs.
- Clone the repository:
git clone https://github.com/backpackerdeveloper/LOKAL-JOBS.git