Ghanendra
Ghanendra
use this code to get the item selected and position: ``` spinner1.setOnItemClickListener(new AdapterView.OnItemClickListener() { @Override public void onItemClick(AdapterView parent, View view, int position, long id) { Log.d(TAG," selected spinner "+...
@malkes can you post your code pls?
use this code to get the item selected and position: spinner1.setOnItemClickListener(new AdapterView.OnItemClickListener() { @Override public void onItemClick(AdapterView parent, View view, int position, long id) { Log.d(TAG," selected spinner "+ position);...
@luckylooke when i try to use that repo u mention i get error as follows: ```` W > cordova plugin add https://github.com/ihadeed/cordova-filechooser --save ✖ Running command - failed! [ERROR] Cordova...
Hello @damccorm , I started looking at this issue. After reading more about this, a way to implement a global timeouts for the unit tests is to create a base...