Best android open-source packages and libraries.

Dimba

A football companion app ⚽Live Fixtures ,Leagues & Team Standings: DI(Koin)+(Clean-MVVM)+Room+Retrofit with Coroutines + Jetpack + Dark Theme and more
Updated 1 year ago

Dimba -In Progress 🚧

Codacy Badge Build Status

A football companion app showcasing cool stuff ⚽🏀

Prerequisite

To Get Started on the project you will need to link it to a firebase project
and copy your google-services.json file to the app directory.

Then obtain an api key from rapid-api to be able to make requests to the football api endpoints.

To use your api key with this project,you will need to add it to a global
gradle.properties file so as not to add it to version control and
expose your key and configure the projects app module build.gradle to
reflect the name you gave your API Key.

To Access the global gradle.properties ,Locate the .gradle file
in the following directory

Windows: C:\Users<Your Username>.gradle

Mac: /Users//.gradle

Linux: /home//.gradle

If it doesn't exist create one and add in your API key like so

 
 PROJECT_API_KEY = 'API_KEY_VALUE'
 

Libraries Used

Screenshots

Contributions

All Contributions are welcome.Currently there is no style guide on how this is being done,one will be worked on if necessary.

License

  Copyright 2020 David Odari
 
  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.