• Stars
    star
    2
  • Language
    Kotlin
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A comic app reader that uses Firebase Realtime Database as server and has a beautiful UI with features like Book flip animation, Gmail like Chips in search etc.

More Repositories

1

TodoList_App

A TodoList app that uses Room Database along with Coroutines to save todos. Dagger-Hilt is used for Dependency Injection. The app uses MVVM architecture with the repository pattern and LiveData. It also uses Data Binding with Navigation Components and DiffUtil for efficient RecyclerView. The app contains swipe to delete gestures and transition animations along with recycler view animations. The app uses Material Design components. You can search, sort, update existing todos, or delete them.
Kotlin
15
star
2

ProMan

A Project Manager app that has following features- Registration, Login, Forget Password, update User Profile. It uses Firestore for database. You can create boards in which you can create lists and add multiple cards. You can assign different members to the boards with a notification feature for the same. You can add due date to the cards and also assign members per cards. You can add different colour label to the cards. The app contains drag and drop feature to re arrange cards. The app uses Material UI components.
Kotlin
12
star
3

FaceDetection_MLKit

A simple app that uses Firebase ML-Kit for face detection. The app detects faces and all the landmarks such as ears, eyes, nose, and mouth and displays the Smiling Probability and probability for each eye.
Kotlin
10
star
4

Fit-Tastic

A Fitness Tracker app that tracks the runs of the user using google maps and displays various info such as total calories, total distance, and more in a Bar chart.
Kotlin
7
star
5

SecureDataLocker

A concept app that uses Jetpack Security to encrypt user data such as text files or images using Encrypted Shared Preferences and uses Biometrics for authentication. The data can only be decrypted after the user is authorized via a master key or Biometric authentication. The app also displays the list of encrypted files and decrypts them on successful authentication.
Kotlin
6
star
6

DigitRecognizer_TensorFlow

A Digit Recognition app that uses Machine Learning and TensorFlow model to recognize and predict the number drawn by the user. It also displays the Probability and time cost.
Kotlin
5
star
7

RickAndMortyCompose

A Rick and Morty app built with Jetpack Compose.
Kotlin
4
star
8

ExpenseManager

A simple app to keep track of your income and expenses using Firebase as server Some of the Key features of the app include: β€’ User login/registration and forget password feature using firebase β€’ User can login with email and password β€’ Editable fields β€’ Category creation and edition – each category gets assigned a different color to easily differentiate from one another β€’ Income is shown in green and expenses are shown in red β€’ The app follows Google’s material design guidelines β€’ The user data is stored on the firebase server
Kotlin
2
star
9

MyNotes

A Note taking app that uses Firebase Firestore as server and allows users to take quick notes with ability to mark them as done and also contains swipe gestures to delete the note. It allows users to Login via email and password or phone number with OTP verification and Login via Google. It uses new material design library and material components.
Kotlin
2
star
10

MovieDB_Clone

Kotlin
1
star
11

SpotifyClone

Kotlin
1
star
12

RickAndMorty_GraphQL

A sample app that shows how to use GraphQL API using Apollo with Coroutines, ViewBinding, Coil - image loading library.
Kotlin
1
star
13

InstaNews

A news app that features Top headlines for India and you can save articles to read them later. You can also search for articles for any topic. You can swipe to delete the saved articles and there is an undo option as well.
Kotlin
1
star
14

TodoList_Flutter

A TodoList app that uses SQLite Database to save todos. It uses Future and async for asynchronous programming.
Dart
1
star
15

DogsApp

A simple app that demonstrates the use of MVVM architecture and LiveData, Navigation library, Permissions to send sms, Retrofit with RxJava, Room database with Coroutines, Data Binding, Notifications, Palette library, Preferences library for settings screen, Glide and KTX extensions ,pull down gesture to refresh
Kotlin
1
star