A sample application demonstrating integration of the OpenWeb SDK into an Android app.
Showcases commenting and community engagement features across multiple content verticals.
![]() Home |
![]() News |
![]() Sport |
![]() Recipes |
![]() Finance |
![]() Video |
openweb-android-sample-app/
├── sample-app/ # Main application module
│ └── src/
│ ├── main/ # Shared code and resources
│ ├── public/ # Public build variant (open-source entry point)
│ └── internal/ # Internal build variant (SDK development)
├── build-logic/ # Shared Gradle convention plugins
└── gradle/ # Version catalogs
| Vertical | Highlights |
|---|---|
| News | Article with standard conversation view and compact pre-conversation module |
| Finance | Sentiment-tagged comments — readers mark posts as Bullish, Neutral, or Bearish |
| Sport | Live score widget embedded above a threaded conversation |
| Recipes | Star rating summary combined with written reviews |
| Video | Full-screen TikTok-style player with floating engagement overlay |
| Side Rail | Conversation in a side panel layout |






