[android-developers] Re: Handster

2011-11-16 Thread Ali Chousein
Yes it is worthwhile. Cisco chose one of my apps from Handster to distribute in their app store for example. Based on my experience it's a serious site. - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy

[android-developers] Re: Fragment within a fragment?

2011-11-16 Thread Doug Gordon
Thanks for the confirmation; I sort of expected that. After browsing StackOverflow, one of the posts gave me an idea for an alternative design that will actually make everything much simpler and more elegant than what I was thinking of doing. So it worked out for the better. :-) Doug Gordon On

[android-developers] Re: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:8080 refused

2011-11-16 Thread alexb
First, 127.0.0.1 is not valid on the device. Second, check that your app has uses-permission android:name=android.permission.INTERNET / On Nov 16, 1:38 am, indra indra4...@gmail.com wrote: I am  trying to call  a servlet from andorid application but when i call the servlet i get the connection

[android-developers] Re: localization bloats my app - is there an alternative approach?

2011-11-16 Thread Zsolt Vasvari
Hence, the solution would appear to be: make a less wordy app... :-) This is also a problem for my app as it has 2000+ translatable strings... Less wordy is not an option. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] No Broadcast intent for Network State changed?

2011-11-16 Thread Zsolt Vasvari
Am I looking at this right? Is there no way of getting notified when the user turns on their data? Or is ACTION_AIRPLANE_MODE_CHANGED supposed to be used for this? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Cheating the Rating, please google stop this.

2011-11-16 Thread BelvCompSvs
about something under a month ago i suddenly started getting 419's like I have never seen before ~ in fact i told one moderator Oauth-2 at Google had been busted using my port-25 and strictly speaking - due to the type of internet interlocutor i find funny - I flat have no way to know if the what

[android-developers] Re: Fragment within a fragment?

2011-11-16 Thread BelvCompSvs
actually while we are at it we may note that a useful Threading tool will be reverted to single threading model for what ( probably ) is about the same reasons On Nov 16, 5:13 pm, Doug Gordon gordo...@gmail.com wrote: Thanks for the confirmation; I sort of expected that. After browsing

Re: [android-developers] In-App purchase and a Paid entry (2 separate listings on android market)

2011-11-16 Thread Nikolay Elenkov
On Thu, Nov 17, 2011 at 1:50 AM, androidmediadeveloper kamathaj...@gmail.com wrote: Anyone encounter a situation where you had to place an app, with in- app purchasing to pro as well as yet another paid entry on the Android Market ? We currently have a free app with an upgrade to pro option

[android-developers] Re: Speed up dalvikvm calls

2011-11-16 Thread BelvCompSvs
be very very care full to call .release() { or whatever the actual release call is named } then what the others are telling you will get you an efficiency improvement for what you want to do the ICS [14] is exactly what that is for On Nov 16, 11:40 am, New Developer secur...@isscp.com wrote:

Re: [android-developers] Problems when signing APKs with Java 7.

