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

Search results

  1. R

    Apps Start Activity from where it stops

    I have 2 activity...suppose i name it activity A and activity B.When the application starts it shows activity A.Then after 5 seconds,it automatically switch to activity B.Activity B contains a listview and checkboxes with each item of listview.If user checks something then he press back button...
  2. R

    Listview with buttons at bottom

    I am newbie in android.I'm designing a listview which code is- listview.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent"...
  3. R

    Accessing arraylist problem from another class

    Hello,i'm new in android development field and in my first project i'm doing a facebook application which loads friends name and birthdates. Below is the method which returns friends name and birthday.. //class1.java public void getDates_method() throws JSONException...