Description
Learning point for Developers: - React/Native + TypeScript; - Redux, we might find in Web; - Different databases (Firebase, SQLite, AsyncStorage); - AsyncStorage, which is really comparable to localStorage we have on Web; - Caching data using AsyncStorage; - Making the Web code actually compiled & working with deployed app to the store; - Logging & Monitoring to Firebase Analytics/Firebase Performance Monitoring; - Reporting crashes to Firebase Crashlytics; - Handling environmental variables in Web, Android, and iOS - changes in native code were required; - Integration of 3rd party tools, like Firebase-* and Google Maps; - Usage, looks & feel of Material Design (React Native Paper) in a real application.
(🧪 Early Alpha)🤙 TamoTam. HangOut. Offline. alternatives and similar packages
Based on the "REST" category.
Alternatively, view tamotam-app alternatives based on common mentions on social networks and blogs.
-
Spring for Android - Rest Template
DISCONTINUED. Support for Spring's RestTemplate within native Android applications
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of (🧪 Early Alpha)🤙 TamoTam. HangOut. Offline. or a related project?
README
🤙 TamoTam. HangOut. Offline.
[TamoTam in Apple App Store](docs/AppleAppStoreButton.png) [TamoTam in Google Play Store](docs/GooglePlayStoreButton.png)
Go Online to be Offline.
~~ Please Read ~~
The application is in an early stage of development, the so-called "Early Alpha". It's relatively stable, but some features might not work, and we kindly ask you not to review it poorly for that reason. We release it to get feedback if there's a need for such an application.
List of known issues:
- Long loading time during initial load, especially for non-US based users,
- Uploaded Images aren't displayed after reloading the application,
- Sometimes, users-added (white Markers) aren't loaded,
- Edited events aren't reflected on the Map,
- Not an issue, but we might need to be more explicit about it: date & time are aligned per your localization.
The remaining list of improvements can be found on https://github.com/tamotam-com/tamotam-app/issues. That's an Open Source project; feel free to contribute.
~~ Normal Description ~~
TamoTam aims to limit online time spent on applications. In our Proof of Concept (PoC), we showcase a list of offline events happening around and allow users to add them by themselves without any registration.
Eventually, we want to keep the user as little time as possible in TamoTam in favor of spending time outside the screen. The application aims to be minimalistic and exclude features such as:
- Feed, which addicts users to stay outside the real world,
- Likes, we advise you to watch The Social Dilemma to understand why,
- Comments, #StopHate,
- Share, #StopFakeNews,
- Other complicated Algorithms unconsciously affect you to stay online.
That's because we believe Social Media affects us mentally, such as Anxiety, Depression, Fear Of Missing Out (FOMO), Fear of Speaking Up, Isolation, and more.
It will take time before the application will be performant and user-friendly, but in early 2023 we expect Late Alpha / Early Beta. Thanks in advance for understanding while reviewing TamoTam.
Look what's happening around you in a Real. Offline. Social Life.
Launch
Android Simulator
- Run on
Android Studio
yarn start
adb reverse tcp:8081 tcp:8081
Alternatively, expo run:android --variant release
, for production version.
Kill Android Simulator
adb -s emulator-5554 emu kill
, where emulator-5554
is the emulator name.
iOS Simulator
- Build using
Xcode
, if the application isn't installed on the simulator yarn start
i
Alternatively, expo run:ios --configuration Release
, for production version.
Release
eas build -p android
eas build -p ios
Architecture
We're using Redux
, but the easiest to understand the architecture is the image below with Flux
architecture, which in fact is really similar. However, it's important to note we're using 1 store, like in Redux
architecture.
[Data Flow Architecture image](docs/dataFlowArchitecture.png) Image source: https://www.freecodecamp.org/news/an-introduction-to-the-flux-architectural-pattern-674ea74775c9/
[Application Architecture image](docs/applicationArchitecture.svg) Made using: https://app.diagrams.net
Contact
contact[at]tamotam[dot]com