Nulled CityGo | Android Single City Guide Store Finder Application free download

CityGo | Android Single City Guide Store Finder Application-[Clean-Nulled].zip

CityGo | Android Single City Guide Store Finder Application - 1
CityGo | Android Single City Guide Store Finder Application - 2
CityGo | Android Single City Guide Store Finder Application - 3
CityGo | Android Single City Guide Store Finder Application - 4

Overview

CityGo is a great solution for those who need to quickly build a mobile app where people can search for accomodations, fun stuff, parking or stores while visiting a city


Download the demo APK of CityGo


* In case your device will show a Toast message saying “Can’t open file”, just download the Astro File Manager app here: https://play.google.com/store/apps/details?id=com.metago.astro&hl=en
and use it to install the APK. This may happen because of new Android Security options *


iOS version of CityGo template


Online documentation of CityGo app

Description

CityGo is a full-working template (UI + Source Code) that works as a city guide, showing points of interest like hotels, restaurants, clubs, parks, and much more.

The Admin can manually insert stores, restaurants, bars, etc. in the Parse Dashboard – the database – then submit the app to the App Store, making it with the city’s name of his choice – for instance, London CityGo may be a nice name in case you prepared all data for that city.

People can edit their profile, write or report places’ reviews, add stores to their favorites, and get all necessary info about places – like opening hours, phone number, email address, social links.

This template has Location detection and a custom Map to view the points of interest’s position.

The Admin can daily check the database for reported content or users and take action for it, as well as manually edit data in the Parse Dashboard.

The design is clean, code is commented and project folders and files are well organized in the package.

• Check out the Features section below to see what this app does.
Read the online Documentation to learn how to configure the template’s features and the database (Parse Dashboard).
• Keep an eye to the Change Log on the bottom of this page when an update gets released.

Backend

It’s backend is by Parse Server and it’s hosted on back4app – NO MySQL database involved.
Parse Server is flexible, reliable, open source, based on Node.js and well supported by a large community of developers, and back4app is a great BaaS hosting website where you can configure your database, Push Notifications and other features in just a few clicks.

If you want to use a nice Admin Panel to manage data of your database instead of the Parse Dashboard, sign up for a FOREVER FREE account on Adminca.com and watch this video to see how to create a Panel for your Parse App.

Extended License

As per Envato Marketplace Terms, the Extended License applies to all applications that charge money to their users. In case your users will not be charged of money through your own version of this app, you can still buy it under a Regular license.
Therefore, you must buy this template under and Extended License if your plans are either one or more of the following:

  • Add In-App Purchase or any other Payment Gateway in the source code and publish the app for free on the App/Play Store – NOTE: If you want to publish your own version of this application for FREE only, then you can still buy it under a Regular License.
  • Publish this application as a PAID app on the App Store.
  • Transfer the live app of your own verison of this app on the App/Play Store to another owner by selling your ownership on flippa.com or similar marketplaces.

IMPORTANT: You are NOT allowed to sell or share the original source code of this template anywhere due to copyright infringement

Features

Java/XML language – Native Android Studio project – Edit the template as you wish with the power of Android Studio and Java code.

Android 5.0 and above, Universal – Run your app on about 80% of Android devices

Backend with Parse Server hosted on back4app – Built on a great and reliable BaaS that offers many features with just a few clicks, it’s super easy to create and set up a database on back4app, as well as edit the Parse Server’s SDK code.

Browse places by category – The Home screen offers the possibility to search stores by keywords or by selecting a category.

Favorites – Users can save their favorite their interests for later use.

Read and post reviews – Feedbacks are important for an app like this, so poeple can leave their own reviews or read the existing ones.

Report inappropriate feedbacks – Not all people in the world is good, so the Admin must daily check the database to see if there are reported content, and take action for it.

Easily create Stores in the database – TheAdmin can add new places as rows in the Parse Dashbord on back4app – it’s kinda working on an Excel file – or in the Adminca.com custom CMS panel.

See distance in Km from your current location to the found stores – In order to make this feature work, Users must enable Location Service on their devices, and be in an area where the GPS signal is present.
Get directions in the native Map – From the place’s info screen, people can click the Get Directions button to open the Maps application and show the route to get there.

Terms of Use and Privacy Policy HTML file (GDPR compliant) – The template contains a ‘tou.html’ file the Admin can edit to display his Terms of Service to the app’s folks.

AdMob Interstitial ads – Get some revenue from full-screen advertisement banners

Modern, clean design – The UI has been carefully crafted to offer the best user experience to your clients.

Online Documentation – Read the extensive guide of this template to be able to configure it properly.

PSD icons included in the package – App and buttons icons are stored into a PSD folder, for easy image replacement.

Requirements

