1
vote
1answer
20 views

Searching through listview populated from a database

I am very new to android so this might sound stupid. I have a listview populated from a databse. I want to search through it and display the items in the list as the user types in the searchbox. Found ...
0
votes
1answer
12 views

Keep search interface open

Is there a way to keep the search (widget or dialog) open even if the user clicks on the screen? I've seen many Google apps doing this (Keep, GMail, Youtube...) but not so many apps from external ...
0
votes
0answers
9 views

Get Specific XML Nodes

I want to retrieve specific XML nodes from my Android App. The specification is given by users. They use keywords and my app is supposed to search the XML file using those keywords and display the ...
1
vote
0answers
19 views

how to use custom color to highlight searched text in webview of android version 3.1

I have a thinkpad tablet of android 3.1, I have an app using WebView, and search some keywords, but the searched text not highlight, how to change the default highlight color of findAll and findNext ...
0
votes
0answers
21 views

Allowing user to search the app

the app I'm building needs to let the user do a search that can take them anywhere in the app. Not only that, but it has to take them to a specific place. For example if I do a search for "Intel" and ...
0
votes
2answers
44 views

How to retrieve data from sqlite file

I am doing a search operation.I created a DBadapter. I am only able to manually insert values and perform the search. But i want to insert data from an sqlite file.How to proceed? Should I place that ...
0
votes
2answers
38 views

How do I Google Search within my app from multiple text inputs

I'm trying to build an app in which a user inputs ingredients into multiple text fields displayed within my app. when the user presses enter all of their text is formatted as a Google search, my app ...
1
vote
0answers
15 views

Searching through a list and display results with Search Interface

I am trying to implement a search feature in my app where there is a list of people and the user can search for a specific person. I am having trouble implementing this idea. I am assuming I will be ...
0
votes
1answer
26 views

Why is getFilter() for ListView Search Throwing NullPointer?

I am a noob to android development and I am having trouble implementing searchable ListView. I started by using this android hive tutorial and I made my custom adapter Filterable and overrided the ...
0
votes
1answer
40 views

Why Is ActionBarSherlock SearchView Not Working?

I'm a noob to android development and I'm trying to implement the search bar so that i can search a listview. I have no issues getting the searchview to appear. However, when I enter text into the ...
-4
votes
2answers
40 views

Search through android app [closed]

I'm trying to create android app that contains lists where I want to search in it using the search bar and also search in the app features. In other words, I'm creating app that shows IT courses in a ...
1
vote
2answers
46 views

How to search files based on type

I'm building an app that records for a few minutes and saves to app folder, now i need a way lo get all .3gp files from folder and post them to server, i have no clue how to search for type files in ...
0
votes
1answer
32 views

search if is a pdf reader app installed - Android

could you help me? I want when enter a specific activity (suppose test device) check if there is any application to read pdfs, if not, display a toast saying that the app is not installed, I neeed to ...
0
votes
5answers
96 views

Fast way to search in the List<String> in Android

Problem Description I have list of strings, which contains 8000 items. Items which contains list are described below. List<String> stringList = new List<String>(8000); ...
-1
votes
0answers
21 views

opening default search keyboard in iphone/android with search button in place 'Return' javascript [closed]

Like.. For browser window in mobile, we have 'go'. similarly, if want to open keyboard with 'search'..?(in javascript/jquery). Thanks in advance.
1
vote
0answers
36 views

Which is the best searching technique for file search in android mobile?

Can any body tell me which is the best searching technique for searching files on android mobile.? I hv used sequential searching technique. Is there any algorithm which is more efficient than ...
0
votes
1answer
48 views

Android Search Using Fragments

I need to do an android search using fragments and have been looking at this: Android search with Fragments I have a couple of questions, however, regarding the 1st answer. I do not want a new page ...
0
votes
0answers
54 views

Custom Google API Search Android Not Working

I tried the code in this link for executing a Google Search within an Android app (using an Async Task): Java code for using google custom search API but I'm experiencing a FileNotFoundException as a ...
0
votes
0answers
64 views

how to implement search directly from server

I want to implement search directly from the data on server. For example search from google.com. A edittext, like in search bar of google a word in edittext then it hits the server and fetch the ...
0
votes
2answers
130 views

Batch file to search for the existance of .odex file in android system/app

I am working on a large batch file and have a small section that I need help with. I want to do the following. For every *.apk in \mod folder search the phone /system/app for the the .odex version of ...
0
votes
2answers
72 views

problems with search interface in android app

Hi I am trying to create the search interface for an android app. I have followed the android developers tutorial but I'm still getting errors. I don't know where I have gone wrong, please help! I'm ...
0
votes
1answer
60 views

Implementing android music search

I am implementing a music player for android and want to implement the search functionality. The search should look for albums, artists and titles and i want them to be displayed differently. Also if ...
0
votes
0answers
44 views

Search Widget fire ACTION_SEARCH intent twice when user search a word

I follow the android documentation to write an application with search widget. But I found that two ACTION_SEARCH intents are sent to the SearchActivity. So, I doubt that is that my fault. And then ...
0
votes
1answer
64 views

Searching a listview when the array is in the strings xml

I am having an issue with my function that searches my list. The list array used to be attached to a String[] in the actual .java files but I moved the array into the strings xml file to implement ...
-2
votes
1answer
49 views

String List array search for a string

Im having problems with searching through a list array trying to find certain string and then storing that string into a variable called name private List<String> listview_array1 = ...
1
vote
1answer
87 views

How to index media files in android for fast search

