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

Friday, February 7, 2014

Android Vibration Class Example Code

How do we vibrate android phone? How should we use vibration class? If you looking for this answers look at the following link. Download full source code and see how we do it!. ...
Read More

Monday, August 12, 2013

Flashlight Android Application

Hi guys, today I wanna tell about one of my experince on android app development. A couple of days ago, I wrote a Flashlight android app using docs in developer.android.com, I checked the app in two different phones: first in a Motorola phone: my app worked perfect, it did its job. (turning on and turning off flash of the camera) second...
Read More

Monday, July 22, 2013

Install Android SDK on Eclipse On Linux Distributions

To start developing Android apps we need to first choose an IDE platform or environment. I recommend Eclipse. It is really good and efficient to develop android apps. I will give the step by step installation of Eclipse and set up it to develop android apps. Reqired Steps: 1. Open a terminal by typing Ctrl+F2 2. Type 'sudo apt-get install eclipse' enter, enter your password , this will install Eclipse platform. 3.  After...
Read More

Friday, July 19, 2013

Android x86 Wifi-Wireless Problem

Hi guys! Nowadays most of the people have a trouble with Android x86 wifi-wireless problem. To handle this I figured out a solution. If you haven't tried Android on a pc, you may  wanna see my post about how to install android on pc. Solution: Open Android  and press Ctrl+Alt+F1 to open terminal then type the following rows: netcfg        --to see what you have as connection devices in your computer  ...
Read More

Tuesday, March 26, 2013

How to install Android x86 on Pc

To install Android x86 on Pc: first download the iso file which is must be convenient with your pc. You can download it from here. After that you need to write it into a usb disk to form a livecd. Then reboot your computer. Go to boots by pressing F12 then select usb disk. You see the install menu will open. I recommend first try...
Read More