The project is titled 'WallpaperApp'. The project basically functions as the title suggests.If you want to see more, you can view the live demo here.:paw_prints::paw_prints:
My name is Samuel and i am currently a learning software programmer at Moringa School.:man_technologist::man_technologist:
The project is a Java Android-platform based wallpaper application whose photos are made available by use of the Unsplash API. With this application, one is able to set wallpapers from the available pictures, and even add the more appealing ones to a favourites section, which is even viewable when the device is offline. For more information on the individual photos, names and images of the authors have also been displayed. One is also able to view the featured collections from Unsplash.:medal_military::medal_military::trophy:
- Fork this repository.
- Clone this repository onto your local machine through use of the command
git clone <Forked-repository-link.>
. - Navigate to your terminal.
- Navigate the the appropriate directory by use of cd command
cd<root-folder>
. - In order to make any additional changes to the project, it is highly advised that you install Android Studio, the official IDE for Android.(Integrated Development Environment).
- Java- The main programming language used.
- Gradle - The main build automation tool used.
- JUnit - The main testing library used.
- Android Studio - The official IDE for creation of android apps.
- Glide - A fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.
- Butterknife - Binds Android views and callbacks to fields and methods.
- Google Android Material - Provides material components for Android.
- CircleImageView - A circular ImageView for Android.
- Retrofit - A type-safe HTTP client for Android and the JVM.
- OkHttp - A HTTP client for Java and Kotlin.
- Gson - A Java serialization/deserialization library to convert Java Objects into JSON and back.
- FloatingActionButton - Android Floating Action Button based on Material Design specification.
- Realm-Java - A mobile database: a replacement for SQLite & ORMs.
For more information, feel free to contact me through the email address: successam336@gmail.com
Copyright ©️ 2020-present
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.