Skip to content

tech-conferences/ProjectConf

Repository files navigation

ProjectConf / ConfX

Android CI codecov

Get it on Google Play

ConfX is unofficial confs.tech android companion app

About

It loads the data from Confs.tech github repo. There is no proper api for loading the data, so combination of RxJava Operators are used to load and deliver the proper content. It stores the conferences data into local database for offline accessibility as well

  • Its offline first 😃.
  • Clean and Simple Material UI.
  • It supports dark theme too 🌗.
  • Set Alerts for tech/topic interested, and it will notify 🔔 for new conferences
  • CFP Reminders - 🛎️ Notify to remind about about Call for proposals
  • Bookmark interested conferences 🔖
  • Directly add the event to calendar 📆

Download latest ConfX apk from below 👇

ConfX App

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • RxJava2 - Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • Room - SQLite object mapping library.
    • WorkManager - API that makes it easy to schedule deferrable, asynchronous tasks that are expected to run even if the app exits or the device restarts.
  • Dependency Injection -
    • Dagger2 - Vanilla Dagger to do dependency injection into an Android application.
    • Complete Dagger Tutorial - Mindorks Complete Dagger2 tutorial + Dagger Hilt
  • Retrofit - A type-safe HTTP client for Android and Java.
  • GSON - A Java serialization/deserialization library to convert Java Objects into JSON and back
  • GSON Converter - A Converter which uses GSON for serialization to and from JSON.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.

Architecture

This app uses MVVM (Model View View-Model) architecture.

ScreenShots

Light / Dark Mode

Dark Light Theme Change

Search

Search Search Results

More Features

Category Wise Conferences Conference Details Set CFP Reminder
View Bookmarks/CFP Reminders Choose Topics for Alerts Archives

Illustrations Credits

Icons 8 Ouch - Awesome free illustrations for your hobby and work projects

License

GNU GPL LICENSE v3.0