vigneshshettyin / Socialify

Social Media Application Using Google Firebase ๐Ÿ’ฌ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socialify ๐Ÿ’ฌ

Overview ๐Ÿ“

Socialify is an android application that uses Cloud Firestore and Google Authentication and all users to create new posts and view posts of other users.

Building the Socialify App

First, clone the repo:

git clone git@github.com:vigneshshettyin/Socialify.git

Android Studio (Recommended)

(These instructions were tested with Android Studio version 4.2.1)

  • Open Android Studio and select File->Open... or from the Android Launcher select Import project (Eclipse ADT, Gradle, etc.) and navigate to the root directory of your project.
  • Select the directory or drill in and select the file build.gradle in the cloned repo.
  • Click 'OK' to open the the project in Android Studio.
  • A Gradle sync should start, but you can force a sync and build the 'app' module as needed.

Gradle (command line)

  • Build the APK: ./gradlew build

Eclipse

  • Download the latest Android SDK from Maven Central
    • Note: We publish both an AAR and a JAR; you may use whichever is more convenient based on your infrastructure and needs.

Running the Socialify App

Connect an Android device to your development machine.

Android Studio

  • Select Run -> Run 'app' (or Debug 'app') from the menu bar
  • Select the device you wish to run the app on and click 'OK'

Screenshots ๐Ÿ› ๏ธ

About

Social Media Application Using Google Firebase ๐Ÿ’ฌ

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%