Re: [android-developers] Google IO

2012-03-27 Thread Marcelo Henrique
forget. Google IO 2012 2012/3/27 Justin Anderson magouyaw...@gmail.com Wrong group... Try the android discuss group On Mar 27, 2012 8:47 AM, Marcelo Henrique marceloh...@gmail.com wrote: someone registered ? -- - Marcelo Henrique - Se não

[android-developers] XMPP Openfire Asmack

2012-03-27 Thread Tarilo
Hi We are in development of xmpp client. We use Openfire server and Asmack. We have a problem when internet connection crash. Client A send message to client B. All works fine. Now client B loss connection, the server have client B online but it’s offline. Client A send a message to client

Re: [android-developers] How to load web page in background

2012-03-27 Thread Lucas Diego
Actually we don't need the first consumeContent(); it was a part of test code and I forgot to take it off. :-D well... I had never used SerializableEntity, so I can't say whether it works or not. I think u can create a class or method that returns the html page's code and then showing it in a

[android-developers] Re: Problem for calling ListActivity

2012-03-27 Thread Fernando Marques
Help Please. -- 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...@googlegroups.com For more

Re: [android-developers] XMPP Openfire Asmack

2012-03-27 Thread mike digioia
We are working on the same project here and maybe we can collaberate on issues like this. I have not noticed this exact issue but many like it. Once white board is up it keeps going over night. When I close one phone the other still stays connected and openfire still shows both phones as active.

[android-developers] Re: use of audio streams

2012-03-27 Thread lbendlin
This entirely depends on how cooperative you want to be with the other applications on the device that may use the audio services at the same time. On Tuesday, March 27, 2012 11:09:26 AM UTC-4, RedBullet wrote: I am building an app that will do TTS to read turn by turn directions for

[android-developers] Re: Referring other library projects from within a library project.

2012-03-27 Thread MB
No, this won't work for me. I want to refer to a library project from within a library project. I want to create projects like the following: Application project - library 1 project - library 2 project On Mar 26, 10:23 pm, Y2i yur...@gmail.com wrote: Would this

Re: [android-developers] Re: Problem for calling ListActivity

2012-03-27 Thread Justin Anderson
Narrow down your problem a little bit more... Give specifics about the problem you are having. Then you might actually get some help. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Mar 27, 2012 at 11:42 AM, Fernando Marques

[android-developers] Re: use of audio streams

2012-03-27 Thread RedBullet
Since what I am doing is navigation, it should be heard over anything else (except phone calls). On Tuesday, March 27, 2012 1:43:22 PM UTC-4, lbendlin wrote: This entirely depends on how cooperative you want to be with the other applications on the device that may use the audio services at

Re: [android-developers] Re: use of audio streams

2012-03-27 Thread Kristopher Micinski
I think people would all make similar arguments for their applications, however.. (mp3 players, etc..) kris On Tue, Mar 27, 2012 at 1:49 PM, RedBullet scottedchap...@gmail.com wrote: Since what I am doing is navigation, it should be heard over anything else (except phone calls). On

Re: [android-developers] Re: Referring other library projects from within a library project.

2012-03-27 Thread Mark Murphy
With the R17 tools, this is working fine for me. I have a library project (EmPub) which is referring to other library projects (ActionBarSherlock, LoaderEx) without issue. I don't think this was readily possible before R17, though. On Tue, Mar 27, 2012 at 1:46 PM, MB manoj.bi...@gmail.com wrote:

[android-developers] Re: Accessing a class function from another class

2012-03-27 Thread Lew
Matt Green wrote: I've not been doing Android (or Java) programming very long, so I'm still getting my head around the android/Java specific features. I'm trying to integrate C2DM into a simple app I've made. My current app grabs some JSON data and puts it into a ListView, this is all

Re: [android-developers] Re: Referring other library projects from within a library project.

2012-03-27 Thread Y2i
It was working for me before R17 tools were available and works with R17 tools too. -- 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,

Re: [android-developers] Re: Referring other library projects from within a library project.

