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 4 of 4

Thread: Events in Android

  1. #1
    Member
    Join Date
    Oct 2011
    Posts
    53
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Events in Android

    Hello,

    I would like to ask just a quick thing: could someone give me the 'mobile' version of these events?


    public void mouseDragged(MouseEvent e)

    public void mouseWheelMoved(MouseWheelEvent e)


    And also what kind of implementation I should use.

    I have googled a bit, but I could not figure out the 'mouseDragged'. I found something, but I want to be sure it is an equal event (of course with the touch involved)


  2. #2
    Member
    Join Date
    Oct 2011
    Posts
    53
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Re: Events in Android

    I solved it.
    It can be closed.

  3. #3
    Junior Member andolasoft's Avatar
    Join Date
    Feb 2012
    Location
    USA
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Events in Android

    Now Android is very popular Application in Application development world.

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Events in Android

    Quote Originally Posted by andolasoft View Post
    Now Android is very popular Application in Application development world.
    wtf does that have to do with anything in this post?

Similar Threads

  1. Events on JOptionPane dialogs
    By beer-in-box in forum AWT / Java Swing
    Replies: 6
    Last Post: March 23rd, 2012, 01:33 AM
  2. JButton events
    By pottsiex5 in forum AWT / Java Swing
    Replies: 9
    Last Post: September 27th, 2011, 12:57 PM
  3. [SOLVED] events log
    By nasi in forum Java Theory & Questions
    Replies: 1
    Last Post: May 17th, 2010, 05:21 AM
  4. JComboBoxes & Events
    By KevinGreen in forum AWT / Java Swing
    Replies: 3
    Last Post: April 21st, 2010, 05:11 AM
  5. Connecting events
    By Olufemi in forum AWT / Java Swing
    Replies: 0
    Last Post: April 21st, 2010, 04:58 AM