Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 2.07 KB

README.md

File metadata and controls

38 lines (31 loc) · 2.07 KB

Blitter

Twitter clone for Android

  • Allows users to save a profile with name, photo
  • Allows users to post with images and messages as "Bleets"
  • Allows users to add "tags" to posts, so other users can search for these tags
  • Allows users to follow other users
  • Allows users to see a "news feed" of all the users posts they have followed and all the tags they have followed
  • Allows users to see all the posts they have created
  • Allows users to search for "tags" of other users and then follow the user or tag
  • Allows users to reset thier passwords

---- Tech used ----

  • MVVM Architecture, CLEAN & SOLID
  • Uses Firebase Realtime Database for storing data
  • Uses Firebase FireStore for storing images
  • Uses Firbase Authentication for registering users
  • Uses Activities, Fragments, Tabs for UI
  • Image Gallery Provider
  • SMS

To install the Apk:

  1. Open this link on your Android device: https://github.com/realityexpander/Blitter/blob/master/Blitter_1.0.apk

  2. Tap the "skewer" menu and tap the "download"

  3. Allow the file to download (DO NOT click "show details")

  4. After the file is downloaded, click "OK" to install

  5. Click "OK" to install

  6. Click "OK" to launch

If you have developer options turned on, you may need to turn off "USB Debugging" if the "Waiting for debugger" dialog is displayed.