Icon

Gear VPN – Free, Secure & Open sourced VPN

build

Get it on Google Play

Tech Stack

  • Jetpack Compose – Google’s new UI toolkit for developing native Android apps.
  • Navigator-Compose – A better navigation library for Jetpack Compose.
  • Android Architecture Components – Collection of libraries that help you design robust, testable, and maintainable apps.
    • StateFlow – To optimally emit states that should consume by multiple consumers.
    • ViewModel-Compose – Stores UI-related data that isn’t destroyed on UI changes.
    • Room – SQLite object mapping library.
    • Workmanager – An API that makes it easy to schedule deferrable, asynchronous tasks that are expected to run even if the app exits or the device restarts.
  • DataStore – Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers.
  • Dependency Injection
    • Hilt-Dagger – Standard library to incorporate Dagger dependency injection into an Android application.
    • Hilt-ViewModel – DI for injecting ViewModel.
  • Retrofit – A type-safe HTTP client for Android and Java.
  • Moshi – A modern JSON library for Kotlin and Java.
  • Lottie – Render beautiful animations straight from After effects.

Contribute

If you want to contribute to this project, you’re always welcome! See Contributing Guidelines.

Trademark

License

Copyright 2020 Kaustubh Patange

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

GitHub

https://github.com/KaustubhPatange/Gear-VPN