Saturday, July 19, 2014

Android App development tools.

Android development tools.

1] APKAnalyser: 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
Read More

2] AppXplore: With the AppXplore tool, you can go through all the apps installed on your Android device and dissect many application details – app version, package names, certificates, permissions, signatures, activities, and lots of other information that would 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.
Read More


3] Memory Analyzer (MAT): 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.


4] Android Layout Binder: 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. Read More

5 ] Spoon: 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. Read More


6] Android Content Provider Code Generator: Do you always copy and paste tons of code to write a ContentProvider? This code generator might help. Read More

7] AndroidKickStartR: Start your next Android 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! Read More


8] Android Holo Colors 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. Read More

9] 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. Read More 

10] Asset Studio: Icon generators allow you to quickly and easily generate icons from existing source images, clipart, or text. Read More

11] little eye labs: 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

  • Profile Any App
  • Record And Playback video
  • Foreground and Background usage
  • CPU, Memory and Data consumption
  • Manual or Automatic Heap Dumps
  • Save & Share
Read More

12] Droid Inspector: 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 reducing overdraw. This is first tool (best of my knowledge) that can help us identify the overdraw easily.

Features

  • Inspect in 3D
  • Find Overdraw
  • Box Model
  • Integrate with DDMS
  • View Hierarchy
  • Background/Content
  • WebGL
  • 2D to 3D to 2D
  • And More..

13] Android Button Maker: 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.

Read More

No comments:

Post a Comment