Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Website with aditional functions using WebView

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Website with aditional functions using WebView

    So I'm developing a website where I can see lists, register produts and stuff but when I open this website on a mobile device, I want to be able to scan QRcodes, take pictures and stuff like that. I thought of making the website for desktop and loading it up through WebView so I can add the extra functionality through java. Is that my best solution for that? I read somewhere that using webview serverside wasn't "good", so I don't know...


  2. #2
    Member
    Join Date
    Nov 2013
    Location
    Bangalore, India
    Posts
    70
    My Mood
    Cool
    Thanks
    0
    Thanked 6 Times in 6 Posts

    Default Re: Website with aditional functions using WebView

    Yes webview just acts like a container or browser to host your applications and its not suggested to put a lot of logic in webview however if its written as an android app then you can create a new activity to do whatever you want.

  3. The Following User Says Thank You to dineshj83 For This Useful Post:

    dhulke (December 13th, 2013)

Similar Threads

  1. Using functions in a calculator
    By aesguitar in forum Java Theory & Questions
    Replies: 9
    Last Post: November 17th, 2013, 10:54 AM
  2. How this GUI functions
    By mathobject in forum Java Programming Tutorials
    Replies: 3
    Last Post: October 15th, 2012, 08:10 AM
  3. Hash Functions
    By Blueshark in forum Java Theory & Questions
    Replies: 3
    Last Post: July 2nd, 2012, 03:04 PM
  4. need help with using trig functions
    By Tdogg in forum What's Wrong With My Code?
    Replies: 3
    Last Post: July 1st, 2012, 06:47 AM
  5. Directing JButtons to functions?
    By scopolamine in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 10th, 2011, 11:22 AM