Search results

  1. A

    Thread How to detect external events on android phone?

    how can i detect if user has selected an item by long press on external storage files by android system?
  2. A

    Thread How to create an android application like dumpster which recycles data?

    i am trying to find any resource or steps necessary to create my own app which acts as a recycle bin for photos and videos, from my searching i have learned that data remains in memory even on delete but gets removed when over written ,how to achieve this through coding or is there any other way?