Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.19 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.19 KB

FudoProx

This project was developed for the Mobile Application Development lab test in Y2S2 using Kotlin and Android Studio. It aims to demonstrate the usage of activities and intents, as well as the ability to illustrate UI implementations following the 60-30-10 rule to develop an app with good user experience and UI design. The focus is on frontend development, with some basic functionality.

Overview

The Real Estate App serves as a platform to connect sellers and owners of properties. Owners can list their properties with details and photos, while sellers can view these listings and contact the owners directly.

Features

  • Property Listings: Owners can list their properties with detailed information and photos.
  • Property Viewing: Sellers can view property listings and browse through available properties.
  • Contact Owners: Sellers can contact property owners directly.

Technologies

  • Kotlin
  • Android Studio
  • RecyclerView with Adapters and ViewHolders

Usage

  1. Clone the repository.
  2. Open the project in Android Studio.
  3. Build and run the project on an Android device or emulator.

Contributors