java
How to set onclicklistener listview to send to another listview
String [] item= getResources().getStringArray(R.array.Liste); ArrayAdapter arrayAdapter=new ArrayAdapter<String>(this,R.layout.row_item,R.id.textView,item); lv.setAdapter(arrayAdapter); lv.setOnItemClickListener(new AdapterView.OnItemClickListener() { #Override public void onItemClick(AdapterView<?> parent, View view, int p, long id) { } }); }
Just onClick with ListView to another ListView with onClick. Then onClick to the ListView. Thanks sir.
Related Links
Overriding hashcode method for class with lists of objects as fields
Why is autoboxing not allowed for primitive arrays when using Arrays.sort()?
Method to set unit measure
Order by, group by, first result in HQL (convert from Oracle SQL)
Why cannot I catch the exception thrown in nested catch clause using 'outer' catch?
How to delete row in access using JOption Pane?
Adding new objects to arrayList isnt working
How to get methods in source order
Can a Hazelcast ExecutorService be created to execute on a subset of the cluster?
Building and exporting a very large tree structure with limited memory
How do you combine abstract factory with singleton pattern? [closed]
How to load JSON using ObjectMapper to map to a specific class structure?
Exception in thread main - How do I fix this [duplicate]
OpenJDK throws “certificate chaining errors”
How would I create a responsive layout in Java Swing
One use Java audio?