• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. G

    Apps Get phone country/area code, anyone?

    Hi, I know that I can get some informations from the Sim card by using the TelephonyManager class, but I couldn't find any specific method to get its country and area code, and also if the user is on roaming the area code would probably change to the location he currently is. Any help would be...
  2. G

    Apps Replace "Done" button from SoftInput

    Hello guys, I'm building an application that I would like to change the button image or at least change its text, so that I can do whatever I want to when that button is pressed. Any suggestions?
  3. G

    Apps ROAMING on Android, has anyone ever worked with it???

    Hello guys, I'm working on a project that I need to know whether the device is on roaming or not. I've been digging until the very last page of Google without success, I haven't found any sample code of how to accomplish that. This is the far that I could go: ServiceState ss = new...
  4. G

    Apps how to define a static view?

    Hi guys, I'm new to android and I'm having some issues trying to figure out how to have a header as a static view with an edit text and the rest of the layout can be either a dynamic ListView, ImageView or a view that contains an EditText. I have no idea how to do that because when I try...