Hey! | Android Universal Short Messaging App Template

MyStream

[ad_1]

To get this product on 50 % low cost contact me on this link

 

LIVE PREVIEWBUY FOR $19


Hey! | Android Universal Short Messaging App Template - 1


Hey! | Android Universal Short Messaging App Template - 2


Hey! | Android Universal Short Messaging App Template - 3


Hey! | Android Universal Short Messaging App Template - 4


Hey! | Android Universal Short Messaging App Template - 5


Hey! | Android Universal Short Messaging App Template - 6


Hey! | Android Universal Short Messaging App Template - 7


Hey! | Android Universal Short Messaging App Template - 8


Hey! | Android Universal Short Messaging App Template - 9

Please be aware that each iOS and Android variations can share the identical database on back4app.


Hey! | Android Universal Short Messaging App Template - 10


Hey! | Android Universal Short Messaging App Template - 11

Hey! | Android Universal Short Messaging App Template - 12

24 Apr 2020
• FCM Firebase Cloud Messaging applied. 
• Documentation up to date by newest Google suggestions.
• Libraries up to date.

17 Sep 2019
• Fixed the problem of Login with Facebook.  
• Fixed the problem “Compatibility Issue with Facebook SDK 4.38.0”  so we downgraded Facebook SDK to “4.37.0” nonetheless utilizing the outdated constructor, so utilizing that model fixes this explicit problem.
6 August 2019
• Fixed Back Stack problem on the appliance 
• Updated Login/SignUp screens UI
• Upgraded Account display screen UI design by making use of Card View and alignments
• Upgraded Search display screen UI design by making use of Card View and alignments
• Improved “Friends List item screen” design by making use of Card View 
• Fixed the bug on “Friends Screen” on Scrolling List
• Upgraded “Hey List” design utilizing correct alignment and format. 
• Improved “Hey send and received screen” design by making use of Card View and alignments
• Updated 'compileSdkVersion' and ‘targetSdkVersion' to 28 in construct.gradle
• Applied Camel Notation in Edit Text Fields Hints
19 November 2018
• Fixed actions on swipe to focus on the right consumer in Friends display screen
• Fixed login with fb
• Fixed a number of instances login / mates screens opening
• Updated heys record implementation.
• Fixed risk so as to add extra “heys” to the record
• Added a brand new choice to swipe menu in Friends display screen: view the despatched heys
• Improved mates record efficiency by changing the ListView with RecyclerView.
5 November 2018
• Updated libraries + eliminated unused ones
• Updated AdMob implementation
25 May 2018
• Accordingly to the brand new EU GDPR phrases, I've up to date the 'tou.html' file and Documentation.
IMPORTANT: This signifies that if a User inquire ofs for his/her Account deletion, it's essential to do it inside 24 hours, because the GDPR's "Right to be forgotten" Article states (LINK: https://gdpr-info.eu/art-17-gdpr/)
8 May 2018
• Changed Parse verison in construct.gradle into 1.16.0, attributable to some problem on the newest Parse SDK and FCM:
    implementation 'com.parse:parse-android:1.16.0'

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

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

• Updated the Documentation (join your App to Firebase for GCM and Ads)
15 April 2018
• Updated to Android Studio 3.1.1
• Removed all dependencies of play-services | left solely this one in construct.gradle:
     implementation 'com.google.android.gms:play-services:+'
11 April 2018
• Updated to Android Studio 3.1
• Updated 'compileSdkVersion' and  'targetSdkVersion' to 27 in construct.gradle
• Replaced 'compile' with 'implementation' in construct.gradle (Module: app)
• Updated classpath 'com.android.instruments.construct:gradle:3.1.1' in construct.gradle (Project:)

Hey! is a Universal App Template the place you may ship brief messages like hey! to all these mates who’re registered within the app with only a faucet. It’s that straightforward, the only communication app ever.
You can seek for mates by title within the Search display screen, add them to your Friends record and ship them a hey!, connect an image to it or your present location, or easy textual content of the chosen hey!. They will obtain a Push Notification and might simply reply to your “hey!” by sending it again.
Users are in a position to block/unblock different customers, take away them from their record and make a bunch of mates to ship heys! all of sudden, once more, with only a faucet!

Since its backend is by Parse you don’t have to purchase any area/internet hosting, there are NO PHP recordsdata to add to an online server so that you’ll avoid wasting cash for server aspect.

Hey! is a local Android Studio undertaking, Universal, tremendous simple to customise, backend with Parse SDK hosted on https://back4app.com

Hey! | Android Universal Short Messaging App Template - 13

Hey! | Android Universal Short Messaging App Template - 14

About Parse SDK and back4app

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

Can I host Parse Server alone server?

Yes, though I don’t present help for the setup course of, you may learn the official Guide right here: http://parseplatform.org

What about free help for this template?

I can supply free help for bugs encountered within the unique code.
Instead, if you happen to’ve edited the code and messed one thing up with it, I’ll apply some charge to repair it both by way of StaffViewer or by checking your app undertaking recordsdata instantly on my laptop.

How do I rename the app’s bundle title?

Read this tutorial to learn to rename a bundle title: https://hubpages.com/technology/Android-How-to-rename-an-app-package

Should I exploit the newest model of Android Studio to edit this template?

Yes, I at all times replace my apps to the newest model of the IDE and also you additionally ought to be sure to’ve up to date the Android Tools to their newest model of the Android SDK supervisor.

The demo APK crashes on startup

Make certain that the minimal Android model of your machine is the one listed within the FEATURES part beneath. If the issue persists, please contact me by way of my profile’s contact type and ship me the Logcat message you get when the app crashes together with the steps you made to breed the crash.
Please be aware that not all actual gadgets print an error Logcat message, on this case simply run the APK into the Android Studio’s emulator and also you’ll absolutely get the purple messages about your problem.

How do I take away AdMob banner advertisements?

  1. Enter the .xml recordsdata the place there’s an AdvertView and take away its code:
        <com.google.android.gms.advertisements.AdvertView
            android:id="@+id/admobBanner" 
            android:layout_width="wrap_content" 
            android:layout_height="wrap_content" 
            advertisements:adSize="BANNER" 
            advertisements:adUnitId="@string/ADMOB_BANNER_UNIT_ID" 
            android:layout_alignParentBottom="true" 
            android:layout_centerHorizontal="true">
        </com.google.android.gms.advertisements.AdvertView>
    
  2. Enter the .java recordsdata the place there’s an AdRequest occasion into its onCreate() technique and take away its code:
            // Init AdMob banner
            AdvertView mAdView = (AdvertView) discoverViewById(R.id.admobBanner);
            AdRequest adRequest = new AdRequest.Builder().construct();
            mAdView.loadAd(adRequest);
    
  3. Lastly, take away the play-services-ads reference within the construct.gradle file:
        compile 'com.google.android.gms:play-services-ads:+'
    


Hey! | Android Universal Short Messaging App Template - 15

Hey! | Android Universal Short Messaging App Template - 16

  • Android Studio 3.x undertaking – Universal – Android 5.0+
  • Admob banners
  • Facebook login
  • Backend with Parse SDK hosted on back{4}app
  • Push Notifications for despatched heys!
  • Send hey! with textual content, your location or an image
  • Invite mates by SMS or e mail
  • Browse obtained heys!, reply, block/take away Friends
  • Search for mates by title
  • PDF User Guide and PSD included
  • Easy to customise | Well commented code

Hey! | Android Universal Short Messaging App Template - 17

  • Latest model of Android Studio and primary data of its interface
  • Photoshop (or comparable photograph editor softwares)
  • Windows PC or Mac
  • Free account on https://back4app.com
  • Facebook developer account
  • Google Developer and Play Store account
  • An actual machine with Android 5.Zero or above (advisable)


Hey! | Android Universal Short Messaging App Template - 18


Hey! | Android Universal Short Messaging App Template - 19


Hey! | Android Universal Short Messaging App Template - 20


Hey! | Android Universal Short Messaging App Template - 21

[ad_2]

To get this product on 50 % low cost contact me on this link

 

Source

Pomento
Logo
Register New Account
Reset Password
Compare items
  • Total (0)
Compare
0
Shopping cart