[android-developers] Re: One of my apps no longer appears in searches, or under "my apps" public page?

2011-06-10 Thread b_t
My apps disappeared too. :( What is going on? On Jun 11, 1:51 am, Kostya Vasilyev wrote: > Mine stopped appearing in searches by name. Will try to make a dummy change > as well. > > -- > Kostya Vasilyev > 11.06.2011 8:03 пользователь "Mark Wyszomierski" написал: > > > > > Quick update - I thoug

[android-developers] Soap Request XML String

2011-06-10 Thread Pradeep M
Hi All, Can U help me? User Logon: How can post request xml string? ie. let me known CDATA but get issue for Issue: 11:34:43.603 1494 INFO #Bodhi_App# anyType{HACRMMessage=anyType{Header=anyType{MessageID=2371; TimeStamp=2011-06-10T23:11:50.165-07:00; Operation=anyType{}; }; Body=

Re: [android-developers] Re: One of my apps no longer appears in searches, or under "my apps" public page?

2011-06-10 Thread Kostya Vasilyev
Mine stopped appearing in searches by name. Will try to make a dummy change as well. -- Kostya Vasilyev 11.06.2011 8:03 пользователь "Mark Wyszomierski" написал: > Quick update - I thought maybe somehow my app got dropped from > google's end, so I just modified a few characters of my app > descri

Re: [android-developers] Add menu items to other apps?

2011-06-10 Thread Dianne Hackborn
You can't. You can implement an activity that supports the share Intent so that your activity is included in one of the sharing options, and/or you can define your own print intent protocol that other developers can add to their apps. On Fri, Jun 10, 2011 at 8:11 PM, treyb wrote: > I am trying

[android-developers] Re: One of my apps no longer appears in searches, or under "my apps" public page?

2011-06-10 Thread Mark Wyszomierski
Quick update - I thought maybe somehow my app got dropped from google's end, so I just modified a few characters of my app description and saved. Now it at least appears in direct searches in marketplace. Still doesn't show up its old search terms, or under my accounts page. Sigh. On Jun 10, 11:5

[android-developers] Re: Add menu items to other apps?

2011-06-10 Thread Mark Wyszomierski
I doubt it's possible it'd be a huge security issue. On Jun 10, 11:11 pm, treyb wrote: > I am trying to make an app that will run like a service and add a menu > item (Print Button) to other apps like the web browser and such.  How > can I accomplish this if at all possible? -- You received thi

[android-developers] One of my apps no longer appears in searches, or under "my apps" public page?

2011-06-10 Thread Mark Wyszomierski
Hi, I have a few apps in the marketplace. One of them no longer appears in searches, and if I look under the "other apps from this developer" page for myself, it doesn't appear there either. I can see the app ok using its direct url, and it also appears ok in my marketplace control panel. There ar

[android-developers] Sometimes this is granted at the same

2011-06-10 Thread umair
Sometimes this is granted at the same Education. With the advent of No Child Left Behind, teachers are required to earn licensure in order to work in public classrooms. In addition to licensure, teachers can earn certification. Sometimes this is granted at the same time teachers earn licensure, and

[android-developers] Add menu items to other apps?

2011-06-10 Thread treyb
I am trying to make an app that will run like a service and add a menu item (Print Button) to other apps like the web browser and such. How can I accomplish this if at all possible? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

[android-developers] Received authentication challenge is null

2011-06-10 Thread John Gaby
I am trying to connect to a site using the oAuth protocol, and I am getting the exception 'Received authentication challenge is null' on some devices when I attempt to make a https post. Now this was previously working in the emulator, but I now see the error there as well. I did a web search, an

Re: [android-developers] [HELP] File Dialog

2011-06-10 Thread KENT
Lol ok, i used andexplorer intent to solve my problem. Thanks On Jun 11, 2011 9:03 AM, "TreKing" wrote: > On Thu, Jun 9, 2011 at 11:48 PM, KENT wrote: > >> I want to create a Button that will show File Dialog on onClick event and >> let user to choose a .txt file, after he choose a file, its file

[android-developers] Re: need help in ListActivity

2011-06-10 Thread Chris
Just post the logcat of the crash. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googleg

Re: [android-developers] upload camera image through SOAP web service

2011-06-10 Thread TreKing
On Fri, Jun 10, 2011 at 8:08 AM, nageswara rao rajana wrote: > I captured image using camera, so i want to save that image in database > using SOAP web service. > So please anyone help me in this. > Please find a group or forum that has to do with SOAP web services. This ain't it.

[android-developers] admob scaling

2011-06-10 Thread bob
I have a hi-res Android device (480x800), and the Admob ads don't always get scaled right. Here's a picture of the issue: http://i1190.photobucket.com/albums/z449/m75214/adissue.png Anyone know an easy way to fix this? -- You received this message because you are subscribed to the Google Group

Re: [android-developers] need help in ListActivity

2011-06-10 Thread TreKing
On Fri, Jun 10, 2011 at 5:27 AM, tekinoypi wrote: > There are no errors in Eclipse, BUT when it is executed in Android 2.1 > & Android 2.2 emulators the application displays a pop-up for a > problem or crashes instantly. > Read the section in the documentation on debugging. Then use your debugge

Re: [android-developers] Press button makes a spinner "gone" in another screen

2011-06-10 Thread TreKing
On Fri, Jun 10, 2011 at 5:22 AM, JackD wrote: > I'm trying to make an button activity that when it's pressed a spinner will > be "gone" in another screen > Use Intents to pass information from one Activity to the other, which would contain something like a flag indicating that the view should be

Re: [android-developers] regarding code convert

2011-06-10 Thread TreKing
2011/6/9 νιנαソkum@r > Anybody know how to convert blackberry code to android code? Read blackberry code then write Android code that does the equivalent thing. - TreKing

Re: [android-developers] [HELP] File Dialog

2011-06-10 Thread TreKing
On Thu, Jun 9, 2011 at 11:48 PM, KENT wrote: > I want to create a Button that will show File Dialog on onClick event and > let user to choose a .txt file, after he choose a file, its file path will > be set to a textview via setText I think. But I dont know how to start from. > Please help Do e

Re: [android-developers] Dialog with no Activity?

2011-06-10 Thread TreKing
On Thu, Jun 9, 2011 at 3:35 AM, jtomasko wrote: > According to my interpetation of the Andriod Dev docs, a dialog needs to be > activated from an activity, so how is the Google calendar doing this? > http://developer.android.com/guide/topics/ui/themes.html#ApplyingStyles ---

Re: [android-developers] Re: Adding animation to LinearLayout

2011-06-10 Thread Rakshith S Kumar
My layout id is declared as "menu". On Fri, Jun 10, 2011 at 12:14 AM, Mansoor wrote: > hi, > In your onCreate method u doing something wrong > > LinearLayout layout = (LinearLayout) findViewById(R.layout.menu); > > u have to give linear layout id instead of using R.layout.menu > > it should be

[android-developers] Re: How can I know when the home button has been pressed?

2011-06-10 Thread Indicator Veritatis
@Droid- You do realize, I hope, since it is the level of logic that should be easily expected of any programmer, that what you wrote here makes no sense. If, after all, on the one hand, "My thread is a timer thread that brings my activity back to view after the home button is pressed". then no, i

[android-developers] Lazy load images in a gallery.

2011-06-10 Thread Seba
Hi Everybody, I have been trying to implement a gallery on my app to show n number of images, where n can be a really big number. I want to load the images by batches, depending on the items that are being shown. I do not want the gallery to download and display all of the images at once. My q

[android-developers] Lazy load images in a Gallery

2011-06-10 Thread Seba
Hi Everybody, I been trying to implement a gallery on my app to show n number of images, where n can be a really big number. so my question is: Is there any way that I can lazy load the images in a gallery? Based on my experiments it seems that the gallery was intended for a fixed number of ima

[android-developers] Re: "This application is available to over 0 devices" problem in market page now

2011-06-10 Thread Zsolt Vasvari
Same for me but it hasn't effected my sales. I wouldn't hold my breath that it would get fixed until Monday. A mission critical system like the Android Market seems to be run strictly on a M-F 9-5 basis. On Jun 11, 6:44 am, Fred Niggle wrote: > No, your not alone. > I registered my first App t

Re: [android-developers] Re: EditText stops displaying characters as I'm typing?

2011-06-10 Thread Eric Carman
Thank you for your suggestion. I gave it a shot and could still reproduce the issue. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, s

Re: [android-developers] Re: "This application is available to over 0 devices" problem in market page now

2011-06-10 Thread Fred Niggle
No, your not alone. I registered my first App today and got that - it made me go back and re-read everything in case I had done something wrong, but it seems not. I hope its just a glitch on their side and will be sorted soon as I was interested to see which makes/models my app (API 7) would be ru

Re: [android-developers] Re: Is it necessary to always create a new service for every broadcast received to avoid ANRs? Implications?

2011-06-10 Thread Mark Murphy
On Fri, Jun 10, 2011 at 4:18 PM, Matt Quigley wrote: > I think we're coming to the conclusion that there is nothing that > should be done about the occasional random ANR in a broadcast receiver > that takes at most 100 ms and has 10,000 ms to complete.  It's > randomness.  I suspect that the Andro

[android-developers] Re: Custom Widget Will Not Fill Parent View

2011-06-10 Thread Robert
I'm wondering if it's because I'm somehow inflating the views wrong or attaching the wrong parents, but everything seems to be fine. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@go

[android-developers] Re: Is it necessary to always create a new service for every broadcast received to avoid ANRs? Implications?

2011-06-10 Thread Matt Quigley
> Have you used StrictMode to confirm that you are not using networking > or file I/O here? There may be file I/O under the covers in some > Android API calls you're using. That is a good call, I will try that. I was thinking no. > Also, bear in mind that referring to classes other than the > Br

[android-developers] Re: Java book (like C K&R and C++ Programming Language)

2011-06-10 Thread fadden
On Jun 8, 6:55 am, luciofm wrote: > I have a C and C++ background and i'm looking for "THE" java book, like the > "C Programming Language, best know as K&R, for C and the "C++ Programming > Language" by Bjarne Stroustrup for C++. If you're looking for reference material, _The Java Language Specif

[android-developers] Re: "This application is available to over 0 devices" problem in market page now

2011-06-10 Thread Chris
I'm getting that too, emailed Market support and they're "looking into it." YMMV. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, sen

[android-developers] "This application is available to over 0 devices" problem in market page now

2011-06-10 Thread niko20
Anyone else seeing this message today when you go into your app on the developer page? I wanted to verify which devices I had manually selected to make my app "not available" to. I got an email from a user that was trying to use the app on an HTC Wildfire, and I'm pretty sure I blocked that device.

[android-developers] Re: Asset folder

2011-06-10 Thread KC203
Never mind it is working fine :) Conclusion , Assets folder allows you to create subdirectories and also you to access files with relative path On Jun 10, 11:46 am, KC203 wrote: > Umm , i tried adding fonts/ and placed a test.txt under it , and wen i > called getassets().list("fonts") it return

