How to go to a particular activity on list item click?

后端 未结 4 1630
感情败类
感情败类 2020-12-06 23:07

I am developing an application in android in which i creating a list view of few items. I want to call a class on each list item click.Here is my code

import         


        
4条回答
  •  南方客
    南方客 (楼主)
    2020-12-06 23:41

    Please change Below in AndroidManifest.xml

     
            
                
                
            
     
    

    also add below line

    
    

    then try it.

    If not success the check below link.

    DEBUG/SntpClient(60): request time failed: java.net.SocketException: Address family not supported by protocol

    http://developer.appcelerator.com/question/117360/javanetsocketexception-address-family-not-supported-by-protocol

提交回复
热议问题