FindMe | Android Universal People Searching App Template

  • Reviews:

$18,00

SKU: 18239006 Categorias: , , Tags: , , , , , , , , Sales: 12

Descrição


FindMe | Android Universal People Searching App Template - 1


FindMe | Android Universal People Searching App Template - 2


FindMe | Android Universal People Searching App Template - 3


FindMe | Android Universal People Searching App Template - 4


FindMe | Android Universal People Searching App Template - 5


FindMe | Android Universal People Searching App Template - 6


FindMe | Android Universal People Searching App Template - 7


FindMe | Android Universal People Searching App Template - 8


Both iOS and Android version can share the same Parse database on back4app.


FindMe | Android Universal People Searching App Template - 9


FindMe | Android Universal People Searching App Template - 10

FindMe | Android Universal People Searching App Template - 11

20 May 2022
• upgraded to android 12
• all libraries updated
• gradle updated
• manifest issue fixed
• firebase updated
• added notification channel to support api 26+ devices
• admob crash fixed
• camera crash fixed
• apk updated

16 May 2020
• Migrated to AndroidX, documentation updated.
• Documentation updated as per latest Google recommendations.
6 Sep 2019
• Fixed issue of Login with Facebook.  
• Fixed issue “Compatibility Issue with Facebook SDK 4.38.0”  so we have downgrade Facebook SDK to “4.37.0” still using the old constructor, so using that version fixes this particular issue.
8 August 2019
• Fixed Back Stack issues on the entire application 
• Updated Login/ Signup Screen UIs 
• Updated Home layout by using recycler View, previously list view was implemented
• Updated Home screen design by using Card View and alignments.
• Improved the “Other User Profile/ Photos” Screens design.
• Updated Favorites screen design by using Card View. 
• Updated 'compileSdkVersion' and  'targetSdkVersion' to 28 in build.gradle
• Applied Camel Notation in Edit Text Fields Hints
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
• 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"); }
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:)

FindMe is a Universal App Template where you can post your profile and have users find you by name, keywords, tags. The search nearby button searches for users around your current location.
You can also search for interesting people from all around the world, report abusive/offensive users and favorite the ones you like.
Each user will have the option to showcase his/her works by the spotlight button in his/her profile screen, you can set any link to it, from Facebook, Twitter or other social network sites to your YouTube channel, website, blog, article, etc.

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.

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

FindMe | Android Universal People Searching App Template - 12

FindMe | Android Universal People Searching App Template - 13

About Parse SDK and back4app

Read this article for more info about back4app and Parse SDK: https://hubpages.com/technology/Parse-SDK-will-not-shutdown-in-thanks-to-back4app

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: http://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: https://hubpages.com/technology/Android-How-to-rename-an-app-package

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 by 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 = (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:+'
    


FindMe | Android Universal People Searching App Template - 14

FindMe | Android Universal People Searching App Template - 15

  • Android Studio 3.x – Universal – Android 5.0+
  • AdMob banners
  • Facebook login
  • Search for users, keywords or tags
  • Complete and publish your profile to be found in the Home screen
  • Report abusive Users to the Admin
  • PDF User Guide and PSD included
  • Easy to customize | Well commented code

FindMe | Android Universal People Searching App Template - 16

  • 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


FindMe | Android Universal People Searching App Template - 17


FindMe | Android Universal People Searching App Template - 18


FindMe | Android Universal People Searching App Template - 19


FindMe | Android Universal People Searching App Template - 20

Informação adicional

Compatible Software

Android 12.0, Android 11.0, Android 10.0, Android 9.0

Demo Url
Mobile Files Included

.apk, .java, .xml, Layered PSD, HTML

Video Preview Resolution

Compartilhe