All Projects → ladingwu → Dimens_sw

ladingwu / Dimens_sw

Android UI适配方案

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Dimens sw

Apktrack
ApkTrack is an Android app which checks if updates for installed APKs are available.
Stars: ✭ 111 (-93.33%)
Mutual labels:  android-app
Vectorifydahome
📱 Minimal app to apply wallpapers from a vast (400+) collection of vector graphics 🙃
Stars: ✭ 119 (-92.85%)
Mutual labels:  android-app
Sdkmonitor
App to display and monitor the targetSDK from installed apps.
Stars: ✭ 122 (-92.67%)
Mutual labels:  android-app
Status
A no-root status bar replacement for Android.
Stars: ✭ 113 (-93.21%)
Mutual labels:  android-app
Covid19 Notifier In
A sample Android App which notifies about COVID19 cases in 🇮🇳India after every 1 hour.
Stars: ✭ 116 (-93.03%)
Mutual labels:  android-app
Online School Management App Angular Firebase
Angular 11.0 Firebase App - Online School , Student Management App
Stars: ✭ 120 (-92.79%)
Mutual labels:  android-app
Pasta Music
(unmaintained) A material design music player for Android, based off Pasta for Spotify
Stars: ✭ 109 (-93.45%)
Mutual labels:  android-app
Todayx
🌈Flutter App:🎊「今日份的X」(每天推荐一个:图片、诗歌、名言、音乐、乐评、高等数学、两种配色、化学方程式、Github Repo、知乎问题、文章)
Stars: ✭ 128 (-92.31%)
Mutual labels:  android-app
Duckstation
Fast PlayStation 1 emulator for x86-64/AArch32/AArch64
Stars: ✭ 2,888 (+73.45%)
Mutual labels:  android-app
Firebasecrud
Rich UI and animation flutter app backed by firebase
Stars: ✭ 121 (-92.73%)
Mutual labels:  android-app
Android Inappbilling
A sample which uses Google's Play Billing Library and it does InApp Purchases and Subscriptions.
Stars: ✭ 114 (-93.15%)
Mutual labels:  android-app
Anypicker
jQuery Picker Library for Android, iOS & Windows Phone. eg Date Picker, Time Picker, DateTime Picker, Custom Select etc
Stars: ✭ 114 (-93.15%)
Mutual labels:  android-app
Librefox
License: Mozilla Public License 2.0
Stars: ✭ 1,574 (-5.47%)
Mutual labels:  android-app
Cameraxdemo
A sample camera app with CameraX API from Android Jetpack
Stars: ✭ 112 (-93.27%)
Mutual labels:  android-app
E Commerce Complete Flutter Ui
youtu.be/0z-igs267xw
Stars: ✭ 2,380 (+42.94%)
Mutual labels:  android-app
Insta Chat
InstaChat offers a new way to read messages of your favourite messengers. It overlays every other app and you can reply from anywhere you want.
Stars: ✭ 111 (-93.33%)
Mutual labels:  android-app
Androidsqlite
Android SQLite example with CRUD Operations. Simple Notes app is created in this project.
Stars: ✭ 119 (-92.85%)
Mutual labels:  android-app
Ehviewer
前任作者NekoInverter在gitlab重新更新EhViewer了,我不再独立维护项目,本项目暂时封存。 请前往 https://gitlab.com/NekoInverter/EhViewer 获取最新版本。
Stars: ✭ 127 (-92.37%)
Mutual labels:  android-app
Cardcase
Android app to share business cards with people nearby
Stars: ✭ 127 (-92.37%)
Mutual labels:  android-app
Gakki
🌼🌸 A React Native App for Mastodon. 一个由React Native编写的长毛象客户端App🦋
Stars: ✭ 120 (-92.79%)
Mutual labels:  android-app
  • android ui适配,基于smallestWidth的适配方案

Tips:大部分手机的宽度dp值集中在320-450之间,大部分1080P的手机应该都是360dp,390dp,411dp。可以在这个基础上,参考Android studio中的Virtual Device Configuration

使用说明

  • clone该项目到本地,以Android项目打开。
  • DimenTypes文件中写入你希望适配的sw尺寸,默认的这些尺寸能够覆盖几乎所有手机适配需求
  • DimenGenerator文件中填写设计稿的尺寸(DESIGN_WIDTH是设计稿宽度,DESIGN_HEIGHT是设计稿高度)
  • 执行lib module中的DimenGenerator.main()方法,当前地址下会生成相应的适配文件,把相应的文件连带文件夹拷贝到正在开发的项目中

希望用真机测试的,可运行app项目看效果(效果如下图)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].