Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An android wallpaper app which displays images.

NotificationsYou must be signed in to change notification settings

Srihitha18798/WallPaperApplication

Repository files navigation

App description

An android wallpaper App which displayes free images of different categories fromPixaBay API which can be downloaded and use as wallpaper for mobile phones.

Features

  • Display large number of images.
  • Different categories of wallpaper images can be shown.
  • Download your favorite wallpapers.
  • Set your favorite image as wallpaper of your mobile phones

Getting started

Clone the repository and import the project in Android Studio.You will also need to provide a key to access the Pixabay API, after getting the key, just put it in theMainRepository.xml file in the place ofkey

Dependencies

The depdendencies for the project are described in the Gradle scriptbuild.gradle of the app, just sync the project in Android Studio and you are ready to go :)

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - Kotlin's way of writing asynchronous, non-blocking code
  • RecyclerView - A flexible view for providing a limited window into a large data set.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps
    • LiveData - Data objects that notify views when the underlying data changes
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes
    • DataBinding - Allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically
  • Dagger - Dependency Injection Framework
  • Retrofit - A type-safe HTTP client for Android and Java
  • Room - A database library providing an abstraction layer over SQLite
  • Glide - Open source media management and image loading framework for Android
  • Picasso-Picasso allows for hassle-free image loading in the application

Architecture

This app usesMVVM (Model View View-Model) architecture.

Screenshots

License

Copyright 2022 Srihitha TadiparthiLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

[8]ページ先頭

©2009-2025 Movatter.jp