Showing posts with label android. Show all posts
Showing posts with label android. Show all posts

Monday, September 1, 2014

Ubuntu Launcher : Absolute Unity flavor to the Android system

0 comments

Ubuntu Launcher : Absolute Unity flavor to the Android system

Ubuntu Launcher is a Launcher which provides a Unity interface experience for Android devices, the application is characterized by its shape, similar to the interface of hand sidebar and absolute applications as it met for the adaptation and customization is extremely and other features, the software is still in its pilot phase and is expected to face a number of faults, but they certainly experience distinctive.

You can download the application via the Google Play store from here.
By the way the application is open source and you can download the source code from here.

Have you tried it ? What do you think of it ?

     
Read more...

Friday, April 18, 2014

Android Studio: Editor software for Android development

0 comments

Android Studio: Editor software for Android development

Android Studio, is a software editor (IDE), to develop Android, which is a nice alternative to the famous software editor Eclipse (Eclipse is also available on Linux), and in this post we show how to install Android Studio on Ubuntu.

- To install the Android Studio on Ubuntu 14.04 \ 13.10 Open the terminal and run the following three commands:

 sudo apt-add-repository ppa:paolorotolo/android-studio
sudo apt-get update
sudo apt-get install android-studio

- If you want to uninstall it, run the following two commands:

 sudo apt-get install ppa-purge 
 sudo ppa-purge ppa:paolorotolo/android-studio

     
Read more...