2012-03-27 Thread Ralph Bergmann | the4thFloor.eu
Am 27.03.12 20:43, schrieb Y2i: It was working for me before R17 tools were available and works with R17 tools too. +1 -- 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] Re: Adding Java JCE provider statically as part of Android

2012-03-27 Thread garaus
Are any updates regarding to this? On Wednesday, September 29, 2010 8:06:38 AM UTC-4, Kamal wrote: Hi, Is there a way to load Java JCE provider statically as part of Android. Regards, Kamal. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Adding Java JCE provider statically as part of Android

2012-03-27 Thread garaus
Are any updates regarding to this? On Wednesday, September 29, 2010 8:06:38 AM UTC-4, Kamal wrote: Hi, Is there a way to load Java JCE provider statically as part of Android. Regards, Kamal. On Wednesday, September 29, 2010 8:06:38 AM UTC-4, Kamal wrote: Hi, Is there a way to

Re: [android-developers] Re: use of audio streams

2012-03-27 Thread lbendlin
and they will be rather quick with the Uninstall button if they don't like the way your app does it. On Tuesday, March 27, 2012 2:16:58 PM UTC-4, Kristopher Micinski wrote: I think people would all make similar arguments for their applications, however.. (mp3 players, etc..) kris On Tue,

Re: [android-developers] Re: use of audio streams

2012-03-27 Thread RedBullet
Back to the question please, how do I decide which stream I use? Or am I thinking of this incorrectly? The behavior I want is that I want my TTS to be heard. On Tuesday, March 27, 2012 5:01:05 PM UTC-4, lbendlin wrote: and they will be rather quick with the Uninstall button if they don't

[android-developers] Re: How to send/pass string to a web service from emulator and that web service returns same string.

2012-03-27 Thread Ali Chousein
You need to check the interface of your web-service. Only then you can know how exactly to send information to it and retrieve information from it. Other than that in general you use HTTPPost (http:// developer.android.com/reference/org/apache/http/client/methods/ HttpPost.html) and HTTPGet

[android-developers] Re: My app was suspended for a donate button, Google hasn't responded?

2012-03-27 Thread Ali Chousein
Well, I guess Google is quite strict on this. If you get money from users in any way, you have to pay Google the fee it's charging for using the Google Play platform. I have no idea how to reach them to discuss your case, but I see that what you did is indeed violation of their policies.

[android-developers] Re: Problem for calling ListActivity

2012-03-27 Thread Ali Chousein
Inside the click listener of your button start your ListActivity by calling startActivity (study this link: http://developer.android.com/reference/android/app/Activity.html)  Also note that you have to define your ListActivity in the manifest file. Hope it helps.

[android-developers] Re: Save the whole Intent and context at somewhere

2012-03-27 Thread Ali Chousein
your reply will not handle my  call when my application is running in background.Is there any other way? Well, I'm not sure if I agree. I still have a feeling that you are not implementing your broadcast receiver correctly. - Ali Chousein

[android-developers] Re: LinkedIn integration issue

2012-03-27 Thread Ali Chousein
They have quite good documentation on this. Follow what is explained here: http://developer.linkedin.com/rest - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com |

[android-developers] Re: My app was suspended for a donate button, Google hasn't responded?

2012-03-27 Thread Chris Gustafson
I guess if that's their policy, then fine, I'll remove the feature and upload a new APK (which they suggested in the notification email). But I have no way of doing that since it's suspended. Other than changing the package name, but that would require the 150+ people who downloaded it to

[android-developers] RemoteViewsFactory Listview in a widget question.

2012-03-27 Thread Brandon Tiller
I have a widget that has a textview header / listview / textview footer. Listview is being populated in a remoteviewsfactory. After the population of the listview how can I get the number of items in the listview into the footer textview. It doesn't appear that those textviews are accessible

[android-developers] Re: Transitioning from debug to release builds

2012-03-27 Thread Chris Pearson
Creating a release build doesn't remove the Log messages. It would be nice to be able to disable them automatically that way, though. On Mar 27, 8:22 am, RedBullet scottedchap...@gmail.com wrote: In my app I have Warning, Debug, Information, and Verbose logging. They ALL see to get logged

[android-developers] record video with camera

2012-03-27 Thread MANJINDER SANDHA
i want code of recording video with camera in android... -- 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] org.xmlpull.v1.XmlPullParserException: expected: END_TAG

2012-03-27 Thread Vish nl
Hi, This is regarding consuming PHP based webservice using ksoap2 in android platform(version 2.3.1). The exception occurs when at line androidHttpTransport.call(SOAP_ACTION, envelope); as per below code. Please could you help on this issue regarding the exception. Below is the code snippet

[android-developers] camera api

2012-03-27 Thread MANJINDER SANDHA
how to capture multiple frames with camera in android? -- 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] how to different button design using xml code

