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

Search results

  1. A

    Apps how to create a session for remember me (login authentication) in android

    I have developed a code for login/register authentication. I want to add the remember me feature in my app. I am new to android.i want to know clearly about session for remember me. can you guide me right direction...? Here is my code for login: public class LoginActivity extends Activity {...
  2. A

    Apps FATAL EXCEPTION:main in android listview

    E/AndroidRuntime(8250): FATAL EXCEPTION: main E/AndroidRuntime(8250): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.sample/com.example.sample.MainActivity}: java.lang.NullPointerException E/AndroidRuntime(8250): at...