Android Dev Tools [Chinese and English double-character hd]

Source: Internet
Author: User

1] XAppDbg:[Modify parameters at runtime, and do not need to run multiple times for a small change] XAppDbg is an app development tool that can be used to change parameters in your code during runtime. this can save you a lot of time, since you don't have to build and run your application for each small change. go to the XAppDbg page to download and learn more about this open sourced tool.


2] ChkBugReport:[Quick View of Bug report] This tool is used to quickly examine the output of an Android bug report. it takes the large text file that is output from the Android bug report tool and parses it into a more readable file for easier analysis.
ChkBugReport is also open source project. Go to the ChkBugReport page to download and learn more.






3] APKAnalyser:[View the token of the APK architecture] This is a static, virtual analysis tool which you can use to get a thorough overview of your application architecture. use it to examine API references, view application dependencies, and disassemble bytecodes in Android apps.
The open-sourced APKAnalyser is a complete tool chain which supports modification of the binary application. you are then able to repack, install, run, and verify the result from logcat. go to the APKAnalyser page to download and learn more. vn




4] AppXplore: [view installed apps, used memory, etc]With the AppXplore tool, you can go through all the apps installed on your Android device and dissect using application details-app version, package names, certificates, permissions, signatures, activities, and lots of other information that wocould not be normally viewable from the device.

AppXplore is especially useful for seeing how much memory an app is using, and if the file is movable to the SD card. likewise, developers can use AppXplore for testing and quality assurance purposes, to make sure their apps are showing the proper permissions in the manifest file. check out the AppXplore page to download and get more information.


5] Memory Analyzer (MAT): [Eclipse Memory analysis plug-in is very useful, but it seems to have nothing to do with Android]The Eclipse Memory Analyzer is a fast and feature-rich Java heap analyzer that helps you find memory leaks and reduce memory consumption.

Use the Memory Analyzer to analyze productive heap dumps with hundreds of millions of objects, quickly calculate the retained sizes of objects, see who is preventing the Garbage Collector from collecting objects, run a report to automatically extract leak suspects.






6] SQLiteManager plugin for eclipse: [In EclipseSQLite plug-in. You don't have to say much about the function.] This plugin helps developer to view and modify sqlite database in eclipse IDE







7] Robotium:[The Android testing framework is unknown. I have never used it. Supported test content: Activities, Dialogs, Toasts, menus and Context Menus] Robotium is a test framework created to make it easy to write powerful and robust automatic black-box test cases for Android applications.
With the support of Robotium, test case developers can write function, system and acceptance test scenarios, spanning multiple Android activities.

Robotium has full support for Activities, Dialogs, Toasts, Menus and Context Menus.



8] ACRA:[Automatically send crash reports to a class library of GoogleDoc, it is mainly used to help developers get data from their own applications.] ACRA is a library enabling Android Application to automatically post their crash reports to a GoogleDoc form. it is targetted to android applications developers to help them get data from their applications when they crash or behave erroneously.
ACRA's notification systems are clean. if a crash occurs, your application does not add user comprehensions over existing system's crash comprehensions or reporting features. if you use the Toast, Status bar notification or direct dialog modes, the "force close" dialog is not displayed anymore and devices where the system native reporting feature is enabled do not offer the user to send an additional report.





9] Android Layout Binder: [it seems thatThe Layout file is converted into a series of declarations, which are useless and not to be mentioned. If you have used it, you can leave a message to me.]Convert your Android XML layouts into a set of declarations and binds to save you all that manual typing. enter a prefix for your fields, choose the scope paste in your XML and hit generate. select "verbose" to find out why any fields are skipped.










10] Spoon: [distributed test, which is tricky. After the test is completed, a detailed HTML is generated]Android's ever-expanding ecosystem of devices creates a unique challenge to testing applications. Spoon aims to simplify this task by distributing instrumentation test execution and displaying the results in a meaningful way.
Instead of attempting to be a new form of testing, Spoon makes existing instrumentation tests more useful. using the application APK and instrumentation APK, Spoon runs the tests on multiple devices simultaneously. once all tests have completed, a static HTML summary is generated with detailed information about each device and test.

11] Android Content Provider Code Generator :【Content Provider code generator. It would be nice if you knew this.]Do you always copy and paste tons of code to write a ContentProvider? This code generator might help.





12] AndroidKickStartR:[Quick StartApp] Start your nextAndroid app in 10 seconds.AndroidKickstartR helps you to quickly create a well configured Android application using the most popular libraries. It creates and configures your project for you. Just focus on code!









13] Android Holo Colors Generator: [color Generator]The Android Holo Colors Generator allows you to easily create Android components such as editext or spinner with your own colours for your Android application. it will generate all necessary nine patch assets plus associated XML drawables and styles which you can copy straight into your project.



14] ActionBar Style Generator :【ActionBar style Generator]The Android Action Bar Style Generator allows you to easily create a simple, attractive and seamless custom action bar style for your Android application. it will generate all necessary nine patch assets plus associated XML drawables and styles which you can copy straight into your project.


15] Asset Studio: [Icon builder. Who knows the effect]Icon generators allow you to quickly and easily generate icons from existing source images, clipart, or text.



16] little eye labs: [Analysis]Little eye labs is performance analyser tool for Android Apps, he product has been rechristened as simply "little eye" instead of "littleEye appInsight" as it was called earlier.
Keeps our product catalog simple and consistent with our overall theme of focusing on simplicity, on every aspect of what we do!

Features [Features]

  • Profile Any App [Any APP]
  • Record And Playback video [Playback supported]
  • Foreground and Background usage [frontend and backend memory usage]
  • CPU, Memory and Data consumption [CPU, Memory, Data usage]
  • Manual or Automatic Heap Dumps [Automatic management]
  • Save & Share [Save and Share]
    17] Droid Inspector:[Related to image processing] The concept of Overdraw has been given so much importance in the Android world. during the Google I/O, few talks emphasis on the importance of switching overdraw. this is first tool (best of my knowledge) that can help us identify the overdraw easily.

    Features [Features, I don't know much about them below, haha]
    • Inspect in 3D
    • Find Overdraw
    • Box Model
    • Integrate with DDMS
    • View Hierarchy
    • Background/Content
    • WebGL
    • 2D to 3D to 2D
    • And More ..
      18] Android Button Maker:[Name implies:Button Maker, online] Android Button Maker is online tool to generate buttons code for Android Apps. Android API provide Drawable Resources where XML file defines geometric shape, including colors, border and gradients.
      These button is generating based on shape drawable XML code which load faster compare to normal png buttons. You can customize button properties in setting panel and get source code.

      19] jsonschema2pojo: [json to pojo, Java]Online tool to generate POJO (Plain Old Java Object) class from JSON Schema. Small but powerful tool which can save your time to write POJO. http://www.jsonschema2pojo.org/


      For more features, visit www.kpbird.com/p/android-dev-tools.html.
       

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.