[android-developers] Filter requests coming through WiFi hotspot

2016-03-21 Thread Bala Kumar
Hi, Is it possible to find the request URL coming from connected devices in WiFi hot-spot tethering. The requirement is to filter the URL coming from clients, at the Hot-spot enabled mobile device. -- You received this message because you are subscribed to the Google Groups "Android Developers

[android-developers] Filter Devices by Features before Upload

2012-05-23 Thread Robert Massaioli
When I publish an app to the Play store then it will tell me which devices will be able to download my App based on the features () that my app requires. Would it be possible to access that API in another way so that can sift through a list of devices that support a certain feature set without

Re: [android-developers] filter?

2011-07-25 Thread Marcin Orlowski
On Jul 25, 2011 9:23 PM, "bob" wrote: > > What does filter mean in this function? my blind guess it enables bilinear filtering (or so) which slightly decreases performance, but gives better results especially when scalling down. but you shall peek in the sources anyway to verify. -- You receive

[android-developers] filter?

2011-07-25 Thread bob
What does filter mean in this function? public static Bitmap createScaledBitmap (Bitmap src, int dstWidth, int dstHeight, boolean filter) Since: API Level 1 Creates a new bitmap, scaled from an existing bitmap. Parameters src The source bitmap. dstWidth The new bitmap's desired width. dstHeight Th

[android-developers] Filter specific data from cursor before ListView. How?

2011-05-21 Thread Gabriel Simões
Hello, I´ve been searching on the web and here for information but couldn´t find anything related to this problem so I hope you can help me. I´m retrieving information from 2 diferent content providers that are related. Information from one content provider (songs list) should define the rules to

Re: [android-developers] Filter out an application

2011-04-26 Thread Dianne Hackborn
Sorry there is not a way to do this. You'd have to query the package manager yourself and show a selection UI that doesn't include your app. On Tue, Apr 26, 2011 at 5:26 PM, Akshay Goel wrote: > Hello, > > I am struggling with a weird problem. I have an application manifest > that defines inten

[android-developers] Filter out an application

2011-04-26 Thread Akshay Goel
Hello, I am struggling with a weird problem. I have an application manifest that defines intent filters for office files, .doc, .ppt, etc. So, the user can go to an office file in a file explorer, choose open, and select my application. My application is not really a document viewer; it allows a u

Re: [android-developers] Filter for crapps (crap apps)

2010-06-29 Thread Andy Savage
+1 for this. It's kind of ridiculous. One of Apples major arguments for moderation is that the Android App store has lots of crap in it including pornographic stuff. Whatever your view towards that kind of stuff. It would be really nice to filter it. When I search for facebook chat, or gmail I do

Re: [android-developers] Filter for crapps (crap apps)

2010-06-28 Thread YuviDroid
Agreee!! +1 (or +1000...) On Mon, Jun 28, 2010 at 10:03 PM, Shane Isbell wrote: > +1 for filtering. I think it would be pretty useful to be able to tag > applications: picture viewer, web page launchers, etc and then have a > preference section of AM that allows user filtering of those ty

Re: [android-developers] Filter for crapps (crap apps)

2010-06-28 Thread Shane Isbell
+1 for filtering. I think it would be pretty useful to be able to tag applications: picture viewer, web page launchers, etc and then have a preference section of AM that allows user filtering of those types. On Mon, Jun 28, 2010 at 9:25 AM, TreKing wrote: > On Tue, Jun 22, 2010 at 9:16 AM, McDan

Re: [android-developers] Filter for crapps (crap apps)

2010-06-28 Thread TreKing
On Tue, Jun 22, 2010 at 9:16 AM, McDanish wrote: > Does anyone know if there is some sort of filter funktion, either > in Andoid Market itself or in/as an app? > Nope, but it's needed desperately. The amount of garbage in the market has rendered the "Just In List" absolutely useless for discover

[android-developers] Filter for crapps (crap apps)

2010-06-23 Thread McDanish
Does anyone know if there is some sort of filter funktion, either in Andoid Market itself or in/as an app? I am SO tired of flipping through all those weird and for me totally useless "View pictures when you end a call" and others telling me that those jap girls are so cute and for real men. I

Re: [android-developers] filter html and alert baised on criteria entered

2010-05-28 Thread TreKing
On Thu, May 27, 2010 at 7:22 AM, Matthew wrote: > I'm trying to find a way to automatically search html code for a criteria > that shows up each time then bring the app to the front and also send > notification > You may want to clarify this - I, personally, have no idea what you're asking. ---

[android-developers] filter html and alert baised on criteria entered

2010-05-27 Thread Matthew
I'm trying to find a way to automatically search html code for a criteria that shows up each time then bring the app to the front and also send notification -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Filter for Custom ListView

2010-04-20 Thread pawan nimje
Hi, I am having a custom listview [list with image and 2 textbox] and i want to apply filter for it. desc of cust listview: 1:Image i.e flag of country 2:1st textbox (name of country) 3:2nd textbox (name of continent) so when i write " i " in a textbox [different from the ones mentioned above

[android-developers] filter based on cpu type on android market

2010-03-29 Thread sbw.android
hi, I am developing a cpu hungry application. it runs fine only on devices using at least snapdragon/cortex A8 cpus. I can't see any way to restrict access to this application on android market based on cpu. can someone confirm ? maybe the possibility to have filters based on the cpu type should be

[android-developers] Filter in ExpandableListView

2010-03-18 Thread tikky
Hi, I have an ExpandableListView with several groups and each group contains several children. I want to make this list searchable, just like a regular list view. I have a SimpleCursorTreeAdapter (mAdapter) for this expandlable list. I tried to use the built in list filter using: mSearchBox.addT

[android-developers] filter a listview with an arrayadapter not of String type

2010-02-09 Thread Sephy
Hi everybody, I've found here : http://stackoverflow.com/questions/1737009/answer-to-making-a-nice-lo... How to make a text filter on an arrayadapter, my problem as you can see on the post hereabove is that my adapter is not of String type, and then when I use methods getFilter.filter(s), nothing

[android-developers] Filter out contacts from contacts pick list || option to create new contact from pick list

2009-08-19 Thread Riyaz
My application wants a functionality of picking a contact from the phone contact, I have achieved this using the following intent Intent intent = new Intent(Intent.ACTION_PICK, People.CONTENT_URI); startActivityForResult(intent, 001); I wanted few more functionalities - An option to create a ne

[android-developers] Filter-Search Applications

2008-09-12 Thread friedger
Hi, I try to add filter search to my application, query search works fine. I can type in a search term press enter and the result is presented. However, I don't get a new intent when I change the search term. (from doc of SearchManager: You will receive a new ACTION_SEARCH Intent each time the u