Learning to build mobile apps is not an easy endeavor. It can be done, but you must have the drive & aptitude (plus the time) to overcome the challenges. If you are looking to create a mobile app for your business (or idea), you probably should hire a qualified professional.
I know many talented (& affordable) app developers (freelancers & agencies). I'd be happy to provide an introduction.
I found that by adding import android.webkit.WebView;
it gets rid of 2 of the errors. now it just says
The method findViewByID(int) is undefined for the type HelloWebAppActivity HelloWebAppActivity.java /HelloWebApp/src/testdev/HelloWebApp line 13 Java Problem
Yeah I get errors when i try to run the code. It says
Description Resource Path Location Type
The method findViewByID(int) is undefined for the type HelloWebAppActivity HelloWebAppActivity.java /HelloWebApp/src/testdev/HelloWebApp line 12 Java Problem
WebView cannot be resolved to a type HelloWebAppActivity.java /HelloWebApp/src/testdev/HelloWebApp line 12 Java Problem
WebView cannot be resolved to a type HelloWebAppActivity.java /HelloWebApp/src/testdev/HelloWebApp line 12 Java Problem
ok nevermind I follow everything on this video tutorial and when I try to run the app I get "Your project contain errors please fix them before running your application" any ideas?
Good, I like that you share this video, I wish success always This is a simple way to build iPhone App with HTML5/CSS/JavaScript.
The hi resolution version is available a
imegatrone 3 hours ago
Your Video Is Very Useful Sharing This is a simple way to build iPhone App with HTML5/CSS/JavaScript. The hi resolution version is available
bundawartini 8 hours ago
anyone know the best responsive framework for mobile app development?
freq32 2 weeks ago
Thanks a lot!
1234hashable 3 weeks ago
This has been flagged as spam show
Great Help..Thanks For The Tutorial.. :)
talk2devid 1 month ago
Great Help..Thanks For The Tutorial.. :)
talk2devid 1 month ago
Why is it iPhone in the description and Android in the title...
2010MConnolly 1 month ago
@2010MConnolly Because it's cross platform.
necraduq 3 weeks ago
@necraduq Yeah sorry. Realized how retarded that was after I posted the comment haha
2010MConnolly 3 weeks ago
Here are the fixes for your errors:
Problem: "id cannot be resolves or is not a field"
Solve: Open the res/layout/main.xml file with the Text Editor and add following into the TextView Element:
android.id="@+id/webView"
Problem: "webview cannot be resolved or is not a field"
Solve: The problem is the casting. Try "(WebView)findViewBy..." and not "(webView)findView..." (Capital W).
cbergau86 1 month ago
This has been flagged as spam show
Learning to build mobile apps is not an easy endeavor. It can be done, but you must have the drive & aptitude (plus the time) to overcome the challenges. If you are looking to create a mobile app for your business (or idea), you probably should hire a qualified professional.
I know many talented (& affordable) app developers (freelancers & agencies). I'd be happy to provide an introduction.
Brett
dev (at) cspreston (dot) com
csprestonable 1 month ago
Needs audio.
buzzpal 1 month ago
I found that by adding import android.webkit.WebView;
it gets rid of 2 of the errors. now it just says
The method findViewByID(int) is undefined for the type HelloWebAppActivity HelloWebAppActivity.java /HelloWebApp/src/testdev/HelloWebApp line 13 Java Problem
jcrsantiago 2 months ago
Yeah I get errors when i try to run the code. It says
Description Resource Path Location Type
The method findViewByID(int) is undefined for the type HelloWebAppActivity HelloWebAppActivity.java /HelloWebApp/src/testdev/HelloWebApp line 12 Java Problem
WebView cannot be resolved to a type HelloWebAppActivity.java /HelloWebApp/src/testdev/HelloWebApp line 12 Java Problem
WebView cannot be resolved to a type HelloWebAppActivity.java /HelloWebApp/src/testdev/HelloWebApp line 12 Java Problem
jcrsantiago 2 months ago
+1 for not copying and pasting doctype
techfreaks89 2 months ago
@techfreaks89 xD that's what I usually do :P
Trunksinflames 2 months ago
@Trunksinflames Half the web developers do that (including me hehehe) Thanks to HTML 5 and Zen Coding that I don't have to do it anymore.
techfreaks89 2 months ago
Superb Info.... Thanks for sharing man...
Abhishek88125 2 months ago
BTW do you have any video which explains building an android app with prepopulated database???
naveenvenkatv 3 months ago
Excellent 4 min video.. Thanks!!!
naveenvenkatv 3 months ago
Worked a treat! A nice simple intro to get people off the ground.
Cheers
evilslash13 4 months ago
Hey, this works fine and its so easy even I don't know Java! Together with HTML5 we can build amazing apps! ;)
werna99 4 months ago
u should have put some back ground music
praveenchukka 4 months ago
thanks, really helpful
3azab2 5 months ago
update - i reset and started from scratch and it works fine now
macrogrizzly 8 months ago
thanks for the tutorial. i get errors too - namely three java problems:
1) id cannot be resolved or is not a field
2) webview cannot be resolved to a type
3) webview cannot be resolved to a type
I'll goggle them to see what the problem is, but any help appreciated
macrogrizzly 8 months ago
@macrogrizzly try (WebView) not (webView).
cbergau86 1 month ago
ok nevermind I follow everything on this video tutorial and when I try to run the app I get "Your project contain errors please fix them before running your application" any ideas?
jesshurun 8 months ago
@jesshurun checkout Problem tab. you could see details on the "errors". what did it say?
jdongsu 8 months ago
hey THANKS! for this tutorial, was of great help
jesshurun 8 months ago
schlecht download link geht ned
legoboy99lord 11 months ago