All Projects → nuhkoca → Trippo-The_Travel_Guide

nuhkoca / Trippo-The_Travel_Guide

Licence: other
Trippo is your smart travel guide - it’s free and works offline, too! You can skim through tours, locations, POIs, city walks, articles and so on. This guide will save you from a serious headache!

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Trippo-The Travel Guide

RickAndMorty-AndroidMVVMSample
An android sample project using Jetpack libraries and MVVM design pattern
Stars: ✭ 17 (-39.29%)
Mutual labels:  glide, retrofit2, paging-library
Awesome Wanandroid
⚡致力于打造一款极致体验的 http://www.wanandroid.com/ 客户端,知识和美是可以并存的哦QAQn(*≧▽≦*)n
Stars: ✭ 2,525 (+8917.86%)
Mutual labels:  glide, retrofit2
udacity-baking-recipes
Udacity - Baking Android App
Stars: ✭ 14 (-50%)
Mutual labels:  glide, retrofit2
nytclient-android
This sample app is created to demonstrate the usage of Android Architecture Components with MVVM architecture
Stars: ✭ 24 (-14.29%)
Mutual labels:  glide, retrofit2
MVVM-Demo
This demo for MVVM Design pattern for android
Stars: ✭ 20 (-28.57%)
Mutual labels:  glide, retrofit2
Anko Core
基于Kotlin+Anko+协程+Retrofit2的demo,完全采用anko DSL布局,也可以作为Android快速开发框架,大量常用工具类,扩展函数
Stars: ✭ 189 (+575%)
Mutual labels:  glide, retrofit2
Pokedex
An application that uses Retrofit to consume the Pokeapi API, in addition to loading images with Glide.
Stars: ✭ 21 (-25%)
Mutual labels:  glide, retrofit2
Iread
Using Retrofit2,RxJava,RxKotlin,OkHttp,lottie,Material Design combined with Kotlin to display the wanAndroid's article and Douban hot movie and zhihu daily newspaper.
Stars: ✭ 158 (+464.29%)
Mutual labels:  glide, retrofit2
Instant-Weather
An Android weather application implemented using the MVVM pattern, Retrofit2, Dagger Hilt, LiveData, ViewModel, Coroutines, Room, Navigation Components, Data Binding and some other libraries from the Android Jetpack.
Stars: ✭ 677 (+2317.86%)
Mutual labels:  retrofit2, paging-library
GuildWars2 APIViewer
Guild Wars 2 API Viewer: An Android application used for viewing various Guild Wars 2 API endpoint responses. Developed utilizing MVVM architecture, in conjunction with Databinding, Dagger 2, Retrofit 2, and RxJava 2.
Stars: ✭ 53 (+89.29%)
Mutual labels:  retrofit2, rxjava2-retrofit2
ResDelivery-Hilt-Coroutines-Mvvm-Single-Activity
This is a Sample Single Activity App (Multi Fragments) that uses Dagger-Hilt, Coroutines Flows, Paging 3 & Mvvm Clean Architecture
Stars: ✭ 28 (+0%)
Mutual labels:  glide, retrofit2
Cartoon
漫画软件——使用MVP + Retrofit + RxJava开发
Stars: ✭ 186 (+564.29%)
Mutual labels:  glide, retrofit2
The Movie Db Kotlin
The Movie DB app using Kotlin with updated Android features
Stars: ✭ 176 (+528.57%)
Mutual labels:  glide, retrofit2
Acgn Community
A community app for news,animation,music and novels developed material design style.
Stars: ✭ 193 (+589.29%)
Mutual labels:  glide, retrofit2
Mvvmarchitecture
MVVM 框架,采用 Kotlin+Jetpack,可自由配置功能,欢迎 star,fork,issue
Stars: ✭ 159 (+467.86%)
Mutual labels:  glide, retrofit2
Wanandroid
WanAndroid客户端,项目基于 Material Design + MVP +dagger2 + RxJava + Retrofit + Glide + greendao 等架构进行设计实现,极力打造一款 优秀的玩Android https://www.wanandroid.com 客户端,是一个不错的Android应用开发学习参考项目
Stars: ✭ 223 (+696.43%)
Mutual labels:  glide, retrofit2
Hibiscus
Hibiscus, mobile microblogging application.
Stars: ✭ 14 (-50%)
Mutual labels:  glide, retrofit2
Xsnow
💮基于RxJava2+Retrofit2精心打造的Android基础框架,包含网络、上传、下载、缓存、事件总线、权限管理、数据库、图片加载,基本都是项目中必用功能,每个模块充分解耦,可自由拓展。
Stars: ✭ 1,678 (+5892.86%)
Mutual labels:  glide, retrofit2
Coolweather
Weather App that uses Android best practices. Android Jetpack, clean architecture. Written in Kotlin
Stars: ✭ 154 (+450%)
Mutual labels:  glide, retrofit2
Eva
Eva and Wall-e
Stars: ✭ 131 (+367.86%)
Mutual labels:  retrofit2, rxjava2-retrofit2

Trippo - The Travel Guide

Trippo

💥 One travel guide for the whole world. It's free.

Build Status

Trippo is your smart travel guide - it’s free and works offline, too! Our awesome algorithms crunch through millions of websites and reviews to deliver unique recommendations across 50,000 destinations worldwide! Personalize your trip by picking your favorite hotels, sights, activities and restaurants and book them seamlessly in our app! You can skim through tours, locations, POIs, city walks, articles and so on. This guide will save you from a serious headache!

This project is powered by Triposo.com. To get your own Account Id and Token, please visit Triposo

Download Trippo and start discovering the world today.

Configuration

In order to run this project, you need to get an account id and token fromTriposo.

You need to set your account id and token in the gradle.properties file as follows:

ACCOUNT_ID = "your account id"
API_TOKEN = "your token"

You also need create a Firebase Project and download google-services.json in order to use Firebase Admob, Crashlytics and Authentication. Please refer to Firebase Console

You also need browser and API keys in order to use Google Maps with Nearby Places. Please refer to Developer Console

Features

  • Users can sign-in with Google Auth.
  • Users can find nearby places up to 5km.
  • 225 countries are available in total.
  • Users can add any country to their favorite lists.
  • A comprehensive detail page for each of the countries helps you out to find everything.
  • Users can seamlessly book any event by activating bookable option.
  • Users can show any landmark/country in the map.
  • The app reads too long articles to users.
  • Users receive remindful notifications. They can also switch off notifications if wish.
  • Users can view favorite items in widget for a quicker access.

Soon

  • BottomAppBar will be implemented once Support Library v28 is in the stable version.
  • Images for selected locations will be added.
  • Route calculation between two locations selected will be integrated.
  • Detail Screen for cities, regions, national parks and island of the selected country will be added.

Screenshots

Phone

Onboarding Screen Signup Screen Map Screen
Login Screen Settings Screen Catalogue Screen
Favorites Screen Detail Screen Content of Country Screen
Outside of City Screen Book Screen Article Screen

Tablet

Soon

Credits

License

App icon based on:

Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

Some icons in the app based on:

Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

MIT License

Copyright (c) 2018 Nuh Koca

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].