An Android app that notifies their users as soon as new OLX offers are posted. It also works as an offer browser!
- Allows to track any item by its title or URL.
- Notifies as soon as there's a new OLX offer posted.
- Allows to browse the offers.
- Responsive layout (works well on any screen).
- Infinite scrolling in the offer browser.
- Allows to open offer in the web browser directly from the offer browser.
- Automatic updates of offers in the offer browser.
- Add or remove tracked items.
- Open in web browser or copy the tracked items URL.
- Multilingual support.
- Good performance.
- Clone the repository.
git clone https://github.com/tomaszjagielka/OLXMonitor.git
- Build the project using Android Studio.
Google Play version soon!
- Launch the app.
- Add desired items to the tracking list by title or OLX URL (e.g. https://www.olx.pl/d/oferty/q-shoes/).
- As soon as there are new offers, you will be notified!
- It tracks items that the user added to the home screen view via URL or item title.
- To track items, the app uses service to scrape the OLX website. If a new offer for a tracked item is detected, it creates a new notification and passes the offer data to the offer browser fragment.
- The offer browser fragment uses
RecyclerView
with aStaggeredGridLayoutManager
to display offers.