Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

It includes the most common and useful functions for android apps

License

NotificationsYou must be signed in to change notification settings

faramarzaf/Android-SDK

Repository files navigation

License

What is the purpose of this project?

Today, as projects become larger and more complex, a new way of developing software has been adopted and is commonly known as modular programming. By doing so, the focus is more on module development. And so next time a new project will cost both less time and money. It is also much easier to ensure the performance of a small component than an oversized part. So the main purpose of this project is speed up your development with safe way.

❗️ If you are looking for how to use this module, you can find theWiki files in main page.

Setup

Add it in your root build.gradle at the end of repositories:

allprojects {repositories {...maven { url'https://jitpack.io' }}}

Step 2. Add the dependency

dependencies {   implementation'com.github.faramarzaf:Android-SDK:1.0.26'}
  • Be aware that always put this scripts to yourapp/build.gradle file
android {. . .  compileOptions {        sourceCompatibilityJavaVersion.VERSION_1_8        targetCompatibilityJavaVersion.VERSION_1_8    }}

Contribution

Thank you so much for deciding to improve this tool.

  • First of all fork and clone the repo.
  • Push your codes.
  • Finally create pull request and submit with full description.

[8]ページ先頭

©2009-2025 Movatter.jp