Re: [android-developers] Re: How can I know when the home button has been pressed?

2011-06-10 Thread rich friedel
Argggh You sir are evil LOL :) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroup

[android-developers] Re: Asset folder

2011-06-10 Thread KC203
Umm , i tried adding fonts/ and placed a test.txt under it , and wen i called getassets().list("fonts") it returned a String[] of size zero : ( and also list("") does not display fonts folder... What am i doing wrong , in eclipse i select assets folder , right click and select create new folder , i

[android-developers] Re: Market total # of downloads stuck?

2011-06-10 Thread Chris
I've gotta say, I had a dev. console issue today and used the link you mentioned and got a response from a real person within an hour. Wish I knew about this publishing issues form before. -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] Re: Asset folder

2011-06-10 Thread Mark Murphy
On Fri, Jun 10, 2011 at 2:28 PM, RichardC wrote: > See "Set up a working space that organizes files for multiple > densities" in: > http://developer.android.com/guide/practices/ui_guidelines/icon_design.html > > This would sugguest that folders below assets are ignored. I presume that the assets/

Re: [android-developers] Licensing with Google street views?

2011-06-10 Thread TreKing
On Thu, Jun 9, 2011 at 9:49 AM, Kyle Szklenski wrote: > In a pay-to-play Android app, are there any licensing issues with using > Google Map's street views? > Like what? Street View is it's own app which, like any other app, will open in response to a properly formatted Intent. There should be

[android-developers] Re: Asset folder

2011-06-10 Thread RichardC
See "Set up a working space that organizes files for multiple densities" in: http://developer.android.com/guide/practices/ui_guidelines/icon_design.html This would sugguest that folders below assets are ignored. On Jun 10, 7:20 pm, Mark Murphy wrote: > On Fri, Jun 10, 2011 at 2:14 PM, KC203 wro

Re: [android-developers] Re: How can I know when the home button has been pressed?

2011-06-10 Thread Kostya Vasilyev
No sense pulling the battery if the application also intercepts boot_completed :) 2011/6/10 rich friedel > To add to that you are also saying that while using your app I might have > to go back through 9 activities to get to my home screen??? Then on top of > that you want to disable the home

[android-developers] Re: what do you think of interstitial ads on apps

2011-06-10 Thread Chris
As a user I don't mind interstitial ads when properly used (like you mentioned, in between levels in a free game, or as a replacement for a loading dialog). Ones that make me click a tiny 'x' on the ad to close it make me want to punch people though. -- You received this message because you a

Re: [android-developers] Re: Asset folder

2011-06-10 Thread Mark Murphy
On Fri, Jun 10, 2011 at 2:14 PM, KC203 wrote: > Those folders are not present , but if you create them and files in > them and use list with relative path it works > Say create image folder under assets and give > getAssets().list("image")  it will provide all the files under image > folder. Corr

[android-developers] Re: what do you think of interstitial ads on apps

2011-06-10 Thread rich friedel
Just one guy's opinion... The whole Ad debate is what it is and devs using ads... yeah I get it. With that said, Pandora went to these HUGE, and IMHO very intrusive, ads recently which instantly caused me to uninstall it and use another app. -- You received this message because you are subscri

[android-developers] Re: Asset folder

2011-06-10 Thread KC203
Hi Those folders are not present , but if you create them and files in them and use list with relative path it works Say create image folder under assets and give getAssets().list("image") it will provide all the files under image folder. But i am trying to create folder X, Y and Z and retrieve f

Re: [android-developers] Asset folder

2011-06-10 Thread Mark Murphy
On Fri, Jun 10, 2011 at 1:23 PM, KC203 wrote: > apart from the folders provided (image, sound and webkit) can we add > new folders to asset ??? Those folders aren't "provided", unless Eclipse has started adding them and I haven't noticed. You create an assets/ directory in your project and put i

Re: [android-developers] Re: How can I know when the home button has been pressed?

2011-06-10 Thread rich friedel
To add to that you are also saying that while using your app I might have to go back through 9 activities to get to my home screen??? Then on top of that you want to disable the home button, my only means of NOT going through 9 potential activities *obviously I could also pull the battery* You

Re: [android-developers] Application performance slower in Samsung Galaxy S

2011-06-10 Thread Miguel Morales
If you're writing files to the disk (such as writing to a database) make sure you do it in batches and set a large buffer size (i.e use the buffered stream classes.) If you are properly doing it in the background run some tests and determine what exactly takes the longest. If it's the network call,

[android-developers] Asset folder

2011-06-10 Thread KC203
apart from the folders provided (image, sound and webkit) can we add new folders to asset ??? When i added and used getAssets().list("") , it didn not capture the new folders added ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Re: Market total # of downloads stuck?

2011-06-10 Thread patw
Here's how I filed my problem report: developer console -> Help -> Publishing Issues -> Fill in the Publishing Issues Form. On Jun 10, 7:15 am, Adam Ratana wrote: > If you don't mind, what facility did you use to contact them? I would > like to also ask some questions about some uncharged (and no

Re: [android-developers] Re: How can I know when the home button has been pressed?

2011-06-10 Thread TreKing
On Fri, Jun 10, 2011 at 10:52 AM, Droid wrote: > My thread is a timer thread that brings my activity back to view after the > home button is pressed. > I need to cancel it when home button is pressed. Let me get this straight - I run your app then press Home to do something else, then at some r

[android-developers] Re: Will Android ever natively support Arabic language?

2011-06-10 Thread omar
"Considering that Gingerbread has Arabic support" Gingerbread displays Arabic fonts, but, Arabic language is formed by connected letters, and in GB they are disconnected.. Example: Instead of the word "google" , in GB its displayed " g o o g l e " .. and in Arabic each letter has 3 shapes .. So, An

Re: [android-developers] Re: In Android, how to get the keyevent of 'home Key' ?

2011-06-10 Thread TreKing
On Fri, Jun 10, 2011 at 10:43 AM, Droid wrote: > Above would be really cool if it worked, but it worked not. > Above would be a bug if it worked, because it's not supposed to work like that. > Still cannot detect on home button click to turn off my timer thread. > Once again, this is by desi

[android-developers] Custom Widget Will Not Fill Parent View

2011-06-10 Thread Robert
I am trying to creating a bottom toolbar widget that dynamically adds buttons. Right now the buttons are simple TextViews. My problem lies when I add the button, it fails to fill the parent in width and height of the toolbar. Instead it simply wraps the TextView content. I don't want that. I wa

[android-developers] Re: Can onMeasure be skipped when adding a View to a ViewGroup?

2011-06-10 Thread Kelly Merrell
Thanks Dianne. I was looking for more guidance toward the best practices for handling this so not to deviate from the intentions of your team and consequently do something that would break in future releases or in situations that I didn't expect. I implemented a quick and dirty fix that allows me

Re: [android-developers] Is it necessary to always create a new service for every broadcast received to avoid ANRs? Implications?

2011-06-10 Thread Mark Murphy
On Fri, Jun 10, 2011 at 11:42 AM, Matt Quigley wrote: > We've got a pretty large app with millions of installs.  What we've > noticed is that there are always ANRs reported, even in questionable > conditions.  For example, we see ANRs in the most simple of broadcast > receivers, where there are on

[android-developers] Is it necessary to always create a new service for every broadcast received to avoid ANRs? Implications?

2011-06-10 Thread rich friedel
If I'm not mistaken, a service can only be started once. All subsequent calls will just defer to the already running service. Sounds to me like something is not being released and is hanging the UI thread. -- You received this message because you are subscribed to the Google Groups "Android Dev

[android-developers] Is it necessary to always create a new service for every broadcast received to avoid ANRs? Implications?

2011-06-10 Thread Matt Quigley
Hi all. We've got a pretty large app with millions of installs. What we've noticed is that there are always ANRs reported, even in questionable conditions. For example, we see ANRs in the most simple of broadcast receivers, where there are only 4 lines of code, and no networking or file IO. The

[android-developers] Re: How can I know when the home button has been pressed?

2011-06-10 Thread Droid
My thread is a timer thread that brings my activity back to view after the home button is pressed. I need to cancel it when home button is pressed. (I have 10 activities and no idea in which activity the app was when the home button was pressed) On Jun 8, 1:23 pm, TreKing wrote: > On Wed, Jun 8,

[android-developers] Re: In Android, how to get the keyevent of 'home Key' ?

2011-06-10 Thread Droid
I think you need a holiday. On Jun 8, 1:13 pm, Mark Murphy wrote: > On Wed, Jun 8, 2011 at 7:20 AM, Mark Murphy wrote: > > On Wed, Jun 8, 2011 at 2:31 AM,Droid wrote: > >> I need to know when the home button is pressed too (otherwise my app > >> returns to visibility again and again for ever). >

[android-developers] Re: In Android, how to get the keyevent of 'home Key' ?

2011-06-10 Thread Droid
Above would be really cool if it worked, but it worked not. Still cannot detect on home button click to turn off my timer thread. Its easy when I have only one activity but I have 10 in a workflow. -- You received this message because you are

[android-developers] onMeasure() endless loop with Theme.Dialog

2011-06-10 Thread michael
Hi, I'm trying to write a custom component that should scale as follows: - some preferred size (e.g. 30) if wrap_content is specified - fill parent if fill_parent is specified - exact size if some size is specified. To do so, I have tried to override the onMeasure() method accordingly (slightly a

Re: [android-developers] LookUp

2011-06-10 Thread Kostya Vasilyev
Well, if you've downloaded the source, you should be pretty close to what you need. Look for an adapter that looks up contacts using a ContentResolver, and is set up to work with an AutoCompleteTextView. Once you found it, copy the code into your project, and tweak it if necessary. -- Kostya 20

Re: [android-developers] Application performance slower in Samsung Galaxy S

2011-06-10 Thread Kostya Vasilyev
The Galaxy S has a really "clever" storage chip, which, combined with its "clever" file system, can be up to 10-30 times slower than a previous generation phone (e.g. Motorola Milestone). Those numbers are based on application-specific benchmarks I've done with SQLite. So, if you're saving your da

Re: [android-developers] Good phone for development - and getNeighboringCellInfo()

2011-06-10 Thread rich friedel
Yeah the LG Ally is the bane of my existence! I am actually considering getting one used so that I can test on it. That ONE device has something weird going on that makes my app useless. It's the only phone that does this too, well at least the only one that's been reported to consistantly fail

Re: [android-developers] LookUp

2011-06-10 Thread MOHIT SHARMA
Thanx Kostya a lot . Its very helpfull even i wanted the same .( actually i want to use messaging app) . I have downloaded the code for messaging application form git . Now i want the documentation for the same so that i get suitable code . Can please help . I want the code for searching contacts

Re: [android-developers] Is there any way to disable landscape mode for widget?

2011-06-10 Thread rich friedel
I'm not sorry! I am glad this is not possible... I would be pissed if ONE out of a possible 80 widgets locked my homescreen into a specific display mode. Maybe I'm being harsh but come on, if you're going to do something, think first! This request is right up there with those people who want to

Re: [android-developers] Good phone for development - and getNeighboringCellInfo()

2011-06-10 Thread Marcin Orlowski
On 10 June 2011 17:09, rich friedel wrote: > I don't know that there is a difference between the emulator and a physical > device when it comes to the LogCat, variable state and what-not. Besides, > not only can you run the app on the device but fully debug as well, so I > don't see a legitimate

Re: [android-developers] Good phone for development - and getNeighboringCellInfo()

2011-06-10 Thread rich friedel
I don't know that there is a difference between the emulator and a physical device when it comes to the LogCat, variable state and what-not. Besides, not only can you run the app on the device but fully debug as well, so I don't see a legitimate reason to not use a physical device... unless of c

[android-developers] Offline docs - looks outdated, but how much it really is?

2011-06-10 Thread Marcin Orlowski
Hi, I just downloaded "Documentation for Android SDK, API 12, revision 1" (for some offline readings) but it seems it is not freshest thing that exits. My concerns raised when I saw Home page (index.html) which happily announces forthcoming I/O 2011 and shouts "Android 3.0 is here!, which compared

Re: [android-developers] Problem in calling web service

2011-06-10 Thread TreKing
On Thu, Jun 9, 2011 at 4:48 AM, Gaurav Gupta <11.gaurav.gu...@gmail.com>wrote: > So please guide me what should i do for remove this error. Use your debugger, LogCat, and the library's documentation to track down the cause of the error. Then fix it. -

[android-developers] Displaying tabular data

2011-06-10 Thread Rich
In the past when I have needed to display large data sets in a table, I've just looped over the data and on every iteration I'd inflate an xml layout representing a TableRow, obtain references to the child controls, set their properties from the data source and add the row to a TableLayout. Whe

Re: [android-developers] Main activity themed Holo.Light, dialog themed plain Holo?

2011-06-10 Thread String
Hah, got it! I wasn't using the ContextThemeWrapper enough; I had been inflating my layout (containing the Date & TimePickers) using the original context. So, here's the working code, if anyone else is interested: ContextThemeWrapper wrapper = new ContextThemeWrapper(this, android.R.style.Theme

Re: [android-developers] Application performance slower in Samsung Galaxy S

2011-06-10 Thread TreKing
On Thu, Jun 9, 2011 at 2:54 AM, srikanth vikkurty wrote: > This process works faster on most of the devices except Samsung Galaxy S. > Could anyone suggest an alternative for overcoming > the same. > You should not be counting on some network operation to operate quickly on any device. Run it in

[android-developers] MultiAutoTextView with Two Textview

2011-06-10 Thread gaurav gupta
Hi Guys, i want to make my custom layout for android MultiAutoTextView.i want to write multi lines in Multiautotextview. package com.autodemo.activity; import android.app.Activity; import android.os.Bundle; import android.widget.ArrayAdapter; import android.widget.MultiAutoCompleteTextView; publ

Re: [android-developers] Main activity themed Holo.Light, dialog themed plain Holo?

2011-06-10 Thread String
No I hadn't. So what I'm doing now is: ContextThemeWrapper context = new ContextThemeWrapper(this, android.R.style.Theme_Holo); AlertDialog.Builder builder = new AlertDialog.Builder(context); Unfortunately, that still doesn't do it. It's better - the dialog has most of the dark Holo look - but

Re: [android-developers] Web service

2011-06-10 Thread TreKing
On Wed, Jun 8, 2011 at 4:51 AM, Bharat Talreja wrote: > I am trying to create a application to upload and download your files(sort > of taking back-up). > http://www.catb.org/~esr/faqs/smart-questions.html > can you please suggest me how to proceed, > Get started with some Googling.

Re: [android-developers] UI using java code

2011-06-10 Thread TreKing
On Wed, Jun 8, 2011 at 7:25 AM, Prakash wrote: > I cant able to create a child layout for its parent(Relative layout inside > Linear layout). Please any one help me out to solve this problem. > What problem? http://www.catb.org/~esr/faqs/smart-questions.html

Re: [android-developers] Re: Market total # of downloads stuck?

2011-06-10 Thread Adam Ratana
If you don't mind, what facility did you use to contact them? I would like to also ask some questions about some uncharged (and now expired) authorizations that have happened, as well as add to their reports about this problem. On Thu, Jun 9, 2011 at 10:17 PM, patw wrote: > I contacted the Andro

Re: [android-developers] Main activity themed Holo.Light, dialog themed plain Holo?

2011-06-10 Thread Kostya Vasilyev
Have you tried using a ContextThemeWrapper? 2011/6/10 String > This seems like it should be doable, but I haven't had any luck yet. The > situation is that I have a Honeycomb-compatible app with an activity > using android:theme="@android:style/Theme.Holo.Light", but I'd like a dialog > created

RE: [android-developers] Where to start from for Internet Radio on Android

2011-06-10 Thread Tommy Hartz
This might help get you started There are additional links through this forum link that might be of more use than the actual thread linked here. http://stackoverflow.com/questions/1965784/streaming-audio-from-a-url-in-and roid-using-mediaplayer From: android-developers@googlegroups.com [mai

Re: [android-developers] Good phone for development - and getNeighboringCellInfo()

2011-06-10 Thread luiX_
For finding a bug, I run the app on the phone watching logcat, if that doesn't work, run on the phone using the debugger :) El 10/06/2011 13:43, "Fred Niggle" escribió: > To answer your question about using a phone for develoment, I use a > ZTE Racer - cheap but fully up to the job. > > However wh

[android-developers] Main activity themed Holo.Light, dialog themed plain Holo?

2011-06-10 Thread String
This seems like it should be doable, but I haven't had any luck yet. The situation is that I have a Honeycomb-compatible app with an activity using android:theme="@android:style/Theme.Holo.Light", but I'd like a dialog created in this activity to use the normal (dark) Holo theme. What I've trie

[android-developers] Re: Android 3.1 is too slow

2011-06-10 Thread Streets Of Boston
Hope is on the horizon :-) I've seen some preliminary work at Google IO being done by Google engineers to use PC's hardware acceleration for the emulator's screen. It wasn't quite stable yet, but the performance shown was great! -- You received this message because you are subscribed to the Goo

Re: [android-developers] Where to start from for Internet Radio on Android

2011-06-10 Thread TreKing
On Wed, Jun 8, 2011 at 6:12 AM, Mohammad wrote: > I need to develop an internet audio stream playback application. I do not > know where to start from. > My target is Android Froyo on TI's DM3730 > > Can somebody help or give me a pointer? > Honestly, if you don't know where to start with an int

Re: [android-developers] Re: Like Quartz

2011-06-10 Thread Kostya Vasilyev
AlarmManager ? http://developer.android.com/reference/android/app/AlarmManager.html -- Kostya 2011/6/10 Nikolay Elenkov > On Fri, Jun 10, 2011 at 9:57 PM, Emanuel Moecklin <1gravity...@gmail.com> > wrote: > > You could always try to adapt Quartz to Android. > > From my experience with other op

[android-developers] Android Market licensing asked too often

2011-06-10 Thread eclosion android
Hello, I've integrated the Android Market licensing service in my application. My application is uploaded to the market but is not yet available online. I use the ServerManagedPolicy recommended by Google. I tested the application and it work properly on my phone that is sync with my publisher ac

Re: [android-developers] LookUp

2011-06-10 Thread Kostya Vasilyev
Take a look at the email application source - it has adapters for doing exactly this (it uses a MultiAutoCompleteTextView, but the adapter should be the same). Both pre- and post- 2.0 versions are available in the repository. -- Kostya 2011/6/10 MOHIT SHARMA > Thanx for your reply and sorry fo

Re: [android-developers] Android Layoutinflator for embedding WebView objects created on the fly

2011-06-10 Thread Kostya Vasilyev
Your code seems to go in two directions at once: by inflating a layout, and creating a WebView with "new". For instantiation with "new", I think you might need to set layout paramters when calling addView - I would try FILL_PARENT / FILL_PARENT first. For inflating a web view on demand, I'm using

Re: [android-developers] Will Android ever natively support Arabic language?

2011-06-10 Thread Mark Murphy
On Fri, Jun 10, 2011 at 9:04 AM, omar wrote: > Hello, > Each day I read a new thread in Arabic forums about someone frustrated > that Android doesnt support Arabic, and what made things worse is that > in this page: http://d.android.com/sdk/android-2.3.html  , Arabic is > mentioned as its supporte

Re: [android-developers] LookUp

2011-06-10 Thread MOHIT SHARMA
Thanx for your reply and sorry for being clear . Actually i want a look for contacts as shown in figure . I have already seen autocomplete textView , but its of no use as i have write query for getting phone no and name .. which i dnt want unless its the last option. On Fri, Jun 10, 2011 at 17:00

Re: [android-developers] Re: Making a service invisible

2011-06-10 Thread Marcin Orlowski
That means you have to have root perms *AND* do some job to trick OS to not see your service/process. That's why most apps that of that kind simply disguise itself into doing something else and reveal real face upon certain actions or passwords. That's much easier to make itself listed as "Weather

Re: [android-developers] encrypt GPRS in Android?

2011-06-10 Thread Marcin Orlowski
First, it would help to understand how things works, as you do not need to encrypt the connection. All you need to encrypt is your data transmission. And it is completely irrelevant if you use GPRS or WiFi. You should not even bother it at all. You most likely need to go with SSL. Regards, Marcin

[android-developers] db4o SODA query giving result null on ordering descending

2011-06-10 Thread imran ali
Hi all, I have been using db4o in my project,i have to search result and arrange in Descending order according to particular filed. I follow below code, but am getting null value. public List getRecipiesByString(String searchValue) { List list=null;

[android-developers] upload camera image through SOAP web service

2011-06-10 Thread nageswara rao rajana
Hi folks, subject: urgent required I captured image using camera, so i want to save that image in database using SOAP web service. So please anyone help me in this. with regards, Nagu. -- You received this message because you are subscribed to the Google Groups "Andr

Re: [android-developers] Re: Like Quartz

2011-06-10 Thread Nikolay Elenkov
On Fri, Jun 10, 2011 at 9:57 PM, Emanuel Moecklin <1gravity...@gmail.com> wrote: > You could always try to adapt Quartz to Android. > From my experience with other open source software (like Neuroph or > Sudoku Explainer) they normally need some tweaks to make them work on > Android (mainly due to

Re: [android-developers] Simulate UI Actions on device

2011-06-10 Thread Pepijn Van Eeckhoudt
If you're trying to test your own application code you can do this via the Instrumentation API. Pepijn On 10/06/2011 14:34, Mark Murphy wrote: On Thu, Jun 9, 2011 at 3:41 AM, gorav wrote: I want to simulate keyboard events, touch events on screen. And, I don;t want to have dependency on Andr

[android-developers] Will Android ever natively support Arabic language?

2011-06-10 Thread omar
Hello, Each day I read a new thread in Arabic forums about someone frustrated that Android doesnt support Arabic, and what made things worse is that in this page: http://d.android.com/sdk/android-2.3.html , Arabic is mentioned as its supported in Gingerbread, and I was lucky enough to not rush and

Re: [android-developers] New to Android

2011-06-10 Thread TreKing
On Wed, Jun 8, 2011 at 2:20 AM, goAndroid wrote: > I encounter a crash "java.lang.NullPointerException" whenever I run my app. > please help: > Please give your posts a title indicative of its content. Please read the documentation section on debugging your app. Please debug your app using the t

[android-developers] Re: Like Quartz

2011-06-10 Thread Emanuel Moecklin
You could always try to adapt Quartz to Android. >From my experience with other open source software (like Neuroph or Sudoku Explainer) they normally need some tweaks to make them work on Android (mainly due to memory/stack and/or performance issues) but in the end it will work. On the other hand I

Re: [android-developers] codec list

2011-06-10 Thread Mark Murphy
On Wed, Jun 8, 2011 at 11:54 PM, mimi tung wrote: > I will study the andorid API and try to write a app will query the > system capability in android. > > first step, Want to query Video/audio codec  first, but can't find the > API. > > Would you know what API will  list the Codec menu in andoird?

  1   2   >