Giter VIP home page Giter VIP logo

multi-dimens's Introduction

Multi-Dimens

Multi-Dimens is an Android library designed to facilitate responsive screen design across various device dimensions using a single layout file.

Features

  • Responsive Design: Create layouts that adapt to different screen sizes seamlessly.
  • Single Layout File: Simplify your development process by managing multiple dimensions within a single layout file.
  • Flexible Usage: Support for both normal size plus (dp) and font size (sp) dimensions.

Installation

Gradle

  1. Add the JitPack repository to your project's build file.
allprojects {
    repositories {
       ...
       maven { url 'https://jitpack.io' }
    }
}
  1. Add the library dependency.
dependencies {
    implementation 'com.github.vimalcvs:multi-dimens:1.1.1'
}

Usage

Dimension Types

The library supports the following dimension types:

  • Normal Size Plus (dp): Use @dimen/dp_ followed by the desired value.
  • Font Size (sp): Use @dimen/sp_ followed by the desired value.

Example

To see how to use the Multi-Dimens library, refer to the example layout provided.

Contribution

Your contributions are highly appreciated! If you find this library useful, consider starring it. You're also welcome to contribute by submitting pull requests or reporting any issues you encounter.

License

This library is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

Special thanks to all contributors who have helped to improve this library.


๐ŸŒŸ If you find Multi-Dimens helpful in your projects, don't forget to give it a star! ๐ŸŒŸ

multi-dimens's People

Contributors

vimalcvs avatar

Stargazers

 avatar

Watchers

 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.