/QAssist

Q Assist is an android studio plugin which can be used for making things easy for Android developers. Currently this plugin supports integrating olde version of Retrofit library to Android projects.

Primary LanguageJava

QAssist - Android Studio Plugin

This plugin is intended to reduce effort of Android application development by generating common code across various applications. Now we completed retrofit integrator only, this can be be used to Integrate Retrofit to your project(for server communications). Please do aware This Plugin is only for Android Studio and IntelliJ IDEA.

  1. Integrate Retrofit to your project.
  2. ...

jetbrains

Install

  • Using IDE built-in plugin system on Windows:
    • File > Settings > Plugins > Browse repositories... > Search for "QAssist" > Install Plugin
  • Using IDE built-in plugin system on MacOs:
    • Preferences > Settings > Plugins > Browse repositories... > Search for "QAssist" > Install Plugin
  • Manually:
    • Download the latest release and install it manually using Preferences > Plugins > Install plugin from disk...
    • From official jetbrains store from download

Restart IDE.

Usage

Use IDE menu

Generate.png

1. Retrofit Integrator

Demo pictures

Form 1.png Form 2.png Form 3.png

Version Info

v1.0

  • Supports Integration of retrofit.
  • Support creation of model(POJO/Dao) classes.

License

Copyright 2014 The QBurst Android Plugin Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.