First of all u need to initialise you're build environment.
Follow the steps descibed here: Linux is top, OSX is at the bottum.
http://source.android.com/source/initializing.html
For linux users do sudo apt-get install libsdl1.2-dev libesd0-dev libwxgtk2.6-dev squashfs-tools pngcrush schedtool
Setting up android tools:
For MAC users download and install android SDK from here http://develo
Currently there is a way and tutorial on how to install Android OS on your iPhone. This tutorial is applied to the iPhone 3G and 2G. Its a good tutorial and very interesting to try.
how do i add illuminated light around border of image? this is my image source code i want to add illuminated lighting efect around image for 2,3 second what do i do?
I'm new to Android Development and was trying to get a Settings menu to show up on my app.
The XML file for Preferences is here:
<?xml version="1.0" encoding="UTF-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/settings">
<SwitchPreference
android:title="Switch Preference"
android:key="switchpref"
android:switchT
I've an app that i download from private server, it installs ok on most phones but i'm having problems installing it on a HTC Desire C. The phone has no sdcard present.
Please have a look at the following code
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/tableLayout1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFF"
android:gravity="right"
android:padding="5dp"
android:paddingBottom="5dp"
i have a question for submenu in a android action bar.
I create a submenu like that :
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:showAsAction="ifRoom" android:title="t"
android:icon="@android:drawable/ic_menu_save">
<menu>
<item
android:id="@+id/boutique"
android:title="Boutique" />
<item
androi
I want to download other android APIs and samples but my android SDK manager doesnt show me any other options than android sdk 4.2 API 17. Can anyone plz help me with this. Am I missing something? Thanx for your help
I tried following link,
http://developer.android.com/sdk/installing/adding-packages.html
I have the following xml:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical" >
<TextView
android:id="@+id/text_view"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android