[android-developers] Re: Android Layouts Are Horrible

2011-04-05 Thread Craigbtx
I agree with Dirk and others. After using Microsofts development environment, Visual Studio and asp.net for me, there is no reason to code database connections, html tables of data etc., sql update, delete and insert commands. If you know them that is great and it is helpful. But by having a full

[android-developers] Re: WebView and Linear Layout

2011-02-22 Thread Craigbtx
This works for me at its simplest. ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent WebView android:id=@+id/webview

[android-developers] Re: WebView Page Not Found Error Trapping

2011-02-15 Thread Craigbtx
webview.loadUrl(http://www.MyWebsite.com;); } } On Feb 14, 2:51 pm, Craigbtx craig...@austin.rr.com wrote: Can you give me some sample code? I am learning and only done android programming for 2-3 weeks. On Feb 14, 2:26 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Feb 14, 2011

[android-developers] WebView Page Not Found Error Trapping

2011-02-14 Thread Craigbtx
I am using webview. If the page is not correct or the website is down, how can I error trap a page not found and show the users an error page or some othe page? I am very much a beginner so I need examples of code. @Override public void onCreate(Bundle savedInstanceState) {

[android-developers] Re: WebView Page Not Found Error Trapping

2011-02-14 Thread Craigbtx
, 2011 at 1:21 PM, Craigbtx craig...@austin.rr.com wrote: I am using webview. If the page is not correct or the website is down, how can I error trap a page not found and show the users an error page or some othe page? I am very much a beginner so I need examples of code.  @Override

[android-developers] Re: WebView Page Not Found Error Trapping

2011-02-14 Thread Craigbtx
Can you give me some sample code? I am learning and only done android programming for 2-3 weeks. On Feb 14, 2:26 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Feb 14, 2011 at 3:23 PM, Craigbtx craig...@austin.rr.com wrote: I have the OnReceivedError event I get the dialog Internet

[android-developers] Re: Error trap webview.loadUrl

2011-01-18 Thread Craigbtx
Are there any example? I can't seem to find any. Thanks On Jan 14, 6:47 pm, TreKing treking...@gmail.com wrote: On Thu, Jan 13, 2011 at 6:27 AM, Craigbtx craig...@austin.rr.com wrote: When using the Webview how do you error trap webview.loadUrl(http:// MyURL.com) when a internet

[android-developers] Error trap webview.loadUrl

2011-01-14 Thread Craigbtx
When using the Webview how do you error trap webview.loadUrl(http:// MyURL.com) when a internet connection does not exist? Thanks Android newbie! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Default keyboard in application

2011-01-04 Thread Craigbtx
be numeric. Thanks Craigbtx I was hoping to set some property in my code below, like you might do for a TextView. Listed below is all my code. LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:orientation=vertical android:layout_width=fill_parent