iResidence | Android Universal Real Estate App Template icon

iResidence | Android Universal Real Estate App Template

Hot or Not
iResidence | Android Universal Real Estate App Template

Description

Both iOS and Android version can share the same Parse database

24 Sep 2020
• UI/UX enhancements, applied advanced material design. icons changed. button styles changed.  
• APK updated.
22 June 2020
• Migrated to AndroidX. 
• Gradle updated. SDK version updated to 28.
24 Apr 2020
• FCM implemented, code clean up.
• Documentation updated with images as per latest updates from Google.
• Libraries updated.
16 Sep 2019
• Fixed the issue with "Login with Facebook. " 
• Fixed the issue “Compatibility Issue with Facebook SDK 4.38.0” so we downgraded Facebook SDK to “4.37.0” still using the old constructor, so using that version fixes this particular issue.
29 July 2019
• Updated the “Type” and “options” Home Screen design from List view to spinner 
• Improved the View for “Title” and “Description” on Home screen  
• “Recent Properties” design is improved 
• Fixed “Properties” screen layout and alignment 
• Upgraded the UI for Sales, SignUp, Profile, Favorites Screen
• Fixed back stack issues from application  
• Apply Camel Notation in Edit Text Fields 
• Contact screen has been improved 
25 May 2018
• Accordingly to the new EU GDPR terms, I've updated the 'tou.html' file and Documentation.
IMPORTANT: This means that if a User asks for his/her Account deletion, you must do it within 24 hours, as the GDPR's "Right to be forgotten" Article states (LINK: https://gdpr-info.eu/art-17-gdpr/)
11 May 2018
• Changed the following line in home.xml:
        android:layout_marginLeft="-1000dp" 
into:
        android:layout_marginLeft="-10000dp" 
• Edited thids line of code into the 'showHideListView()' Method in Home.java:
                showHideListView(-10000, "");

So now a portion of the 'hATListView' won't be shown on bigger devices' screens 
8 May 2018
• Changed Parse version in build.gradle into 1.16.0, due to some issue on the latest Parse SDK and FCM:
    implementation 'com.parse:parse-android:1.16.0'

• Edited 'getUserDetailsFromFB()' method in Login.java, this line of code:
    } else { currUser.put(Configs.USER_EMAIL,  facebookID + "@facebook.com"); }
17 April 2018
• Added Firebase dependencies in build.gradle(Module:app)
• Removed the 'com.google.android.gms:play-services:+' and updated all dependencies to the required ones only 
• Added the 'google-services' classpath in the dependencies{} list in build.gradle(Project:)
        classpath 'com.google.gms:google-services:3.2.1'

• Added this Permission into Manifest.xml:
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

• Updated the Documentation (connect your App to Firebase for FCM)
15 April 2018
• Updated to Android Studio 3.1.1
• Removed all dependencies of play-services | left only this one in build.gradle:
     implementation 'com.google.android.gms:play-services:+'
11 April 2018
• Updated to Android Studio 3.1
• Updated 'compileSdkVersion' and  'targetSdkVersion' to 27 in build.gradle
• Replaced 'compile' with 'implementation' in build.gradle (Module: app)
• Updated classpath 'com.android.tools.build:gradle:3.1.1' in build.gradle (Project:)
4 April 2018
• Removed the menu folder in the left panel of Android Studio and the menu code on the bottom of all the java files
• Added RelativeLayouts as top bars in all xml files | Added the relative code for Buttons and TextViews in their relative java files -> onCreate() methods
• Added a back_butt.png image into the "drawable" folder
• Added this line of code into the 'onCreate()' method of all java files
• Updated compileSdkVersion and targetSdkVersion to '27'
20 January 2018
• Added this line in the dependencies list of build.gradle (Module: app):
    compile 'com.squareup.okhttp3:okhttps:+'

iResidence is a Universal Real Estate App Template for who wants to provide a mobile service where users can search for properties for sale or rent, or submit their own ones by providing their details and contact info.

Since its backend is by Parse you don’t have to buy any domain/hosting, there are NO PHP files to upload to a web server so you’ll save some money for server side.

This template is a native Android Studio project, easy to customize, Parse SDK hosted on https://back4app.com, Universal.

About Parse SDK and back4app

Read this article for more info about back4app and Parse SDK:

Can I host Parse Server on my own server?

Yes, although I don’t provide support for the setup process, you can read the official Guide here: https://parseplatform.org

What about free support for this template?

I can offer free support for bugs encountered in the original code. Instead, if you’ve edited the code and messed something up with it, I may apply some fee to fix it either via TeamViewer or by checking your app project files directly on my computer.

How do I rename the app’s package name?

Read this tutorial to learn how to rename a package name:

