Skip to content

Make a separate, independent java library out of the core package #10

@pec0ra

Description

@pec0ra

Currently, this repository contains two things:

  1. the core package which provides an interface to execute speedtests
  2. an Android application template that uses this interface

I suggest that you separate these two things into two separate repositories. One for the speedtest library and one for the android app template.

This would give the following advantages:

  • It would be easier to use the library (core package), not only in android apps but also in any java app
  • It would offer the possibility to publish the speedtest library to maven
  • It would make the licensing clearer. You could for example publish the library under LGPL and the application template under MIT license
  • It would make it easier to contribute to the projects

A good alternative to multiple repositories could also be multiple branches inside one repository.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions