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

https://github.com/programadorthi/android-xtend

Eclipse Xtend Android projects
https://github.com/programadorthi/android-xtend

Last synced: 5 months ago
JSON representation

Eclipse Xtend Android projects

Awesome Lists containing this project

README

          

Eclipse Xtend Android projects
===================

Welcome to android projects using eclipse xtend lang. In that repository I will show many examples of how to use Xtend lang in android projects.

More about Xtend lang follow the link: http://www.eclipse.org/xtend/

Using in Android Studio
=======================

1. Download the [Android Studio 2.2+](http://tools.android.com/download/studio/stable);
2. Configure > Plugins > Browse repositories > Manage repositories > + (add repository);
3. Paste the IntelliJ Releases or Nightly Builds URL from the [Xtend Download page](http://www.eclipse.org/xtend/download.html);
4. Hit ok to add;
5. Hit dropdown 'Repository: All', change to 'Repository: [hudson.eclipse.org](https://hudson.eclipse.org/xtext/job/xtext-intellij/lastSuccessfulBuild/artifact/git-repo/intellij/build/ideaRepository/updatePlugins.xml);
6. Install all the plugins (3 of them);
7. Restart Android Studio.
8. Clone the repository, import the project, build and run.