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

Search results

  1. A

    Apps limite data from database

    I want to retrieve data from the database. The number of data is fixed and when new data is entered the oldest data is deleted. How can I do that? What to use to erase old data and store new data? I have 25 data location and there will always be new data.
  2. A

    Apps HistoryActivity

    Hi!! I want to create historyactivity.I'll show up to 15 pictures and over 15 is automatically deleted.The user can search words and every word has a picture. All words and images were saved in a database. I want to show you the last 15 picture in history as menu. Can anyone help me? How...
  3. A

    Apps Helppp

    I cant show image. What the is problem? import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import com.enea.takk.R; import com.enea.takk.database.DBManager; import com.enea.takk.services.WordListAdapter; import android.content.Intent; import...
  4. A

    Apps Help!!!!

    Hi, I need help!!! my code is near the page. And my question is: I want to show the word image by clicking on the word. How can I create onclicklistener in the ExpandableList? Thanks public class Categories extends ExpandableListActivity { private static final String NAME = "NAME"...
  5. A

    Help!!!!

    Hi, I need help!!! my code is near the page. And my question is: I want to show the word image by clicking on the word. How can I create onclicklistener in the ExpandableList? Thanks public class Categories extends ExpandableListActivity { private static final String NAME = "NAME"...
  6. A

    I need help!!!!

    Hi, I need help!!! my code is near the page. And my question is: I want to show the word image by clicking on the word. How can I create onclicklistener in the ExpandableList? Thanks public class Categories extends ExpandableListActivity { private static final String NAME = "NAME"...