GeekLord04 / DroidJobs

Streamlined job listing app for Android developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


DroidJobs

DroidJobs is your go-to Android app for effortlessly browsing the latest job openings tailored for Android developers. Powered by the comprehensive API from androiddev.careers, DroidJobs presents streamlined listings enriched with essential details like job descriptions, salaries, and more. Built with a focus on convenience, DroidJobs is designed for developers by a developer, making the job search journey smoother and more productive. Whether you're a seasoned professional or just starting your Android development journey, DroidJobs is here to help you find the perfect opportunity. Dive in and explore the world of Android development careers with ease!

Developed Using πŸ› 

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous calls and tasks to utilize threads.
  • Jetpack Navigation - A powerful navigation component provided by Android Jetpack, facilitating seamless navigation between destinations in your app's user interface.
  • Retrofit - A type-safe HTTP client for Android, used for making network requests and interacting with RESTful APIs.
  • OkHttp - Leverage OkHttp's flexible configuration options to set custom connection and read timeouts, effectively managing network operations and mitigating Socket Timeout Exception occurrences.
  • Hilt - Jetpack's recommended dependency injection library, simplifying the process of providing dependencies throughout your app.
  • Android Architecture Components - Collection of libraries that help us design testable, and maintainable apps.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • LiveData - LiveData was used to save and store values for ViewModel calls and response to method calls.
  • Coil - To set or place URL as Images as the icon.

Architecture πŸ‘·β€β™‚οΈ

This application was developed following the MVVM(Model View View-Model) architecture.


Screenshots πŸ“±

Video πŸ“½

Screen_recording_20240417_044443.mp4

Connect with me:

My Skills My Skills My Skills

License πŸ“œ

MIT License

Copyright (c) 2024 Chirag Chakraborty

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

I highly welcome your contributions, feedback, and suggestions! 🌟 Feel free to share with anyone who can benefit, and if it helps you, please give it a star 🌟.

forthebadge forthebadge forthebadge forthebadge

About

Streamlined job listing app for Android developers

License:MIT License


Languages

Language:Kotlin 100.0%