Topics | Android Universal Social Discussion App Template

MyStream

[ad_1]

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

 

LIVE PREVIEWBUY FOR $20


Topics | Android Universal Social Discussion App Template - 1


Topics | Android Universal Social Discussion App Template - 2


Topics | Android Universal Social Discussion App Template - 3


Topics | Android Universal Social Discussion App Template - 4


Topics | Android Universal Social Discussion App Template - 5


Topics | Android Universal Social Discussion App Template - 6


Topics | Android Universal Social Discussion App Template - 7


Topics | Android Universal Social Discussion App Template - 8


Topics | Android Universal Social Discussion App Template - 9


Topics | Android Universal Social Discussion App Template - 10

iOS, Android and Web variations can share the identical database on back4app


Topics | Android Universal Social Discussion App Template - 11


Topics | Android Universal Social Discussion App Template - 12

Topics | Android Universal Social Discussion App Template - 13

9 May 2020
• Manifest up to date with gcm receivers.
• FCM Firebase Cloud Messaging carried out. 
• Documentation up to date with photos as per the most recent replace from Google.
• Libraries up to date.

17 Sep 2019
• Fixed the difficulty of Login with Facebook.  
• Fixed the difficulty “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 specific situation.
6 August 2019
• Updated Login/Signup screens UI
• Updated Account/Edit-Profile display screen design through the use of Card View and alignments.
• Updated Home display screen design through the use of Card View and likewise added Left and Right arrow
for correct navigation and higher person expertise.
• Updated Comment display screen design through the use of Card View.
• Applied Camel Notation in Edit Text Fields Hints    
• Updated 'compileSdkVersion' and  'targetSdkVersion' to 28 in construct.gradle
14 October 2018
• Fixed crash on randomize button if the subject array has a single merchandise
• Fixed backstack clearing on dwelling display screen opening from login/signup screens
25 May 2018
• Accordingly to the brand new EU GDPR phrases, I've up to date the 'tou.html' file and Documentation.
IMPORTANT: This implies that if a User questions 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 situation on the most recent Parse SDK and FCM:
    implementation 'com.parse:parse-android:1.16.0'

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

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

• Updated the Documentation (join your App to Firebase for FCM)
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:)

Topics is a Universal App Template the place customers can browse random questions and even search them and be part of thrilling conversations by posting/studying feedback on every Topic.

This app permits customers to earn particular KARMA factors based mostly on created subjects, posted feedback and up-votes obtained for his or her subjects/feedback from different individuals.

It additionally has all of the required report options for inappropriate subjects, feedback and/or customers wanted to move the submission’s assessment for the Play Store.

Since its backend is by Parse Server, 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 facet.

Topics is a local Android Studio challenge, Java/XML language, Universal, tremendous simple to customise, backend with Parse SDK hosted on https://back4app.com

Topics | Android Universal Social Discussion App Template - 14

Topics | Android Universal Social Discussion App Template - 15

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 possibly can learn the official Guide right here: http://parseplatform.org

What about free help for this template?

I can provide free help for bugs encountered within the authentic code.
Instead, if you happen to’ve edited the code and messed one thing up with it, I could apply some payment to repair it both through StaffViewer or by checking your app challenge recordsdata straight on my pc.

How do I rename the app’s bundle identify?

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

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

Yes, I all the time replace my apps to the most recent model of the IDE and also you additionally ought to be sure you’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 gadget is the one listed within the FEATURES part under. If the issue persists, please contact me by my profile’s contact type and ship me the Logcat message of you get when the app crashes together with the steps you made to breed the crash.
Please observe that not all actual units print an error Logcat message, on this case simply run the APK into the Android Studio’s emulator and also you’ll certainly get the purple messages about your situation.

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:+'
    


Topics | Android Universal Social Discussion App Template - 16

Topics | Android Universal Social Discussion App Template - 17

  • Android Studio 3.x challenge – Universal – Android 5.0+
  • AdMob banners
  • Gesture prepared: browse Topics by swiping left/proper within the Home display screen | Long press to refresh the Topics and get again to the most recent one
  • Create new Topics
  • Post feedback
  • Get random Topics
  • Push Notifications for feedback and votes
  • Profile display screen with About, Topics and Comments sections
  • PDF User Guide and PSD included (for icons and buttons)
  • Easy to customise | Well commented code

Topics | Android Universal Social Discussion App Template - 18

  • Apple Mac or Widows PC with their newest OS model put in
  • The newest model of Android Studio and a few data about its UI interface
  • Photoshop or another picture editor software program
  • A Google Developer account to submit apps to the Play Store
  • An AdMob account to generate your personal banner UNIT ID
  • A free account on back4app.com


Topics | Android Universal Social Discussion App Template - 19


Topics | Android Universal Social Discussion App Template - 20


Topics | Android Universal Social Discussion 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