tente por bundle:
Bundle bundle = getIntent().getExtras();
String titulo_feed = bundle.getStringExtra("titulo");
String link_feed = bundle .getStringExtra("link");
Diego Brunet
PAF-ECF (UFG)
PAF-ECF (UFG)
Labtime (UFG)
Sistemas de Informação (UFG)
Sistemas de Informação (UFG)
On Mon, Feb 4, 2013 at 2:51 PM, Felipe Cauê Legal Benedito <felipecaue.lb@gmail.com> wrote:
Declarei sim!!Se eu não fizer com passagem de valor, ele funciona perfeitamente.Código do AndroidManifest.xml:<?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android"package="com.darkreddragon.rssreader"android:versionCode="1"android:versionName="1.0" ><uses-sdkandroid:minSdkVersion="8"android:targetSdkVersion="9" /><uses-permission android:name="android.permission.INTERNET"/><applicationandroid:allowBackup="true"android:icon="@drawable/ic_launcher"android:label="@string/app_name"android:theme="@style/AppTheme" ><activityandroid:name="com.darkreddragon.rssreader.MenuActivity"android:label="@string/app_name" ><intent-filter><action android:name="android.intent.action.MAIN" /><category android:name="android.intent.category.LAUNCHER" /></intent-filter></activity><activityandroid:name="RssReaderActivity"android:label="@string/app_name" ></activity></application></manifest>--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.






0 comentários:
Postar um comentário