Posts by xtheosirian • 91 points
2 posts
-
4
votes1
answer647
viewsA: Updating Apk on Google Play
I have to generate apk with the same Keystore that was created by the initial developer? Yes. And if he lost the file what can I do? Then the only way is to upload a new application and delete the…
androidanswered xtheosirian 91 -
2
votes1
answer747
viewsA: "If the "such" item is selected from spinner1, then "tal2" item from spinner2 is selected" how to do an if in that?
When you set the spinner, put this code together to define a System that runs every time the selection changes. spinner.setOnItemSelectedListener(new OnItemSelectedListener() { @Override public void…