Android
4 notes.
Java: Change the Call Forward Number on an Android phone programmatically
We can easily set/change the call forward number on gsm Android phones. Here i am showing you to change/set the call forward number for "Unconditional forwarding".
android.os.NetworkOnMainThreadException due to StrictMode.ThreadPolicy
StrictMode.ThreadPolicy was introduced since API Level 9 and the default thread policy had been changed since API Level 11, which in short, does not allow network operation (include HttpClient and HttpUrlConnection) get executed on UI thread. if you do this, you get NetworkOnMainThreadException.
Install Android on your system to test it using Google Android LiveCD
Want to try Google Android? Today is no longer necessary to have a mobile phone with Android installed to be able to prove it.Recently released a new version…
Google Android applications will be soon available on Ubuntu
It is confirmed: Ubuntu can run Android applications.As advanced a few days ago, has confirmed that Canonical is working on developing an environment that will allow the execution…