Should I use the latest version of Android Studio to edit this template?

Yes, I always update my apps to the latest version of the IDE and you also should make sure you’ve updated the Android Tools to their latest version of the Android SDK manager.

The demo APK crashes on startup

Make sure that the minimum Android version of your device is the one listed in the FEATURES section below. If the problem persists, please contact me through my profile’s contact form and send me the Logcat message of you get when the app crashes along with the steps you made to reproduce the crash. Please note that not all real devices print an error Logcat message, in this case just run the APK into the Android Studio’s emulator and you’ll surely get the red messages about your issue.

How do I remove AdMob banner ads?

  1. Enter the .xml files where there’s an AdView and remove its code:
        <com.google.android.gms.ads.AdView
            android:id="@+id/admobBanner" 
            android:layout_width="wrap_content" 
            android:layout_height="wrap_content" 
            ads:adSize="BANNER" 
            ads:adUnitId="@string/ADMOB_BANNER_UNIT_ID" 
            android:layout_alignParentBottom="true" 
            android:layout_centerHorizontal="true">
        </com.google.android.gms.ads.AdView>
    
  2. Enter the .java files where there’s an AdRequest instance into its onCreate() method and remove its code:
            // Init AdMob banner
            AdView mAdView = findViewById(R.id.admobBanner);
            AdRequest adRequest = new AdRequest.Builder().build();
            mAdView.loadAd(adRequest);
    
  3. Lastly, remove the play-services-ads reference in the build.gradle file:
        compile 'com.google.android.gms:play-services-ads:+'
    

  • Android Studio 3.x project – Universal – Android 5.0+
  • AdMob banners
  • Works with Parse SDK hosted on back4app
  • Send Push Notifications through Parse Push console on back4app
  • Browse Recent Properties on the Home screen
  • Search for properties by city or state, types and actions
  • Easily submit your own Property via app
  • Share Properties on Facebook, Twitter, Mail, etc.
  • Open a property’s address on Google Maps app
  • Directly contact the admin of the app
  • Report inappropriate contents button implemented + Terms Of Use html file
  • PDF User Guide included
  • PSD graphics included
  • Easy to customize, well commented code

  • Apple Mac or Windows PC with their latest OS version installed
  • The latest version of Android Studio and some knowledge about its UI interface
  • Photoshop or any other image editor software
  • A Google Developer account to submit apps to the Play Store
  • An AdMob account to generate your own banner UNIT ID
  • A free account on back4app.com

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.

StoresAround | Android Universal Store Finder App Template icon

StoresAround | Android Universal Store Finder App Template

Hot or Not
StoresAround | Android Universal Store Finder App Template

Description

Both iOS and Android version can share the same Parse database

APK : Click here to Download the app .apk file for testing You can also check the video preview of this app by clicking on the image below:

30 July 2020
• Full project changelogs. Gradle updated. 
• Files updated for uploading images from the camera. 
• Support added Android 9 and Android 10.
11 Apr 2020
• FCM Firebase Cloud Messaging implemented. 
• Libraries updated. Code clean up.
• Documentation updated with images as per latest updates from Google.
18 Sep 2019
• Fixed the issue of Login with Facebook.  
• Fixed the issue “Compatibility Issue with Facebook SDK 4.38.0” so we downgraded Facebook SDK to “4.37.0” still using the old constructor, so using that version fixes this particular issue.
18 July 2019
• Fixed the alignment issue of main screen tabs 
• Made improvements in My profile screen layout
• Improvements in user experience on “Add new Store” page
• Fixed login issue via Facebook profile
• Update the News Screen design using Card-view 
• Fixed data loading issue from the backend
• Improved code quality by using Recycler 
• Fixed Cursor control issue
• Improved the design view of favorites screen
29 January 2019
• Implemented favorite places sorting by distance
13 November 2018
• Display all the stores if the location can't be detected
• Fixed crash when requesting location permission
• Updated libraries. Code cleanup
5 October 2018
• Fixed infinite loading on News screen
• Fixed screens opening multiple times
• Refactored bottom navigation menu. Replaced main screens activities with fragments
• Implemented returning back after submitting a new store
• Fixed crash when opening store website and the URL is empty
• Fixed opening email app with an empty email address
• Fixed session clearing after log out
25 May 2018
• Accordingly to the new EU GDPR terms, I've updated the 'tou.html' file and Documentation.
IMPORTANT: This means that if a User asks for his/her Account deletion, you must do it within 24 hours, as the GDPR's "Right to be forgotten" Article states (LINK: https://gdpr-info.eu/art-17-gdpr/)
8 May 2018
• Replaced the 'play-services:+' implementation ith the specific ones in build.gradle:
    implementation 'com.google.android.gms:play-services-ads:15.0.1'
    implementation 'com.google.android.gms:play-services-maps:15.0.1'
    implementation 'com.google.android.gms:play-services-location:15.0.1'

