Skip to content

Fırat Üniversitesi Teknoloji Ar-Ge ve Girişimcilik Öğrenci Topluluğu Android Uygulaması

License

Notifications You must be signed in to change notification settings

nrglelml/FUTAG-Android

 
 

Repository files navigation

FUTAG - Android App

About Us

Elazig Fırat University Technology R&D Entrepreneurship Student Society (FÜTAG) was established in 2009 at Fırat University to students in engineering and was established to teach and apply management principles. Various projects and prepare students for business life and realize their potential It continues to do his best to ensure that they arrive.

Introduction

You can create your own profile using the FÜTAG application and participate in our activities with many different topics from science to art. In addition, you will have the opportunity to read the blog posts prepared by our team.

If you want to have detailed information about our student community and be included in this pleasant adventure, you can download our application now.

Technical Information

Libraries Used

  • Architecture - A collection of libraries that help you design robust, testable, and maintainable apps. Start with classes for managing your UI component lifecycle and handling data persistence.
    • View Binding - Feature that allows you to more easily write code that interacts with views.
    • Lifecycles - Create a UI that automatically responds to lifecycle events.
    • LiveData - Build data objects that notify views when the underlying database changes.
    • Navigation - Handle everything needed for in-app navigation.
    • ViewModel - Store UI-related data that isn't destroyed on app rotations. Easily schedule asynchronous tasks for optimal execution.
  • UI - Details on why and how to use UI Components in your apps - together or separate
    • Fragment - A basic unit of composable UI.
    • Layout - Lay out widgets using different algorithms.
  • Third party and miscellaneous libraries
    • Picasso for image loading.
    • Kotlin Coroutines for managing background threads with simplified code and reducing needs for callbacks.
    • Firebase Google-backed application development software that enables developers to develop iOS, Android and Web apps.
    • Lottie for using animation.
    • Retrofit for turns your HTTP API into a Java interface.
    • GSON for convert Java Objects into their JSON representation.
    • Circle Image for circle profile image.

Application Images

1 2 3

About

Fırat Üniversitesi Teknoloji Ar-Ge ve Girişimcilik Öğrenci Topluluğu Android Uygulaması

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%