Giter Club home page Giter Club logo

pandoro-android's Introduction

Pandoro-Android

v1.0.4

This project, based on Java and the Spring Boot framework, is an open source management software useful in managing your personal projects and group projects. Create, develop and publish your projects with Pandoro!

This repository contains the desktop version of Pandoro, so if you want to customize you can fork it and work on it, if there are any errors, fixes to do or some idea to upgrade this project, please open a ticket or contact us to talk about, thanks and good use!

๐Ÿ›  Skills

  • Java
  • Kotlin

Roadmap

This project will be constantly developed to reach different platforms to work on, following the platforms releases steps:

Usages

See how to use the Pandoro service reading the Pandoro backend procedures

Customize the application

To customize and create your own version of this application you need to have the core library implemented in your project and published into maven local system

Clone the core library and publish to maven local

  • Clone the repository or download the zip file of the current version available

  • Open the folder file in your development environment and publish to maven local with the publishMavenPublicationToMavenLocal gradle task, take a look here for a help

Implement the core library to your application

  • Gradle (Short)

repositories {
  ...
  mavenLocal()
}

dependencies {
  implementation 'com.tecknobit.pandorocore:Pandoro-core:1.0.4'
}

Gradle (Kotlin)

repositories {
  ...
  mavenLocal()
}

dependencies {
  implementation("com.tecknobit.pandorocore:Pandoro-core:1.0.4")
}

Maven

  • Add the dependency
<dependency>
  <groupId>com.tecknobit.pandorocore</groupId>
  <artifactId>Pandoro-core</artifactId>
  <version>1.0.4</version>
</dependency>

Authors

Support

If you need help using the library or encounter any problems or bugs, please contact us via the following links:

Thank you for your help!

Badges

Twitter

Donations

If you want support project and developer

Crypto Address Network
3H3jyCzcRmnxroHthuXh22GXXSmizin2yp Bitcoin
0x1b45bc41efeb3ed655b078f95086f25fc83345c4 Ethereum

If you want support project and developer with PayPal

Privacy policy

This section concerns Privacy and policy for Android's application published on Google Play Store.
Pandoro application will not share any personal data of the user with third part applications.

Copyright ยฉ 2024 Tecknobit

pandoro-android's People

Contributors

n7ghtm4r3 avatar

Watchers

 avatar  avatar

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.