• Edited the 'getUserDetailsFromFB()' method on the part that saves the currUser:
if (finalEmail != null) {
    currUser.put(Configs.USER_EMAIL, finalEmail);
    currUser.put(Configs.USER_USERNAME, finalEmail);
 } else {
    currUser.put(Configs.USER_EMAIL, facebookID + "@facebook.com");
    currUser.put(Configs.USER_USERNAME, facebookID + "@facebook.com");
} 
15 April 2018
• Updated to Android Studio 3.1.1
• Removed all dependencies of play-services | left only this one in build.gradle:
     implementation 'com.google.android.gms:play-services:+'
11 April 2018
• Updated to Android Studio 3.1
• Updated 'compileSdkVersion' and  'targetSdkVersion' to 27 in build.gradle
• Replaced 'compile' with 'implementation' in build.gradle (Module: app)
• Updated classpath 'com.android.tools.build:gradle:3.1.1' in build.gradle (Project:)
20 January 2018
• Added this line in the dependencies list of build.gradle (Module: app):
    compile 'com.squareup.okhttp3:okhttps:+'

StoresAround is a Universal App Template where you can let people see and submit stores nearby, it has Localization service, search by Category and up to 100 Km nearby. It has a News section that you can edit on your Parse Dashboard, as well as inserting/editing the Stores details and images. Users can submit their stores for review, you as the Admin of the app may daily enter your Parse Dashboard to check out and approve those stores by simply switching the field isPending to False. Since its backend is by Parse you don’t have to buy any domain/hosting, there are NO php files to upload to a web server so you’ll save some money for server side.

Since its backend is by Parse Server, you don’t have to buy any domain/hosting, there are NO php files to upload to a web server so you’ll save some money for server side.

You may also use the Adminca Panel as a great alternative to insert/edit data in your Parse Dashboard, after you’ll create your app on back4app, create a free account on and create a new Panel, choose self-hosted Parse server and paste your Host, Application ID and Master Key in the relative fields (you can find them into Core Settings of your back4app panel)

StoresAround is a native Android Studio project, Universal, easy to customize, backend with Parse SDK hosted on https://back4app.com.

About Parse SDK and back4app

Read this article for more info about back4app and Parse SDK:

Can I host Parse Server on my own server?

Yes, although I don’t provide support for the setup process, you can read the official Guide here: https://parseplatform.org

What about free support for this template?

I can offer free support for bugs encountered in the original code. Instead, if you’ve edited the code and messed something up with it, I may apply some fee to fix it either via TeamViewer or by checking your app project files directly on my computer.

How do I rename the app’s package name?

Read this tutorial to learn how to rename a package name:

Should I use the latest version of Android Studio to edit this template?

Yes, I always update my apps to the latest version of the IDE and you also should make sure you’ve updated the Android Tools to their latest version of the Android SDK manager.

How do I remove AdMob banner ads?

  1. Enter the .xml files where there’s an AdView and remove its code:
        <com.google.android.gms.ads.AdView
            android:id="@+id/admobBanner" 
            android:layout_width="wrap_content" 
            android:layout_height="wrap_content" 
            ads:adSize="BANNER" 
            ads:adUnitId="@string/ADMOB_BANNER_UNIT_ID" 
            android:layout_alignParentBottom="true" 
            android:layout_centerHorizontal="true">
        </com.google.android.gms.ads.AdView>
    
  2. Enter the .java files where there’s an AdRequest instance into its onCreate() method and remove its code:
            // Init AdMob banner
            AdView mAdView = (AdView) findViewById(R.id.admobBanner);
            AdRequest adRequest = new AdRequest.Builder().build();
            mAdView.loadAd(adRequest);
    
  3. Lastly, remove the play-services-ads reference in the build.gradle file:
        compile 'com.google.android.gms:play-services-ads:+'
    

  • Android Studio 3.x project – Universal – Android 5.0+
  • Filter stores by category and distance (up to 100 Km/miles nearby your location)
  • Open stores location from the map to Google Maps for directions
  • AdMob banners
  • Facebook login
  • Works with Parse SDK hosted on back{4}app
  • NO web server needed
  • Easily submit stores via the app to the Admin for approval
  • PDF User Guide included
  • PSD graphics included
  • Easy to customize, well commented code

  • Apple Mac or Windows PC with their latest OS version installed
  • The latest version of Android Studio and some knowledge about its UI interface
  • Photoshop or any other image editor software
  • A Google Developer account to submit apps to the Play Store
  • An AdMob account to generate your own banner UNIT ID
  • A free account on back4app.com

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.