Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoesuv/exploremadiun
Aplikasi Tempat Wisata di Karesidenan Madiun
https://github.com/yoesuv/exploremadiun
kotlin-android mvvm-android
Last synced: 5 days ago
JSON representation
Aplikasi Tempat Wisata di Karesidenan Madiun
- Host: GitHub
- URL: https://github.com/yoesuv/exploremadiun
- Owner: yoesuv
- License: apache-2.0
- Created: 2018-05-12T10:12:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T02:36:31.000Z (9 months ago)
- Last Synced: 2024-04-20T17:13:00.758Z (9 months ago)
- Topics: kotlin-android, mvvm-android
- Language: Kotlin
- Homepage:
- Size: 6.61 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Explore Madiun Version 2.0.7 ##
![Build Status](https://github.com/yoesuv/ExploreMadiun/actions/workflows/github-actions.yml/badge.svg)* Kotlin
* Architecture
- [MVVM Data Binding](https://developer.android.com/topic/libraries/data-binding)
* Jetpack
- [Lifecycle & LiveData](https://developer.android.com/jetpack/androidx/releases/lifecycle)
- [Navigation](https://developer.android.com/jetpack/androidx/releases/navigation)
- [Room](https://developer.android.com/jetpack/androidx/releases/room)[![](https://i.imgur.com/vbFJRFm.png)](https://play.google.com/store/apps/details?id=com.yoesuv.infomadiun)
### How to Run ###
create file ```apiKey.properties``` at root project & set api key
```
MAPS_API_KEY = your_map_api_key
DIRECTION_API_KEY = your_map_direction_api_key
```
## Screenshot ##
| ![](https://i.imgur.com/6mJ6jcC.jpg) | ![](https://i.imgur.com/uQXmu0d.jpg) | ![](https://i.imgur.com/1X3DfHd.jpg) | ![](https://i.imgur.com/pl3ZC1z.jpg) |
| :-----: | :-----: | :-----: | :-----: |
| ![](https://i.imgur.com/djxZpGl.jpg) | ![](https://i.imgur.com/E9cIQrV.jpg) | ![](https://i.imgur.com/XweVUYA.jpg) | - |## List Libraries Used in this Project ##
* [Android-GoogleDirectionLibrary](https://github.com/akexorcist/Android-GoogleDirectionLibrary)
* [Dexcount Gradle Plugin](https://github.com/KeepSafe/dexcount-gradle-plugin)
* [Glide](https://github.com/bumptech/glide)
* [Icons8 Icon](https://icons8.com/)
* [OkHttp Logging](https://github.com/square/okhttp/tree/master/okhttp-logging-interceptor)
* [Retrofit](https://github.com/square/retrofit)
* [SDP](https://github.com/intuit/sdp)
* [SSP](https://github.com/intuit/ssp)## License ##
Copyright 2018 Yusuf Saifudin
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 athttp://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.