Merhaba arkadaşlar admob eklemede son güncellemelere uygun açıklamalı bir yazı varmı bildiginiz..
Şuan sıkıntı yaşıyorum eklemede..
Admob Ekleme Yardım.
4
●618
- 26-03-2014, 00:17:30
- 26-03-2014, 19:24:49Kimlik doğrulama veya yönetimden onay bekliyor.Nerede sıkıntı yaşıyorsunuz acaba ? Admob jar ile yüklemeyi sorunsuz yapıyorum. Gerekirse yardımcı olabilirim.adminaktuel adlı üyeden alıntı: mesajı görüntüle
- 26-03-2014, 19:33:58MainActivity.java ya ekledigim de bir türlü olmuyor.MAK adlı üyeden alıntı: mesajı görüntüle
Bu link ten alıyorum kodları ama.. - 02-04-2014, 16:17:45MAK adlı üyeden alıntı: mesajı görüntüle
<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..