Skip to content

backpackerdeveloper/LOKAL-JOBS

Repository files navigation

LOKAL JOBS

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.

Download APK File

Screenshots

Job Listings

Job Listings

Job Details

Job Listings

Bookmarked Jobs

Job Listings

Features

  • 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.

Tech Stack

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/backpackerdeveloper/LOKAL-JOBS.git