Giter Site home page Giter Site logo

fuck2ky / adt-extensions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jamling/adt-extensions

0.0 0.0 0.0 679 KB

extend Android ADT, such as Quickly new/edit Activity/Service/BroadcastReceiver/ContentProvider in Android Project with a wizard and configure in AndroidManifest.xml, it's also eclipse plugin for Android-ORM

Home Page: http://ieclipse.cn

Java 83.81% HTML 16.19%

adt-extensions's Introduction

adt-extensions

extend Android ADT, such as Quickly new/edit Activity/Service/BroadcastReceiver/ContentProvider in Android Project with a wizard and configure in AndroidManifest.xml, it's also eclipse plugin for Android-ORM Quickly new Activity/Service/BroadcastReceiver/ContentProvider in Android Project with a wizard and configurate in AndroidManifest.xml.

Main function list:

  • New Activity/Service/BroadcastReceiver.
  • Customize action and category for intent-filter.
  • New (ORM) ContentProvider.
  • Customize authorities for ContentProvider.
  • Add/Remove ORM capability

Install

Marketplace client

  • Click "Help->Marketplace..." in Eclipse
  • Search "ADT extensions" as keyword to find "Android ADT extensions" plugin in result.
  • Click "Install"

Tutorial

New Activity

  • Choose a package right click and select "New->Others" in popups menu.
  • Select New Activity under Android category.(If you work in java perspective, New Activity would be visible popups menu.) to open wizard page.
  • Check "with super suffix" to add super suffix to type name.(such with a Activity suffix)
  • Select methos stubs which you want to create.
  • Click "Add..." to add System action/category
  • Click "Remove..." to remove selected action/category
  • Click "Add custom" in popups to add custom action/category
  • Click "Up/Down" to sort selected action/category
  • Double click to edit seleted action/category

New Provider

  • See New Activity steps to open New Provider wizard page
  • Input authorities for provider

New ORM Provoder

  • Select mapping aorm .java files or packages
  • ADT extensions ->New ORM Provider
  • Input table name and authorities for provider

Screenshot

screen shot

Reference

http://ieclipse.cn/p/adt-extensions

adt-extensions's People

Contributors

jamling avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.