https://github.com/amrdeveloper/androidresourcemanager
Android Resource Manager application to manage and analyse your app resources with many features like image resize, Color, Dimens and code Analysis
https://github.com/amrdeveloper/androidresourcemanager
android-resources arm code-analysis hacktoberfest image-resizer java javafx resize-images resize-tool
Last synced: about 1 month ago
JSON representation
Android Resource Manager application to manage and analyse your app resources with many features like image resize, Color, Dimens and code Analysis
- Host: GitHub
- URL: https://github.com/amrdeveloper/androidresourcemanager
- Owner: AmrDeveloper
- License: mit
- Created: 2021-03-05T07:00:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-20T09:22:08.000Z (over 3 years ago)
- Last Synced: 2025-03-18T13:15:15.074Z (about 1 month ago)
- Topics: android-resources, arm, code-analysis, hacktoberfest, image-resizer, java, javafx, resize-images, resize-tool
- Language: Java
- Homepage:
- Size: 1.07 MB
- Stars: 30
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AndroidResourceManager
[](https://sourceforge.net/projects/androidresourcemanager/files/latest/download)
[](https://sourceforge.net/p/androidresourcemanager/)
[](https://www.codefactor.io/repository/github/amrdeveloper/androidresourcemanager)
[](https://sourceforge.net/p/androidresourcemanager/)
[](https://jdk.java.net/java-se-ri/8-MR3)
[](https://sourceforge.net/projects/androidresourcemanager/files/latest/download)
[](https://opensource.org/licenses/MIT)Lightweight Cross-Platform tools with less than 1MB size to manage your resources as an Android Developer, AndroidResourceManager - ARM provide five main services to you
### Image Resize Service
You can easily resize your drawable, mipmap or normal images with unlimited number of sizes, the default sizes are 7 which are ldpi, mdpi, tvdpi,
hdpi, xhdpi, xxhdpi, xxxhdpi and you can add or remove sizes and preview your image.
### Keyword Search Service
Once you select your project directory and put your search keyword, the ARM will search in all your Java, Kotlin, C++, Xml and normal text files for this keyword
and show you the details of the search, file name, start and end position.
### Color Analysis Service
Once you select your project directory and click on search,
ARM will search for every hex color value in your layout resources and show it to you so you should put them in color.xml and clear your resources
### Dimensions Analysis Service
Once you select your project directory and click on search, ARM will search for every dimension value in your layout resources and show it to you so you should put them in dimens.xml and clear your resources
### Source Code Analysis Service
Once you select your project directory and click analysis, the ARM will be analysing your source code files and show you the number of Java, Kotlin and XML files.
Feel free to suggest, submit an issue or create a pull request
Youtube Video: [AndroidResourceManager 1.0.0](https://www.youtube.com/watch?v=sEdpBIALJIg&feature=youtu.be&ab_channel=AmrDeveloper)