This is an android app to report emergencies, accidents or any other thing that one feels like the public should know.
Ripoti is a swahili name meaning; to report.
The app is continuously receiving new features and UI changes. The is the first version of the app.
The app uses mvvm clean architecture. This includes;
- repositories
- use cases
- views
- viewModels
The app has two APIs. One for the app (ripoti API) and the other is a news API.
The ripoti API is built with Nodejs. For authentication, it uses JWT and Postgresql as its database.
The News API is also built with NodeJs. The news data is scraped from a Kenyan media station (nation.africa).
The app uses these technologies;
- Kotlin - App is built with the language.
- XML - UI uses xml and fragments.
- Retrofit- For networking.
- Hilt - For dependency injection.
- Jetpack components;
- navigation component - Navigating through different screens in the app.
- Room - For local storage of the app.
- Glide - To display images from the api's used.
- Coroutines - Used to make asynchronous calls.
- Flow - Used to get data from network requests asynchronously
If the app has any bug. Please make contact below.
Have anything to contribute to the app, send an email to:
Copyright 2023 Sheldon Okware
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 at
http://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.