Skip to content

bekir1184/BankApp

Repository files navigation

BankApp

Bank list app

Project Description

It is an application where we can list the bank data we retrieved from API using MVVM architecture and get directions to the bank.

Overview

Homepage Search DetailPage
shimmer gif search gif detailgif
Internet Connection Check Page Slide Anim Recycler Anim
internet gif page slide gif recycler gif

Build With

  • Hilt
  • Coroutines
  • LiveData
  • ViewModel
  • Google Maps SDK
  • Retrofit

Architecture

  • Model View View-Model

Implementation

Enable Google Maps and Places APIs

  • Go to google maps api page from google cloud console from here. Enable it from the top of the page.
  • Go to google places api page from google cloud console from here. Enable it from the top of the page.

Get the API Key from Console

  • Follow this link and get API key from Google Cloud Console.
  • In AndroidManifest.xml, add the following element as a child of the element, by inserting it just before the closing tag:
<meta-data
        android:name="com.google.android.geo.API_KEY"
        android:value="YOUR_API_KEY"/>

LICENSE

MIT License

Copyright (c) 2022 Bekir Ersever

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.

Releases

No releases published

Packages

No packages published

Languages