This document discusses the design of a hybrid smartphone recommender system based on collaborative and content-based filtering approaches using big data technologies. It begins with definitions of recommender systems and their common approaches. Then it explains how the system will apply a map-reduce algorithm using Hadoop: the map function will apply collaborative filtering to generate user-item pairs, and the reduce function will apply content-based filtering to calculate item scores and select top recommendations. Finally, the document proposes developing a web interface to demonstrate the hybrid recommender system and discusses how big data can help address challenges in recommender systems.