[android-developers] Loading URL after 'splash screen' in webwiev without android browser

2012-03-12 Thread Furkan
Hi.. here is my java activity code. android applicaton can not go in webwiev after loading url. activity: package com.phonegap.helloworld; > import org.apache.cordova.DroidGap; > > import android.os.Bundle; > public class App extends DroidGap { > /** Called when the activity is first created.

[android-developers] webwiev in eclipse

2012-03-12 Thread Furkan Adıgüzel
Hi. I Could not solve the problem with webwiev in eclipse. my java activity: package com.phonegap.helloworld; import org.apache.cordova.DroidGap; import android.os.Bundle; public class App extends DroidGap { /** Called when the activity is first created. */ @Override publ

[android-developers] [HELP] WebView issue

2012-03-12 Thread Furkan
Hi mates. I have problem with webwie in eclipse. my java activity: package com.phonegap.helloworld; import org.apache.cordova.DroidGap; import android.os.Bundle; public class App extends DroidGap { /** Called when the activity is first created. */ @Override public void

[android-developers] the listener only responses to last item added to main view.

2012-02-19 Thread furkan katman
here is the code .. package com.android.KickOffPro; import java.util.Random; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.view.ViewGroup.LayoutParams; import android.widget.Button; import android.widget