• 26-03-2014, 00:17:30
    #1
    Merhaba arkadaşlar admob eklemede son güncellemelere uygun açıklamalı bir yazı varmı bildiginiz..
    Şuan sıkıntı yaşıyorum eklemede..
  • 26-03-2014, 03:59:36
    #2
    Burada yardım bulamazsınız hocam. Ücretli yaptırabilirsiniz.
  • 26-03-2014, 19:24:49
    #3
    Kimlik doğrulama veya yönetimden onay bekliyor.
    adminaktuel adlı üyeden alıntı: mesajı görüntüle
    Merhaba arkadaşlar admob eklemede son güncellemelere uygun açıklamalı bir yazı varmı bildiginiz..
    Şuan sıkıntı yaşıyorum eklemede..
    Nerede sıkıntı yaşıyorsunuz acaba ? Admob jar ile yüklemeyi sorunsuz yapıyorum. Gerekirse yardımcı olabilirim.
  • 26-03-2014, 19:33:58
    #4
    MAK adlı üyeden alıntı: mesajı görüntüle
    Nerede sıkıntı yaşıyorsunuz acaba ? Admob jar ile yüklemeyi sorunsuz yapıyorum. Gerekirse yardımcı olabilirim.
    MainActivity.java ya ekledigim de bir türlü olmuyor.
    Bu link ten alıyorum kodları ama..
  • 02-04-2014, 16:17:45
    #5
    MAK adlı üyeden alıntı: mesajı görüntüle
    Nerede sıkıntı yaşıyorsunuz acaba ? Admob jar ile yüklemeyi sorunsuz yapıyorum. Gerekirse yardımcı olabilirim.
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:tools="http://schemas.android.com/tools"
        android:id="@+id/linearLayout"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/background_color"
        android:gravity="center_horizontal"
        android:orientation="vertical"
        tools:context=".Main" >
    
        <TextView
            android:id="@+id/titleTextView"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginBottom="10dp"
            android:gravity="center"
            android:text="@string/quiz_title"
            android:textColor="@color/text_color"
            android:textSize="@dimen/title_size" />
    
        <TextView
            android:id="@+id/questionNumberTextView"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginBottom="10dp"
            android:layout_marginTop="10dp"
            android:textColor="@color/text_color"
            android:textSize="@dimen/text_size" />
    
        <ImageView
            android:id="@+id/flagImageView"
            android:layout_width="@dimen/flag_width"
            android:layout_height="@dimen/flag_height"
            android:adjustViewBounds="false"
            android:contentDescription="@string/flag_image" />
    
        <TextView
            android:id="@+id/guessCountryTextView"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginBottom="10dp"
            android:layout_marginTop="10dp"
            android:text="@string/guess_country"
            android:textColor="@color/text_color"
            android:textSize="@dimen/text_size" />
    
        <TableLayout
            android:id="@+id/buttonTableLayout"
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="1"
            android:stretchColumns="0, 1, 2" >
    
            <TableRow
                android:id="@+id/tableRow0"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:orientation="horizontal" />
    
            <TableRow
                android:id="@+id/tableRow1"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:orientation="horizontal" />
    
            <TableRow
                android:id="@+id/tableRow2"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:orientation="horizontal" />
        </TableLayout>
    
        <TextView
            android:id="@+id/answerTextView"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:gravity="center"
            android:textSize="@dimen/answer_size"
            android:textStyle="bold" />
        
    
    </LinearLayout>
    kod um bu hocam yardımını bekliyorum..