Skip to content

sarapmagcode/Nekos-App

Repository files navigation

Nekos App

Unofficial Android App

🐱 NekosApp is an Android application that allows users to view and download random anime images.

Features

  • View random images
  • View single image
  • Pinch zoom
  • Download

Previews

Screenshot 1 Screenshot 2

Random Images List

Download Image

Technologies and Frameworks

  • Kotlin: A modern, concise, and interoperable programming language for Android development.
  • Coroutines: Lightweight concurrency in Kotlin for writing non-blocking, asynchronous code.
  • Android Jetpack: A set of libraries and tools to simplify and accelerate Android app development.
  • Retrofit: A type-safe HTTP client for Android and Java, used to simplify API calls and network requests.
  • XML: A markup language used for defining data structures, often used for layouts and data storage in Android development.

Nekos API

The android app makes use of the Nekos API, specifically the REST endpoint for getting random images and endpoint for getting an image by id.