2012-03-27 Thread chayan chowdhury
hi i want to create different size button like circle,oval using xml codeing.can u help me anyone.so i ll be greatful to u people. regards chowdhury -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Android : how to refresh TableLayout data while switching from one tab to other?

2012-03-27 Thread Aniket Banerjee
0 down vote favorite share [g+] share [fb] share [tw] I have two tabs. One tab shows all the data fetching from DB using TableLayout. From the other tab I enter data into DB. So now when I switch tab I should see the the new data from DB. As per my understanding I need to write my code inside :

[android-developers] how to insert image in text view

2012-03-27 Thread nani
Respected sir.im new this android field so please solve this query -- 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] Two ListViews and viewpager

2012-03-27 Thread Frederic
I have an activity that has a layout with a Listview and a Viewpager in it. The Viewpager is basically another listView that can change pages. So the data description for the first ListView is contained in the view pager listView. So one row of data in the first listView correspond to one row

[android-developers] Re: ICS - OpenGLRenderer is out of memory! on Launcher application (Fonts are broken)

2012-03-27 Thread li jinyu
How big of a font is considered big? On Wednesday, February 22, 2012 5:51:19 AM UTC+8, sparky wrote: Hi Johnnie, Is your widget using very big fonts? -- 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] Re: Closing system dialogs (ACTION_CLOSE_SYSTEM_DIALOGS?)

2012-03-27 Thread Nilson Aguiar
Hi have you discovered something ? I'm still stuck in the same situation! Em sábado, 25 de fevereiro de 2012 17h40min35s UTC-3, David Scherfgen escreveu: Hello, I'm desperately looking for a way to close system dialogs. For example, when you set up call forwarding, you get a confirmation

Re: [android-developers]

2012-03-27 Thread Mahabaleshwara Adiga
Hi, You can try this source code; ?xml version=1.0 encoding=utf-8? TabHost xmlns:android=http://schemas.android.com/apk/res/android; android:id=@android:id/tabhost android:layout_width=fill_parent android:layout_height=fill_parent LinearLayout android:orientation=vertical

[android-developers] Are we allowed to email Google Play customers?

2012-03-27 Thread Damir
I can't seem to find a concrete answer on this so I'm reaching out for some help. If I sell an app on Google Play, am I allowed to contact those customers (promotions, updates, stay in touch...)? I've seen some reports that is not permissable according to the rules but then I've seen people

[android-developers] How to get the TextView values in ListView

