Recent content by legat

  1. L

    “InetAddress” don't work in Android but it works in netbeans

    Goal: Use host adress using InetAddress. Problem: Why does the code not working in android studio? The same syntax code works at at netbeans. What part am I missing? Thank you! Info: *I'm new in android *I'm using API 23 *I also have tried "getByName" but it doesn't work AndroidManifest.xml...
  2. L

    Responsive Design, without web development, for Cellphone and Tablet

    Goal: An app can be used for tablet and cellphone, without hardware's brand, with OP Android Problem: When you do a technical development I need help about these issues How should it enable to take account to the cellphone's difference size in width? I'm thinkign about the responisve design...