Skip to content
View chrisszendrovits's full-sized avatar

Block or report chrisszendrovits

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. GiphyMvvmApp GiphyMvvmApp Public

    Android app that uses an MVVM design pattern, a repository pattern for the data storage, and RecyclerView with RxPagingSource to preview the latest trending images on Giphy.

    Kotlin

  2. PopularPhotos500px PopularPhotos500px Public

    Created a sample application in Android that displays a list of the latest popular photos on 500px. The photo list features pagination that automatically updates the datasource as the user scrolls …

    Kotlin

  3. SceneListViewApp SceneListViewApp Public

    A React Native mobile application that fetches json, containing some basic user data, and then displays it using the ListView component. This app is intended to demonstrate scene navigation, routin…

    JavaScript

  4. AndroidCalculator AndroidCalculator Public

    Implementation of a calculator app on Android, using a binary expression tree to evaluate the calculations.

    Java 1

  5. WordPacker WordPacker Public

    Typescript and HTML5 app that randomly places text into a canvas area. Based off of some simple packing algorithms.

    TypeScript 1 1

  6. ImageDownloaderApp ImageDownloaderApp Public

    Android application which allows a user to download an image to the phone storage and then display it in the gallery. This example is intended to demonstrate the use of intents, activities and file…

    Java