MyLectures android application for downloading lectures from University of Kalamoon lectures portal
android application parse the content of Kalamoon Lectures to provide better interface with more extended functionality than the current website offers
the whole project built around the concept “Web Scrabing” where we scrape the content of the lectures website and get the data we want from the webpage itself without the need to call any api or server side application
this project was last time modified more than 2 years ago and contains many depracated code and lot of code bad practices. the goal of sharing the project “as is” without attempting to fix and remove what mentioned earlier is to give the new comers and beginners the ability to contributre and learn as much as they can