Android Beginner Questions
Posted: Sun May 05, 2013 11:03 pm
Hi all,
My first app is becoming multi-system able now.. It's an easy thingy, but good to try stuff.
I figured out how to get everything looking nice on both resolutions.
But I'm struggling with some stuff:
1. On Windows and OSX I can edit some text fields easily as they should be. However, on Android they are write-protected. I can focus on them, but cannot write. The MacBook-Keyboard does not generate any input, and the SoftKeyboard does not come up at all. How do I do that?
2. What is the best way to make the App look nice on Android? At the moment it's all black and grey, no design at all. I set the background color on white on Win/OSX, but that does not reflect on Android.
3. My app is basically to read the status of some of my webservers using a curl command and displaying the result. I managed this on OSX (curl native), windows (curl installed). Can I run a script on Android to access native commands?
Thanks a lot
Pascal
My first app is becoming multi-system able now.. It's an easy thingy, but good to try stuff.
I figured out how to get everything looking nice on both resolutions.
But I'm struggling with some stuff:
1. On Windows and OSX I can edit some text fields easily as they should be. However, on Android they are write-protected. I can focus on them, but cannot write. The MacBook-Keyboard does not generate any input, and the SoftKeyboard does not come up at all. How do I do that?
2. What is the best way to make the App look nice on Android? At the moment it's all black and grey, no design at all. I set the background color on white on Win/OSX, but that does not reflect on Android.
3. My app is basically to read the status of some of my webservers using a curl command and displaying the result. I managed this on OSX (curl native), windows (curl installed). Can I run a script on Android to access native commands?
Thanks a lot
Pascal