I have music application which can play music from cloud. Users can download their favorite songs to listen without internet-connection. Earlier file-names of downloaded songs exactly matched their ID ...
0
votes
0answers
28 views

Android Speech Mashup Search in a txt file

I'll try to explain my question as clear as possibile. I would like to use AT&T speech mashup technology to build a grammar and use it to make a "Search and Display Information" app. The fact ...
0
votes
3answers
75 views

Create a search box in android

I need to create a search box in android where it check the data from arraylist if it is in there it will return to that page. code: String[] text = { "One", "Two", "Three", "Four", "Five", "Six", ...
0
votes
1answer
58 views

How to search streets in Google Maps api2 for Android

In my app, I want to let the user search for street (as in google maps web), and then display a cuople or markers and the route to the searched street. But, I dont found how to add the "Search Box" ...
0
votes
2answers
77 views

Why can't my code find my value even though i know it's there?

**Here im trying to confirm that if a value is found so that i can move to the next page.** public void onClick(View arg0) { sqlStuff search1 = new sqlStuff(search_page.this); switch ...
0
votes
1answer
17 views

Overriding `query()` in ContentProvider prevents Recent Suggestions From Showing

I have an app that stores user search history. I am now adding Custom Suggestions as well. This required me to add one more method, query() and override it in my MyCustomSuggestionProvider class. ...
0
votes
1answer
32 views

What ContentProvider to use? For Recent Search Suggestions AND Custom Suggestion

In the search.xml file, I have android:searchSuggestAuthority="com.---.---.MyCustomSuggestionProvider" But unless I am mistaken, if you want to implement both recent search and custom search, you ...
1
vote
1answer
37 views

search in a webpage..Android

I need to search in a web page..I developed and android application..in which when the user presses the button the web page wiill be opened but i need the user to enter a keyword and when user ...
2
votes
2answers
65 views

how to download a page in android

I am developing an android app in which the app has to download a webpage..for that how the code has to write.if any one know please help. The page I needed to download and view in webview is this ...
0
votes
1answer
65 views

Android search intent not started

I'm trying to implement an Android search activity. For my app I want to display a search field in the middle of the front page, and start a new activity when the user searches. My frontpage looks ...
6
votes
1answer
100 views

Android - search dialog with Custom Suggestions

I have a search dialog which needs to be suggestion enabled from the database as shown here http://developer.android.com/images/search/search-suggest-custom.png. My search dialog will be shown at the ...
0
votes
0answers
49 views

How to search for a keyword in a website

I developed an Android app..it will search for keywords in a site I given...but now the problem is i given the site http://stackoverflow.com/ to be searched and when the user gives the keyword for ...
0
votes
1answer
117 views

ActionBar SearchView not fully expanding in landscape mode

When using the action bar search interface, the widget expands to occupy the full width of the screen in portrait mode, but stops short in landscape mode. Is there a way to set the expansion layout ...
0
votes
2answers
62 views

Search any web with keyword in Android

I developed an app..that will search for keywords that the user entered in the edittext...the app is working fine..but now the app only searches in Google..I need to search the keyword the user is ...
-2
votes
1answer
20 views

Searchable pages in android app [closed]

I have saved several html pages, which I want to put into an android app that allows offline searching of heading of these html pages. How can this be achieved?
0
votes
2answers
33 views

Adding Search functionality to TabActivity

As per my application requirement i created a activity which extends TabActivity, added Tabs and different Activities as Content for those tabs. Upto this everything okay, but I want to add search ...
1
vote
1answer
46 views

Switch tabs using button to go to another tab by entering the tab number?

I have total of more than 1000 tabs/pages to view. I want to be able to view any tab/page by entering a number to EditText and when clicking on the Button it should jump to the specified tab. For ...
0
votes
0answers
90 views

Android - Convert a Cursor / ArrayList to a Cursor

Scope I want to implement custom search suggestion in my Android application. For this, I have to write my own ContentProvider. Now, the ContentProvider has this method query that I need to override. ...
1
vote
2answers
30 views

Searching text file uncertainity

Friends I have a piece of code that reads a text file and search for the matching word but there is uncertainty while searching through the text file. Sometimes it is able to match the words and ...
2
votes
0answers
41 views

Searchable activity being called twice

I'm trying to create my first Android app and in the process of adding to it SEARCH functionality. I've followed the Android Developer documentation to add both the Search dialog and widget. ...
0
votes
1answer
66 views

How to close/iconify SearchView after pressing on “Find” button?

I am using SearchView as described in tutorial Creating a Search Interface. I use option android:launchMode="singleTop" to perform search in the current activity. After pressing on "Find" button ...
0
votes
1answer
53 views

How to implement custom search on the server database in Android 2.3?

I have to implement custom search in my application for android 2.3.I have some EditText in which user type one letter and then I send response to the server, retrieve all the results matches this one ...
1
vote
0answers
68 views

Android search for non ascii cyrillic characters

I'm developing an app that is highly localized for my country, Macedonia. Over here we use Cyrillic alphabet. So the user needs to search for venues trough a search view. How to search for Cyrillic ...
0
votes
0answers
36 views

How to configure Android searchable.xml for different API levels

Because of a bug in the Android source code for Android 4.0 and 4.1, voice search in my application causes a crash(Bundle not passed through voice search intent). Because the nature of this bug, it is ...
2
votes
2answers
454 views

FileInputStream, FileOutputStream - check file for specific value/line/string

I consulted this community already a few times, but nevertheless it seems I'm still to unexperienced to solve my problems on my own. My latest problem is the following: I have a file, created in ...

1 2 3 4 5 12