The latest official version of Android Studio – Beta versions of an IDE usually never work 100% properly, and the code of this app has been written using the latest official version of AS (download it here. You must use it and avoid Betas.

An Apple Mac or Windows computer, updated to its latest OS version – It’s always good to keep your computer’s OS up to date, technology keeps growing and I follow its changes, as well as updating my templates every time a new OS gets released.

A Google Play Developer Account – This is needed for you to publish apps on the Play Store. You can still edit and test this template on Android Studio without that account though.

Basic knowledge of Android Studio and Java/XML language – You don’t need to be a skilled or professional developer, anyway it’s recommended to have at least the basic knowledge of what you’re dealing with, in order to be able to customize this template and publish your applications on the Play Store.

A free account on back4app.com – You can create and edit your Parse App and database, get the necessary keys for configurations and test this template for free. It has limitations though, so please check the Pricing table and consider subscribing for a paid plan after your app got published on the App Store.

An active AdMob account – Unless you want to remove ads in this app, you need to sign up for an AdMob account to display them.

A real device to test the app before submitting it to the Play Store – Emulators may fail during tests, they are not reliable as a real device is, so I strongly recommend you to always run this application on a real phone/tablet. This is also suggested by Google’s official Guidelines.

Change Log

August 22, 2019

- Updated to Android Studio 3.5

July 17, 2019

- Updated to Android Studio 3.4.2

July 10, 2019

- Added the following onresume() code in StoreInfo.java, in order to allow the MapView to properly load itself:
    @Override
    public void onResume() {
        mapView.onResume();
        super.onResume();
    }

- Edited the 'getDirectionsButt.setOnClickListener()' function in StoreInfo.java in order to open the Google Maps app and get directions to the selected location

June 20, 2019

- Installed 'Android 9.0 (Pie)' Platform form the Android SDK Manager (you should do the same in your Android Studio in case you haven't done that yet, and the perform the updates below).
- Edited build.gradle (Module: app) file by setting the 'compileSdkVersion and 'targetSdkVersion' into 28
- Did: Refractor -> Migrate to AndroidX, so after doing the suggested Refractor, some dependencies changed in the build.gradle (Module: app) file, compare your old files with the updated ones.
- Updated some dependencies in build.gradle(Module: app) file, compare your old build.gradle file with the updated one to perform updates
- Replaced:
    import com.parse.ParseFacebookUtils;
with:
    import com.parse.facebook.ParseFacebookUtils;
in Configurations.java and Intro.java

June 7, 2019

- Updated to Android Studio 3.4.1

May 7, 2019

- Updated to Android Studio 3.4
- Updated some dependencies in build.gradle(Modiule:app) to their latest versions

February 8, 2019

- Updated to Android Studio 3.3.1
- Updated the 'build.gradle(Project:)' and 'build.gradle(Module:app)' files 
[compare the updated code with your old code and perform changes accordingly]

January 23, 2019

- Updated to Android Studio 3.3

January 3, 2019

- Updated the Facebook Android SDK and ParseFacebookUtils versions in build.gradle:
    implementation 'com.facebook.android:facebook-android-sdk:4.37.0'
    implementation 'com.parse:parsefacebookutils-v4-android:1.10.7@aar'

- Moved the currentUser IF statements from the onCreate() function to the onStart() one, in Account.java

November 7, 2018

- Changed the Documentation's design
- remove all instances of "Configurations." in all .java files (not in Configurations.java), since I've imported them in the import section on the top of the .java files

October 19 2018

- Updated to Android Studio 3.2.1 - included build.gradle dependencies
- Added this piece of code into Manifest.xml:
   <!-- AdMob -->
   <meta-data
       android:name="com.google.android.gms.ads.APPLICATION_ID" 
       android:value="@string/ADMOB_APP_ID"/>

- Added this line into the 'showAdMobInterstital()' function in Configurations.java:
     MobileAds.initialize(ctx, ctx.getString(R.string.ADMOB_APP_ID));

- Added this line into strings.xml:
     <string name="ADMOB_APP_ID">ca-app-pub-7337790155065092~8384194898</string>

- Updated the Documentation

September 20, 2018

- First release, Android 5.0 and above
- Native Android Studio project, Java language

Support

For any support requests, please contact me through my Profile’s Contact Form

Rate my Work

Your support is always greatly appreciated, from comments to product’s reviews, so please click here to rate your purchases!

Full Live Demo

Mercifully Note: We refresh new substance like WordPress Themes,
Plugins, PHP Scripts ordinary. In any case, recall that you
ought to never utilize this things in a business site.
Every one of the substance posted here for advancement
and testing reason as it were. We’re not in charge of
any harm, use at your own particular RISK! We highly recommend to buy CityGo | Android Single City Guide Store Finder Application from the The Developer ( xscoder ) website. Thank you.

Free Download

Downloads

You May Also Like

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.