Photofeed | Android Universal Social Picture feeds App Template

MyStream

[ad_1]

To get this product on 50 p.c low cost contact me on this link

 

LIVE PREVIEWBUY FOR $23


Photofeed | Android Universal Social Picture feeds App Template - 1


Photofeed | Android Universal Social Picture feeds App Template - 2


Photofeed | Android Universal Social Picture feeds App Template - 3


Photofeed | Android Universal Social Picture feeds App Template - 4


Photofeed | Android Universal Social Picture feeds App Template - 5


Photofeed | Android Universal Social Picture feeds App Template - 6


Photofeed | Android Universal Social Picture feeds App Template - 7


Photofeed | Android Universal Social Picture feeds App Template - 8


Photofeed | Android Universal Social Picture feeds App Template - 9


Both iOS and Android model can share the identical Parse database


Photofeed | Android Universal Social Picture feeds App Template - 10


Photofeed | Android Universal Social Picture feeds App Template - 11

Photofeed | Android Universal Social Picture feeds App Template - 12

9 May 2020
• Camera subject mounted for avatar and canopy.
• Crashing subject mounted.
• FCM firebase cloud messaging carried out.
• Google libraires up to date.
• PSD recordsdata up to date

6 Sep 2019
• Fixed subject of Login with Facebook.  
• Fixed subject “Compatibility Issue with Facebook SDK 4.38.0”  so we've downgrade Facebook SDK to “4.37.0” nonetheless utilizing the outdated constructor, so utilizing that model fixes this explicit subject.
18 August 2019
• Fixed Back Stack subject from the whole software 
• Updated Login, Signup UIs designs 
• "PhotoFeeds” format improved by utilizing recycler View. 
• Improved PhotoFeeds List merchandise display design by utilizing Card View.
• Applied recycler View on “Search PhotoFeeds”.     
• Updated Post particulars display layouts and alignments.     
• Improved Other User profile display design by making use of Card View.
• Updated Me/Edit profiles designs as per the newest android app designs.    
• Improved format and alignments of Comments/Follows/Activity display. 
• Applied Camel Notation in Edit Text Fields Hints.    
• Updated 'compileSdkVersion' and 'targetSdkVersion' to 28 in construct.gradle
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 questions for his/her Account deletion, you should 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, because of some subject 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 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{} checklist 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 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:)

Photofeed is a Universal App Template the place you’ll be able to put up your individual photos, location, and relative textual content and get entangled in a humorous neighborhood.
You may also browse common posts from different customers, see their profiles, like and share their posts on common social networks.

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 internet server so that you’ll avoid wasting cash for server aspect.

Photofeed is a local Android Studio undertaking, Universal, Push Notifications for likes, feedback and follows, straightforward to customise, backend with Parse SDK hosted on http://back4app.com

Photofeed | Android Universal Social Picture feeds App Template - 13

Photofeed | Android Universal Social Picture feeds 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 by myself server?

Yes, though I don’t present help for the setup course of, you’ll be able to 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 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 WorkforceViewer or by checking your app undertaking recordsdata immediately 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 take advantage of 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 ensure 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 system 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 notice 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 absolutely get the purple messages about your subject.

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


Photofeed | Android Universal Social Picture feeds App Template - 15

Photofeed | Android Universal Social Picture feeds App Template - 16

  • Android Studio 3.x – Universal – Android 5.0+
  • Admob banners
  • Facebook login
  • Post photos and textual content, observe customers, like posts, ship feedback
  • Search for Popular posts, or by key phrases
  • Push Notifications for likes, feedback and follows through OneSignal
  • Report abusive contents (customers or posts)
  • PDF User Guide and PSD included
  • Easy to customise | Well commented code

Photofeed | Android Universal Social Picture feeds App Template - 17

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


Photofeed | Android Universal Social Picture feeds App Template - 18


Photofeed | Android Universal Social Picture feeds App Template - 19


Photofeed | Android Universal Social Picture feeds App Template - 20


Photofeed | Android Universal Social Picture feeds App Template - 21

[ad_2]

To get this product on 50 p.c low cost contact me on this link

 

Source

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