JSONPlaceholder Xamarin.Forms is a cross-platform mobile application built using Xamarin.Forms that consumes the JSONPlaceholder API. This application demonstrates how to interact with a REST API, fetch data, and display it in a structured UI.
- Display posts, comments, albums, photos, and users from JSONPlaceholder API.
- View details of each post, album, and photo.
- Navigate through different data sets seamlessly.
- Fully responsive UI for mobile devices.
- Clone this repository:
git clone https://github.com/luiseduardohd/JSONPlaceholder.git
- Open the project in Visual Studio with Xamarin installed.
- Restore NuGet packages.
- Build and run the application on an emulator or a physical device.
- Xamarin.Forms
- JSONPlaceholder API
- MVVM Architecture
- .NET & C#
All Rights reserved
Developed By Luis Eduardo HD