An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# AndroidResourceManager

[![Download AndroidResourceManager](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/androidresourcemanager/files/latest/download)
[![Download AndroidResourceManager](https://sourceforge.net/sflogo.php?type=14&group_id=3339638)](https://sourceforge.net/p/androidresourcemanager/)
[![CodeFactor](https://www.codefactor.io/repository/github/amrdeveloper/androidresourcemanager/badge)](https://www.codefactor.io/repository/github/amrdeveloper/androidresourcemanager)
[![Version](https://img.shields.io/badge/Version-1.0.3-orange)](https://sourceforge.net/p/androidresourcemanager/)
[![Min JDK Version](https://img.shields.io/badge/Required%20JDK-%2B8-brightgreen)](https://jdk.java.net/java-se-ri/8-MR3)
[![Download AndroidResourceManager](https://img.shields.io/sourceforge/dt/androidresourcemanager.svg)](https://sourceforge.net/projects/androidresourcemanager/files/latest/download)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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.

![Image Resize Service](screenshots/resize_sevice.jpg)

### 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.

![Keyword Search Service](screenshots/keyword_search_service.jpg)

### 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

![Color Analysis Service](screenshots/color_analysis_service.jpg)

### 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

![Dimensions Analysis Service](screenshots/dimens_analysis_service.jpg)

### 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.

![Source Code Analysis Service](screenshots/code_analysis_service.jpg)

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)