2011-11-16 Thread Nikolay Elenkov
On Thu, Nov 17, 2011 at 3:20 AM, BoD bodlu...@gmail.com wrote: Hi! I just spent a few hours on a signature problem when building our project with ant on a machine that has (Oracle's) Java 7 installed. When trying to install this apk, I have this error: Failure

[android-developers] Re: Handster

2011-11-16 Thread BelvCompSvs
got any more of them serious sites ?? I have found one really promising then 4-5 that sound right but probably bust me in the long run bcs dont know about Pirates and Stopping Vampires using License Verification Library and so on { which I already am using as primary base class entry nexus

[android-developers] Re: Capture Video + Circular Buffer for Video on Android

2011-11-16 Thread BelvCompSvs
gstreamer --- but it very much is a work in progress On Nov 15, 7:20 pm, Joseph Irvine jos...@irvinemail.org wrote: Hello, I am trying to build an application that would run on an Android set- top box (not mobile device). The set-top box will have analog video inputs. I would like to

[android-developers] Re: How to connect android device to wifi printer ??

2011-11-16 Thread BelvCompSvs
http://developer.android.com/reference/android/util/PrintStreamPrinter.html then you get the Wifi thing working on it but very very probably you will end up with character encoding issues ( probably all over the place ) I found a get-going first starter app that I could use from nothing but

[android-developers] Re: VideoView Volume

2011-11-16 Thread BelvCompSvs
MediaPlayer class can be used to control playback of audio/video files and streams. An example on how to use the methods in this class can be found in VideoView . While in the Prepared state, properties such as audio/sound volume, ... just put your question in the search bar

Re: [android-developers] Google maps API

2011-11-16 Thread TreKing
On Tue, Nov 15, 2011 at 12:36 PM, pmurdoch paul.murdo...@ntlworld.comwrote: I am developing a store locator and what to show on the map locations of a particular branch of fast food outlets without the user doing a search. Any idea's on the best way to do this? 1 - Create database with store

[android-developers] Re: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:8080 refused

2011-11-16 Thread Kumar Bibek
Also check the port number to which you are supposed tp connect. On Nov 17, 4:30 am, alexb alexboot...@gmail.com wrote: First, 127.0.0.1 is not valid on the device. Second, check that your app has uses-permission android:name=android.permission.INTERNET / On Nov 16, 1:38 am, indra

Re: [android-developers] Tab with in Expandable List

2011-11-16 Thread TreKing
On Wed, Nov 16, 2011 at 8:32 AM, Siva Prakash siva.yuvan2...@gmail.comwrote: Anybody can help me on how to put a Tabe View inside Expandable List ? Appreciate if someone pass me an example or tutorial ? Check the documentation, it has an ExpandableListView example. Get that working. Then

Re: [android-developers] Looking for a partner

2011-11-16 Thread Rajeev K
Hi, This is Rajeev. I would like to work on Android projects and i have done 2 projects in Android with java. My Skills Android, java, PHP,MySql,Javascript, HTML,CSS, JQuery, Ajax and XML. Looking forward to hear your response. Thanks, Rajeev On Thu, Nov 17, 2011 at 2:00 AM, Alexander Turda

[android-developers] Re: Cheating the Rating, please google stop this.

2011-11-16 Thread Zsolt Vasvari
Ask him for an example of his work, then report the IDs to Google. On Nov 17, 3:39 am, sblantipodi perini.dav...@dpsoftware.org wrote: Hi google, I received this email from a well known contact that I can give you via PVT if you are interested in it. --- Hi, I am android

[android-developers] Activity can not receive the same intent second time while the app which this activity belongs to launched from another app.

2011-11-16 Thread Cimo Huang
Dear Android Developers: I got an issue that activity can not receive the same intent second time while the app which this activity belongs to launched from another app. I have an app2 launched from app1. Then in app1, start activity B from the main activity A with startActivity The launch

[android-developers] Re: Multiple Apps and Content Providers, How to ?

2011-11-16 Thread BelvCompSvs
there are some other things you may not have thought about yet go to the developer doomawhichythingy at http://developer.android.com/videos/index.html#v=WGIU2JX1U5Y and run the video titled Evading Pirates and Stopping Vampires about half of which I was already working on and had re-coding of

Re: [android-developers] Re: Capture Video + Circular Buffer for Video on Android

2011-11-16 Thread Joseph Irvine
Does gstreamer natively work with circular buffers? In my searches for circular buffers I have yet to see any references to gstreamer come up. Is there a particular class within gstreamer I should try to look into? Thank you, Joseph Irvine On Wed, Nov 16, 2011 at 7:40 PM, BelvCompSvs

[android-developers] Very weird NPE in onPrepareDialog

2011-11-16 Thread Emanuel Moecklin
I get reports of NullPointerExceptions in onPrepareDialog in line 860 (method call to prepareCongratulationsDialog(dialog)): @Override protected void onPrepareDialog(int id, Dialog dialog) { super.onPrepareDialog(id, dialog); switch (id) {

[android-developers] Re: Very weird NPE in onPrepareDialog

2011-11-16 Thread Zsolt Vasvari
If prepareCongratulationsDialog() is only called once, it will be merged by ProGuard, so the NPE will be in prepareCongratulationsDialog() itself somewhere. The line number is useless. On Nov 17, 11:39 am, Emanuel Moecklin 1gravity...@gmail.com wrote: I get reports of NullPointerExceptions in

Re: [android-developers] Re: Capture Video + Circular Buffer for Video on Android

2011-11-16 Thread s.rawat
try joining any one of the relevant mailing lists here http://gstreamer.freedesktop.org/lists/ experts are sitting here ..!! Rgds Saurabh ..pain is temporary.quitting lasts forever.. On Thu, Nov 17, 2011 at 9:07 AM, Joseph Irvine jos...@irvinemail.orgwrote: Does gstreamer

[android-developers] How to change Android Home screen code at framework

2011-11-16 Thread Saurabh Patel
Hi all My Question is this How can i change Android Default Home screen Code and Replace my Customize Home Screen application source code? Here i already make one customize home screen launcher application for android. Now i want to add this application in Android Source code. And Remove

[android-developers] Ice Cream Sandwich -- possible Crypto incompatibility

2011-11-16 Thread Zsolt Vasvari
I got the following ACRA crash report: USER_COMMENT=Working with widget. ANDROID_VERSION=4.0.1 APP_VERSION_NAME=1.7.0.2008 BRAND=verizon PHONE_MODEL=DROIDX So this guy appears to be running Ice Cream Sandwich on a Droid X. That's my first huh... The crash seems to come from my LVL code:

Re: [android-developers] Ice Cream Sandwich -- possible Crypto incompatibility

2011-11-16 Thread Nikolay Elenkov
On Thu, Nov 17, 2011 at 1:24 PM, Zsolt Vasvari zvasv...@gmail.com wrote: If I get a GeneralSecurityException, I report it, but then I return NULL which causes an NPE later on, which I saw in the crash report -- instead of the GeneralSecurityException. Anyway, other than somebody from

[android-developers] Density confusion

2011-11-16 Thread Kim
I am testing our app on a Galaxy Tab 7 and a Kindle Fire. They both have the same number of pixels and screen size, but the various views on the Fire are two thirds the size of the same ones on the Tab. I put in a couple of lines of code to capture the screen metrics and find that the Tab is

[android-developers] Re: Density confusion

2011-11-16 Thread Kim
Answered one of my questions. I changed my simulated device to 164 ppi and got the 1.0 density. Sorry, this should have been obvious. On Nov 16, 10:41 pm, Kim kimknap...@gmail.com wrote: I am testing our app on a Galaxy Tab 7 and a Kindle Fire. They both have the same number of pixels and

[android-developers] Re: Ice Cream Sandwich -- possible Crypto incompatibility

2011-11-16 Thread Zsolt Vasvari
I don't know how really. ACRA seems to only show the last exception, and unless I propogate the checked exception, I don't seem to be able to force ACRA to just report the first one. On Nov 17, 12:31 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, Nov 17, 2011 at 1:24 PM, Zsolt

[android-developers] Video Conference

2011-11-16 Thread inn
Hi everyone. Does anyone have tutorial regarding to make video conference between one computer to android galaxy tab?I am start from scratch.And need to complete this project only two weeks?Is it possible?Really need your help=( -- You received this message because you are subscribed to the

[android-developers] Re: Ice Cream Sandwich -- possible Crypto incompatibility

2011-11-16 Thread Zsolt Vasvari
I just change my code to rethrow the GSE as a RuntimeException which is caught and reported by ACRA. So hopefuly, after I update the app, I will get another report from the same user. On Nov 17, 1:58 pm, Zsolt Vasvari zvasv...@gmail.com wrote: I don't know how really.  ACRA seems to only show

Re: [android-developers] Re: Ice Cream Sandwich -- possible Crypto incompatibility

2011-11-16 Thread Nikolay Elenkov
On Thu, Nov 17, 2011 at 2:58 PM, Zsolt Vasvari zvasv...@gmail.com wrote: I don't know how really.  ACRA seems to only show the last exception, and unless I propogate the checked exception, I don't seem to be able to force ACRA to just report the first one. I see. ACA 4.x has

Re: [android-developers] Re: Cheating the Rating, please google stop this.

2011-11-16 Thread Michael Leung
I think that is a kind of spam. On Thu, Nov 17, 2011 at 1:06 PM, Zsolt Vasvari zvasv...@gmail.com wrote: Ask him for an example of his work, then report the IDs to Google. On Nov 17, 3:39 am, sblantipodi perini.dav...@dpsoftware.org wrote: Hi google, I received this email from a well

[android-developers] Samsung Galaxy s2 Browser not working.

2011-11-16 Thread Archana
Hi , I am using samsung galaxy s2. Till yesterday morning its browser was working fine. But now its showing web page not available. Its connected to WiFi. Can anyone tell me how to fix this issue. regards, archana -- You received this message because you are subscribed to the Google Groups

[android-developers] How to compile Android Launcher source code?

2011-11-16 Thread Saurabh Patel
Hi * * * * *I have just donwload the source code of the Android default Launcher here:

[android-developers] Re: Activity can not receive the same intent second time while the app which this activity belongs to launched from another app.

2011-11-16 Thread BelvCompSvs
with the caveat that i am still in get-going and do not have my first .apk build up yet it seems rather obvious to me how to do it as this would be an intermediate level work in Java - if Kyra were here I would be she would allow passing by reference here remoteOrBackGroundService(this); or

[android-developers] Re: Activity can not receive the same intent second time while the app which this activity belongs to launched from another app.

2011-11-16 Thread Zsolt Vasvari
What the hell are you talking about? On Nov 17, 2:49 pm, BelvCompSvs fa829...@gmail.com wrote: with the caveat that i am still in get-going and do not have my first .apk build up yet it seems rather obvious to me how to do it as this would be an intermediate level work in Java - if Kyra were

[android-developers] Re: Samsung Galaxy s2 Browser not working.

2011-11-16 Thread Zsolt Vasvari
Have you tried dipping the phone into the toilet bowl? That usually works for me. On Nov 17, 2:44 pm, Archana archana.14n...@gmail.com wrote: Hi , I am using samsung galaxy s2. Till yesterday morning its browser was working fine. But now its showing web page not available. Its connected to

[android-developers] Re: Ice Cream Sandwich -- possible Crypto incompatibility

2011-11-16 Thread Zsolt Vasvari
I see. ACA 4.x has handleSilentException() which (I think) might work. You might want to just wrap with RuntimeException instead of returning null, that way the cause won't be masked. I came to the same conclusion and already changed all my code catching checked exceptions. Anyway, it's

Re: [android-developers] Re: Ice Cream Sandwich -- possible Crypto incompatibility

2011-11-16 Thread Nikolay Elenkov
On Thu, Nov 17, 2011 at 3:54 PM, Zsolt Vasvari zvasv...@gmail.com wrote: Anyway, it's either one of NoSuchAlgorithmException, NoSuchPaddingException InvalidKeyException or InvalidAlgorithmParameterException. It is very unlikely that they removed an algorithm or padding from ICS, so that

Re: [android-developers] How to show Date Picker in AlertDialog

2011-11-16 Thread chandra sekhar
I can successfully show EditText field, Buttons and Text Views in AlertDialog.Builder using LayoutInflater . But I am unable to show datepicker (Not DatePicker Dialog) in AlertDialog.Builder. Can we show date picker in AlertDialog.Builder? Presumably, yes. If yes then How we can show?

[android-developers] Layout Height

2011-11-16 Thread Siva Prakash
Hi I have created custom layout LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:orientation=horizontal android:layout_width=fill_parent android:layout_height=15dip android:gravity=center_vertical ImageView android:id=@+id/logo

[android-developers] Re: Ice Cream Sandwich -- possible Crypto incompatibility

2011-11-16 Thread Zsolt Vasvari
Ok, thanks. On Nov 17, 3:12 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, Nov 17, 2011 at 3:54 PM, Zsolt Vasvari zvasv...@gmail.com wrote: Anyway, it's either one of NoSuchAlgorithmException, NoSuchPaddingException InvalidKeyException or InvalidAlgorithmParameterException. It

Re: [android-developers] Android programmer position at Arizona State University in Phoenix AZ

2011-11-16 Thread Rocky
Hi Eric, Are you looking Indian candidate, let me know On Thu, Nov 17, 2011 at 12:05 AM, Eric Hekler ehek...@asu.edu wrote: To all programmers I am looking to hire a new programmer, preferably in the Phoenix, AZ area to work on innovative new strategies in mHealth for promoting

Re: [android-developers] Layout Height

2011-11-16 Thread Raghav Sood
1) This is not, strictly speaking, a custom layout. 2) Use wrap_content. That way the layout will scale to the size of your content. Or use fill_parent, if you want to take up the entire screen, even if you don't need it. Thanks On Thu, Nov 17, 2011 at 1:05 PM, Siva Prakash

[android-developers] Re: localization bloats my app - is there an alternative approach?

2011-11-16 Thread Zsolt Vasvari
One thing to look at is that you are building against a the min SDK version at which the platform switched to UTF-8 for resource strings. How would we determine what version this was? I am also interested in this... -- You received this message because you are subscribed to the Google

[android-developers] Menu

2011-11-16 Thread fthusa
Can any one tell me How to show menu list when i click the button please send me sample codes -- 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

[android-developers] Re: Cheating the Rating, please google stop this.

2011-11-16 Thread Lew
On Wednesday, November 16, 2011 11:39:56 AM UTC-8, sblantipodi wrote: Hi google, I received this email from a well known contact that I can give you via PVT if you are interested in it. --- Hi, [snip] My team also am having a good command over english language..

Re: [android-developers] Menu

2011-11-16 Thread Ratheesh Valamchuzhy
see this link. http://www.codeproject.com/KB/android/AndroidMenusMyWay.aspx http://staticallytyped.wordpress.com/2011/05/05/android-how-can-you-implement-a-custom-menu-class/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To

<    1   2