Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

Tuesday, May 12, 2015

JavaFX Live Preview on Android tablet

JavaFX on an Android tablet with Live Preview while developing.

Monday, January 6, 2014

JavaFX Everywhere: a application running on Desktop, iOS, Android and Raspberry Pi

This video shows a JavaFX demo application running on Desktop, iOS, Android and Raspberry Pi.

Sunday, June 2, 2013

IntelliJ IDEA 12.1 now support JavaFX 2, Android UI designer, Java 8 and more...

IntelliJ IDEA 12.1 now support:
  • JavaFX 2.0
  • Android UI designer
  • Play framework 2.0
  • Spring frameworks
  • Java 8
  • Faster compiler
  • and many more...
Getting Started with Java 8 in IntelliJ IDEA 12.1

JavaFX 2 Support in IntelliJ IDEA 12.1

Sunday, May 19, 2013

Android development arrive IntelliJ

EARLY ACCESS PREVIEW of Android Studio is available now. Android Studio is a new Android development environment based on IntelliJ IDEA. Similar to Eclipse with the ADT Plugin, Android Studio provides integrated Android developer tools for development and debugging.

Android Studio is currently available as an early access preview. Several features are either incomplete or not yet implemented and you may encounter bugs.

Wednesday, December 5, 2012

IntelliJ IDEA - a intelligent IDE for Java and other technologies



IntelliJ IDEA is a intelligent IDE for Java and other technologies with an exceptional out-of-the-box feature set

Link: http://www.jetbrains.com/idea/

  • IntelliJ IDEA Ultimate is the full-featured commercial IDE — with a complete set of tools and integrations with the most important modern technologies and frameworks, such as Spring and Hibernate — a must-have for effective Web and Java EE development.
  • IntelliJ IDEA Community Edition is the open source version of IntelliJ IDEA, a premier IDE for Java, Groovy and other programming languages.

IntelliJ IDEA 12 is Available for Download, include ANDROID UI DESIGNER and JAVA 8 supported now. What's New in IntelliJ IDEA 12?

Monday, September 19, 2011

Best Practices for Accessing Google APIs on Android

Integration with Google APIs (such as Buzz, Latitude and Translate) can enrich many Android applications. The video demonstrate how to do so easily, efficiently and securely using the Google API Client for Java. it'll walk you through how to authenticate for the APIs using AccountManager, how to reduce the client library size and several other Android-specific optimizations.