2012-03-27 Thread Mahabaleshwara Adiga
Hi, I am using ListView CustomAdapter and i had placed the values in ListView. When i am clicking particular row in listview, i want to extract the textview values of that corresponding row. How to get these values..??? Plz Help me.. I am using these code public void onItemClick(AdapterView?

[android-developers] Remove / change website elements?

2012-03-27 Thread adr990
Hello everyone, I would like to change the layout of a website on the fly, with just an andriod app. Like removing images and change divs elements etc. But I can't find a starting code / tutorial for it. I'm using Java Eclipse SDK to program for android. Could you guys may give me a helping

[android-developers] caller uid xxxxx is different than the authenticator's uid

2012-03-27 Thread liero.proapps
When trying to add a new Account to android 2.3.6 using the method : AccountManager am = AccountManager.get(this); boolean accountCreated = am.addAccountExplicitly(account, password, null); There is a service that should authenticate : public class

[android-developers] how to upload picture which taken by camera to web service

2012-03-27 Thread My Heaven
Hi all , i want upload some pic to web service using SOAP protocol how to write code for web service in C# to do it -- 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

[android-developers] sdk tools 17 and 'normal' java projects in eclipse

2012-03-27 Thread ehm djii
hello, after 3 days of fixing annoying issues caused by the latest tools update, i have come to one final issue. i have an android project (not a library) in my eclipse. this project uses classes from other normal java projects in eclipse (non-android projects) which i have put in the build

[android-developers] Media player no video

2012-03-27 Thread aglasofmilk
Hi! I have a problem with playing videos through mediaplayer. I have a sound but no video. I was searching a lot of thread but can't find solve for my problem. Is is something wrong with the code? Or is it something else. Here's the code: public class TestStream1 extends Activity implements

[android-developers] C# webclient in Android/Java

2012-03-27 Thread Brofalad
Hi, I have this example code in C#, but I what to use Android/Java C#/.NET var baseUrl = *https://eventor.orientering.se/api/*https://eventor.orientering.se/api/ ; var client = new System.Net.WebClient(); client.Headers.Add(ApiKey, 99xd0307); var bytes =

[android-developers] Re: Transitioning from debug to release builds

2012-03-27 Thread RedBullet
I guess I don't understand what the documentation means when it says Debug logs are compiled in but stripped at runtime it implies there is some processing that takes place. If the answer is that the developer should comment out or otherwise remove Verbose/Debug log statements it seems

Re: [android-developers] Re: Transitioning from debug to release builds

2012-03-27 Thread Kristopher Micinski
You can also try proxying the logger class into your own, and in your implementation comment out the debug functions. The calls will simply be optimized away (even without JIT, Dalvik will remove these..) kris On Tue, Mar 27, 2012 at 8:31 PM, RedBullet scottedchap...@gmail.com wrote: I guess I

Re: [android-developers] Re: Adding Java JCE provider statically as part of Android

2012-03-27 Thread Nikolay Elenkov
On Wed, Mar 28, 2012 at 5:34 AM, garaus m.shu...@gmail.com wrote: Are any updates regarding to this? Not unless you build your own firmware. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Transitioning from debug to release builds

2012-03-27 Thread Nikolay Elenkov
On Wed, Mar 28, 2012 at 10:13 AM, Kristopher Micinski krismicin...@gmail.com wrote: You can also try proxying the logger class into your own, and in your implementation comment out the debug functions.  The calls will simply be optimized away (even without JIT, Dalvik will remove these..)

Re: [android-developers] Re: Transitioning from debug to release builds

2012-03-27 Thread Kristopher Micinski
Right, but my point is that you can even do this without the ifs, as you probably don't want to put them all over your code, and a null method body will get optimized away. kris On Tue, Mar 27, 2012 at 9:19 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, Mar 28, 2012 at 10:13 AM,

Re: [android-developers] Re: Transitioning from debug to release builds

2012-03-27 Thread RedBullet
Can you explain how I would proxy it? On Tuesday, March 27, 2012 9:22:07 PM UTC-4, Kristopher Micinski wrote: Right, but my point is that you can even do this without the ifs, as you probably don't want to put them all over your code, and a null method body will get optimized away. kris

Re: [android-developers] Re: Transitioning from debug to release builds

2012-03-27 Thread Nikolay Elenkov
On Wed, Mar 28, 2012 at 10:22 AM, Kristopher Micinski krismicin...@gmail.com wrote: Right, but my point is that you can even do this without the ifs, as you probably don't want to put them all over your code, and a null method body will get optimized away. This could in the proxy, yes. My

Re: [android-developers] Re: Transitioning from debug to release builds

2012-03-27 Thread Kristopher Micinski
Right, so either way is your preference. kris On Tue, Mar 27, 2012 at 9:31 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, Mar 28, 2012 at 10:22 AM, Kristopher Micinski krismicin...@gmail.com wrote: Right, but my point is that you can even do this without the ifs, as you

Re: [android-developers] record video with camera

2012-03-27 Thread Jim Graham
On Tue, Mar 27, 2012 at 06:35:35AM -0700, MANJINDER SANDHA wrote: i want code of recording video with camera in android... You should probably get to work on it, then. Later, --jim -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4)MiSTie #49997 Running FreeBSD 7.0

