Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    Have you tried search before - stackoverflow.com/q/10299839/940096 And, if you wanna do some features like extract text and searching text and etc. You can take a look at this Commented Oct 15, 2012 at 13:34
  • what you're trying to achieve is slightly outside the android philosophy. Android was buit on small re-usable blocks (heritage from it's linux base), so that you can focus on your actual app and not have to re-write existing stuff. Commented Oct 15, 2012 at 14:01
  • @Budius what do you mean by re-write existing stuff? Commented Oct 15, 2012 at 14:05