Skip to content

devansh-299/pixsel

Repository files navigation

Pixsel

Wallpaper Sharing App

Download, share and upload wallpapers 🎉
Based on the latest Android Jetpack library 🚀
Uses Retrofit for retrieval of data from a RESTFUL server 🌐
Proper cache maintenance using a local Room database 🗃️
Follows Google's recommended MVVM architecture ⚙️

Contribute

This is an OpenSource project and contributors are always welcomed. All the issues should be raised via Github issue tracker and all the changes should be proposed via Pull Requests

Development Setup

Before contributing, please ensure that you have downloaded the Android Studio SDK and set it up correctly. You can find a guide on how to do this here: Setting up Android Studio.

Building the Code

  1. Clone the repository using HTTP:https://github.com/devansh-299/pixsel.git
  2. Open Android Studio.
  3. Click on 'Open an existing Android Studio project'
  4. Browse to the directory where you cloned the project and click OK.
  5. Let Android Studio import the project and you are good to go!

Current State

  1. Front-end part completed with complete integration of Retrofit in the application
  2. Back-end part still in development , till then using temporary REST service

Maintainers

devansh-299