UA-24399986-1
Facebook Twitter Gplus YouTube RSS
Home ANDROID İlk Android uygulamamız. Hello android
formats

İlk Android uygulamamız. Hello android

Published on 08/01/2012 by in ANDROID, UBUNTU

 

Android dünyasına eclipse ve android sdk nın kurulumu ile girdikten sonra oluşturulan hedef *.apk dosyasının yüklenme işlemi anlatılmaktadır. Yükleme işlemi code.google hosting üzerinden yapılmaktadır ve virtualbox x86 makinede çalıştırılmıştır.

İşletim sistemi : Ubuntu 11.10 32 bit

Eclipse Indigo :

Version: 3.7.1

Build id: M20110909-1335

Android : 

Android Development Toolkit

Version: 16.0.1.v201112150204-238534

(c) Copyright 2007-2011 The Android Open Source Project. All rights reserved.
Visit http://developer.android.com/sdk/eclipse-adt.html

UYGULAMAYI İNDİR

Video eklenecektir.


android x86 merhaba android ile electrocoder

KAYNAK KOD :

package your.merhabaandroid;

import android.app.Activity;
import android.os.Bundle;

public class MerhabaandroidActivity extends Activity {
    /** Called when the activity is first created. */
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
    }
}

 

 

VN:F [1.9.17_1161]
Rating: 10.0/10 (2 votes cast)
VN:F [1.9.17_1161]
Rating: +1 (from 1 vote)
İlk Android uygulamamız. Hello android, 10.0 out of 10 based on 2 ratings
Create PDF    Send article as PDF   
 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 

Leave a Reply

Your email address will not be published. Required fields are marked *

*


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

 

You need to log in to vote

The blog owner requires users to be logged in to be able to vote for this post.

Alternatively, if you do not have an account yet you can create one here.

Powered by Vote It Up

© [Creative Commons BY-SA-NC 3.0]
credit