Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iametornam/freeminds
A basic android app to showcase a use case of Firebase's firestore
https://github.com/iametornam/freeminds
android android-studio app firebase firebase-storage firestore java
Last synced: 13 days ago
JSON representation
A basic android app to showcase a use case of Firebase's firestore
- Host: GitHub
- URL: https://github.com/iametornam/freeminds
- Owner: iamEtornam
- License: other
- Created: 2018-07-25T09:30:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T16:28:37.000Z (about 6 years ago)
- Last Synced: 2024-12-06T11:20:28.523Z (2 months ago)
- Topics: android, android-studio, app, firebase, firebase-storage, firestore, java
- Language: Java
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FreeMinds
FreeMinds is an android which i used to experiment how to use Firebase's firestore database. FreeMinds has an authentication system and a feature to upload images or upload text which anybody with the app will see and also be also to LIKE or COMMENT on the post.
## Art
![]()
![]()
![]()
## Getting Started
To clone this project,
open your terminal or cmd
```
cd folder/to/clone-into/
``````
git clone https://github.com/RegNex/FreeMinds.git
```Then
locate the project on your system and open with android studio## Prerequisites
What things you need to run the app
```
* Android Studio
* Java JDK 8+
* Android SDK
```## How to contribute
Contributing to FreeMinds App is pretty straight forward! Fork the project, clone your fork and start coding!
You can submit a pull request## Features:
- Add Post
- Like Post
- Comment on Post
- UI optimized for phone and tablet## Download APK
You can find the apk of this project in```
FreeMinds\app\build\outputs\apk\debug\app-debug.apk
```## To set up an emulator
* Select Run > Run 'app'
* Click 'Create New Emulator'
* Select the device you would like to emulate (Recommended: pixel xl2)
* Select the API level you would like to run - click 'Download' if not available (Recommended: Marshmallow - ABI: x86)
* Select configuration settings for emulator
* Click 'Finish' and allow Emulator to run## To Run on an Android OS Device
* Connect the device to the computer through its USB port
* Make sure USB debugging is enabled (this may pop up in a window when you connect the device or it may need to be checked in the phone's settings)
* Select Run > Run 'app'
* Select the device (If it does not show, USB debugging is probably not enabled)
* Click 'OK'## Built With
* [Android Studio](https://developer.android.com/studio/install) - How to install Android Studio
* [Firebase](https://firebase.google.com/docs/?authuser=0) - Getting started with Firebase## Author
* **Sunu Bright Etornam**
## License
Copywrite 2018 Sunu Bright Etornam
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.## Acknowledgments
* Hat tip to anyone whose library was used