Code Monkey home page Code Monkey logo

wordup's Introduction

Hi there, I'm Michael aka CodeRed ๐Ÿ‘‹

  • ๐Ÿ‘จโ€๐Ÿ’ป I'm currently working on Flutter, Android and Spring
  • ๐Ÿ”ญ I'm curious about learning new things, be that in professional or private projects (Apps, Game-Servers, Video Editing, ...)

GitHub Streak

Links

wordup's People

Contributors

codereddev avatar

Stargazers

 avatar

Watchers

 avatar  avatar

wordup's Issues

Implement StorageUtils

StorageUtils should expose methods to

  • save files to a defined directory (taken from provider definition in Manifest)
  • get a file descriptor for an asset file
  • prepare a sound for sharing

Revise non-null assertion

As !! is commonly considered as bad code style (although it depends on the situation) the project should be reworked to use better solutions where it's possible.

Add a image for categories

As described in #2 an image could be used in the UI to describe a category in a menu or the like. This should be an optional part of WordUp.

Add Maven Central

To give users an easy way to use this framework it should be added to Maven Central.

Remove dependency on WordUpProvider

The framework is currently heavily dependent on WordUpProvider.
This makes customization for developer defined databases really hard as providers are created before application creation, so there is no way to define the custom database in WordUp.init()

To make customization easier WordUpProvider should be replaced by a FileProvider implementation.

Build a first example app

For future tests an example app should be build.

This example app will use MVVM as its architecture and will also use Koin for dependency injection.

For now just a simple test environment can be build that will be updated from time to time when new features are implemented.

Remove suspension from common functions

A lot of WordUp's functions are suspend functions. Although Kotlin Coroutines are a really nice tool for making functions asynchronous it should probably be up to the developer to decide which tool he wants to use.

Therefore WordUp's functions should not rely on Kotlin Coroutines.

Create example apps

To give users a more detailed description of how to use WordUp examples apps should be provided for categories and no-categories.

Rename Sound to Word

To connect the libraries name with its content Sounds could instead be named Words.

Implement ExoPlayer

WordUp will use ExoPlayer for playing sounds. Implement ExoPlayer and expose functions to control it.

Design database scheme

WordUp should use a Room SQLite database implementation. Before implementation the scheme of the database should be designed to preserve a precise plan during development.

Plan could be provided hand drawn or by other ways.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.