Re: [android-developers] caller uid xxxxx is different than the authenticator's uid

2012-03-27 Thread Nikolay Elenkov
On Tue, Mar 27, 2012 at 6:45 PM, liero.proapps proapps.sen...@gmail.com wrote: When trying to add a new Account to android 2.3.6 using the method : You might want to explain what the problem is. Far from clear by looking at a bunch of code full of TODOs. Start by detailing what you are trying

[android-developers] google io

2012-03-27 Thread Greg Donald
That's sad when scalpers can get Google IO tickets: http://www.ebay.com/sch/i.html?_nkw=google%20io_fscr=1 But a full time Android developer like myself only gets to see the No Tickets Available page from 7 to 7:29am. How can there be no tickets available at 7:04am, 7:09am, etc, but the

Re: [android-developers] sdk tools 17 and 'normal' java projects in eclipse

2012-03-27 Thread Nikolay Elenkov
On Wed, Mar 28, 2012 at 2:29 AM, ehm djii ehmd...@gmail.com wrote: so, how can you reference normal java projects from an android project as of sdk tools 17? You can. The only change you need to make is to mark the project as exported, so its classes get added to classes.dex. 1. Open

Re: [android-developers] How to get the TextView values in ListView

2012-03-27 Thread BNReddy
String[] data;  public void onItemClick(AdapterView? arg0, View arg1, int position, long id) { String temp= data[position]; TextView tv = (TextView)findViewById(R.id.videoId);               tv.setText(temp); } -- Regards, Narayanareddy.B 9032478372 -- You received this

Re: [android-developers] write addPreferencesFromResource(R.xml.preferences); without extending preferenceactivity

2012-03-27 Thread jagruti sangani
Thanks Justin Anderson, but when in our class which does not extend any activity thenh we can write any control like ((Activity) context).findviewbyid(R.id.button1); Thats way i want to write this addprefernce.. line. On Tue, Mar 27, 2012 at 9:34 PM, Justin Anderson

Re: [android-developers] Re: Save the whole Intent and context at somewhere

2012-03-27 Thread jagruti sangani
Thanks Ali for your reply, broadcastreceiver is perfectly work when my application is run in front but when it go in background then call will not handle. On Wed, Mar 28, 2012 at 4:37 AM, Ali Chousein ali.chous...@gmail.comwrote: your reply will not handle my call when my application is

[android-developers] How to close the dialogbox when clicking on the menu button

2012-03-27 Thread android developer
Hi Good morning to all. Please help me on this. How to close the dialogbox when clicking on the menu button? Thanks you all. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] How to close the dialogbox when clicking on the menu button

2012-03-27 Thread ravindra bhavsar
Ummm..why? On Wed, Mar 28, 2012 at 10:32 AM, android developer android.developer4...@gmail.com wrote: Hi Good morning to all. Please help me on this. How to close the dialogbox when clicking on the menu button? Thanks you all. -- You received this message because you are

[android-developers] Android database

2012-03-27 Thread Kirupa
How can we access database of a android application(in android phone) from another database of a same android application but another android phone through the Bluetooth.(same application, same database but different android phone) -- You received this message because you are subscribed to

Re: [android-developers] how to insert image in text view

2012-03-27 Thread Ratheesh Valamchuzhy
use android:bakground property of text view. -- 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] How I disable GPS when i exit Application

2012-03-27 Thread Ankit Kasliwal
Hello, I have problem in my application when i press exit i try to close all my activity but GPS running so how i disable GPS status and close my application (because when i go to Application manager it's show mw my application running and force close button enable) my code to close all

<    1   2