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

Search results

  1. A

    Apps https cannot get request

    i need to write an app that gets parameters from a https get request I am using the following code package org.example.encrypt;   import android.app.Activity; import android.text.*; import android.os.Bundle; import javax.crypto.*; import java.net.*; import java.io.*; import...