[android-developers] Network related

2011-10-24 Thread sourabh sahu
I have a TextView, what I want is whenever my Network comes online/offline.It should get reflected to TextView. How Can I do this. Please suggest. Thanks, Sourabh -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Network related

2011-10-24 Thread Kristopher Micinski
Sounds like the first thing you need to be able to do is to be able to detect when the network comes online and offline right? http://developer.android.com/reference/android/net/ConnectivityManager.html On Mon, Oct 24, 2011 at 2:01 AM, sourabh sahu souruit...@gmail.com wrote: I have a TextView,

[android-developers] Re: Handling asynchronous events and blocking

2011-10-24 Thread Peter Webb
I can certainly create (say) a LinkedList of events which acts a queue of instructions for my main loop. My issue is that after processing an event, I have to remove it from the queue. According to http://download.oracle.com/javase/1.4.2/docs/api/java/util/LinkedList.html : Note that this

Re: [android-developers] Possible to get AppWidget Height?

2011-10-24 Thread Ashley McConnell
On Mon, Oct 24, 2011 at 6:44 AM, Mark Murphy mmur...@commonsware.comwrote: On Sun, Oct 23, 2011 at 6:04 PM, Ash McConnell ash.mcconn...@gmail.com wrote: They must not provide the same amount of space (even if you consider device independent pixels) as all units use dp. There is no such

[android-developers] No luck with new ICS CalenderContract

2011-10-24 Thread Zsolt Vasvari
I am trying to convert my Calendar code to the new ICS APIs. For starters, I am trying the simplest possible operation -- reading the list of Calendars. I am using the following code: context.getContentResolver().query(CalendarContract.CONTENT_URI, CALENDARS_PROJECTION, CALENDARS_WHERE, null,

Re: [android-developers] Slowdown when debugger is attached

2011-10-24 Thread Pepijn Van Eeckhoudt
No suggestions at all? There must be a way to do this. My hunch is that debugging slowdown is related to the amount of user code that is being invoked. So the more custom code you execute the more you'll see the slowdown. The android frameworks themselves don't seem to be influenced by this;

[android-developers] how to view a pdf file?

2011-10-24 Thread kalandar
dear friends, I need to view a pdf file in my application. Is any widget there for showing pdf in android. Or if any other way to do this... please let me know that... Regards Kalandar . N -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Access to voice/microphone during call

2011-10-24 Thread Danny S.
Hi, I am searching for a possibility to access the voice during a call - no recording: I want to change the spoken text live. Is this possible at all? Maybe there is no way... Is there any Android based API for this? I found nothing yet. Thanks in advance! -Danny S. -- You received this

Re: [android-developers] Network related

2011-10-24 Thread sourabh sahu
Thanks, but this thing I figured.main issue is ,there is a need of Thread kind of stuff which loops around whenever network comes online or offline. It should automatically reflect it to view. On Mon, Oct 24, 2011 at 11:47 AM, Kristopher Micinski krismicin...@gmail.com wrote: Sounds like the

[android-developers] Re: how to view a pdf file?

2011-10-24 Thread Sunil Mishra
Hi, If u have any application installed for viewing pdf file then you can use its intent to view the pdf in your application. For more reference : http://stackoverflow.com/questions/3831019/how-to-read-a-pdf-in-android On Oct 24, 12:02 pm, kalandar kasimk...@gmail.com wrote: dear friends,    

[android-developers] Re: HTC and LG haven't implemented Android in the right way

2011-10-24 Thread MobileVisuals
No, I didn't get the sample project, but it would be interested to see it, so could you send it again? Have you tested it on HTC devices? I don't get any black squares around the particles with my Quad approach either. On Oct 22, 12:59 pm, Nightwolf mikh...@gmail.com wrote: Did you get a sample

[android-developers] splitVIew on android

2011-10-24 Thread sourabh sahu
How to implement SplitView on android. Can we use fragment, IF yes How to implement Sliding in out feature in it. Thanks, Sourabh -- 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: Unit testing with the sdk tools r14?

2011-10-24 Thread BoD
Can anyone confirm this? Should I file a bug? Thanks! BoD -- 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] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread Dusk Jockeys Android Apps
It must be a bug, as the function does not appear deprecated, removed or otherwise according to the SDK. Ms Hackborn or anyone from Google had a chance to look at this yet? On Oct 22, 3:59 am, String sterling.ud...@googlemail.com wrote: I'm on the fence whether to report this as a bug, or just

Re: [android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread Romain Guy
The built-in live wallpapers rely on this feature and they seem to be working properly. Do you have a reproducible test case? On Mon, Oct 24, 2011 at 1:03 AM, Dusk Jockeys Android Apps duskjock...@gmail.com wrote: It must be a bug, as the function does not appear deprecated, removed or

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread String
Romain, There are no built in live wallpapers in the emulator, which is the only environment we have access to. I'll put together a minimal test case and post it to the bug tracker. It's certainly failing on both of my live wallpaper apps; one reason I posted here first was to see if other

[android-developers] Text on VideoView

2011-10-24 Thread Sambhav
Hi, Is it possible to overlay text on VideoView ? Regards, Sambhav -- 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] Re: NFC challenge/response

2011-10-24 Thread LS
Since I wrote this I've create a test app that listens for an NDEF TECH discovered intent and then, through use of an internal flag variable within the onNewIntent method, either reads or writes to the discovered tag. I've gotten this to work with a normal type 2 tag by performing the first

Re: [android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread String
Sure, I understand that. I just haven't had time to do that, been too busy trying to get my own apps working on ICS. String -- 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: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread Romain Guy
I am talking about the live wallpapers that are part of Android 2.3, 3.0 and 4.0. Android 2.3's live wallpaper source code is available for you to try. On Mon, Oct 24, 2011 at 1:22 AM, String sterling.ud...@googlemail.comwrote: Romain, There are no built in live wallpapers in the emulator,

[android-developers] Re: How to display NDEF message ?

2011-10-24 Thread Michael Roland
Hallo, as a start I would strongly suggest that you read the NFC Forum's specifications on the NDEF format and the record type definitions (RTDs). You can find them here: http://www.nfc-forum.org/specs/spec_dashboard/ Second I would suggest that you make use of the NDEF helper classes in Android

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread Zsolt Vasvari
Off topic: Actually, there is a Live Wallpaper in the emulator -- it's a wireframe spinning cube which spins at about 3 fps... On Oct 24, 4:45 pm, String sterling.ud...@googlemail.com wrote: Sure, I understand that. I just haven't had time to do that, been too busy trying to get my own apps

[android-developers] Re: Text on VideoView

2011-10-24 Thread Zsolt Vasvari
I assume you have tried it and having some kinf of problem? On Oct 24, 4:29 pm, Sambhav isamb...@gmail.com wrote: Hi, Is it possible to overlay text on VideoView ? Regards, Sambhav -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Implement an XML-RPC server on Android

2011-10-24 Thread skink
On Oct 24, 4:06 am, Weikang Wan weikang@gmail.com wrote: Resolved! Thanks. I found a reversed version from anddev.org forum. Cheers! On Oct 23, 9:00 pm, Weikang Wan weikang@gmail.com wrote: Hello pskink, I have put the TestXMLRPCServer you just checked in with the client

[android-developers] Newline char

2011-10-24 Thread Goutom
Hi I want to put a newline char in : android:text=Preset Location Alert after Preset I want to put a newline. How to do this? Regards Goutom Roy -- 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] sliding drawer example

2011-10-24 Thread vani reddy
Hi friends, I am trying to limit the height of sliding drawer naturally in android. but i am not able to.How to acheive this. Please reply. Thanks :) -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Possible to get AppWidget Height?

2011-10-24 Thread Mark Murphy
On Mon, Oct 24, 2011 at 2:56 AM, Ashley McConnell ash...@siroccoracing.com wrote: Is there a way to reliably get the height/width? There is no way at all to get the height/width.  From searching on StackOverflow it seems to be difficult with a widget with the only suggestion being wait for x

Re: [android-developers] Re: Eclipse, ADT and opening XML files

2011-10-24 Thread Kostya Vasilyev
Yes, Fix Project Properties worked for me too. The thing that actually changed is the project's .classpath: ?xml version=1.0 encoding=UTF-8? classpath classpathentry kind=src path=src/ classpathentry kind=src path=gen/ classpathentry kind=con

Re: [android-developers] Possible to get AppWidget Height?

2011-10-24 Thread Kostya Vasilyev
Ashely, You might want to test your widgets in landscape orientation, as that typically also has shortened widget height. If you don't have a phone with sliding keyboard, you can use the emulator for that. This page was updated for 4.0, and is now more clear than before on how widgets are

[android-developers] org.xml pull parser exception

2011-10-24 Thread arun kumar
my webservice is created in sap server .i want to authenticate to the server and fetch the response.while am doing am getting ORG.XML PULL PARSER EXCEPTION ..am attaching my code and wsdl file ... thanks in advance TextView tv; private String METHOD_NAME = ZemptrackEarnOview; // private

[android-developers] Google Maps do Android

2011-10-24 Thread Ray da Costa
Saudações... Pessoa alguem sabe se da minha aplicação conseguiria passar para aplicação google maps que está instalada no meu aparelho uma coordenada para ele gerar a roda, ou mostrar no mapa esta rota .. -- Ray da Costa The best way to predict the future is to invent it. Alan Kay -- You

Re: [android-developers] Possible to get AppWidget Height?

2011-10-24 Thread Ashley McConnell
Hi Kostya, On Mon, Oct 24, 2011 at 12:00 PM, Kostya Vasilyev kmans...@gmail.comwrote: Ashely, You might want to test your widgets in landscape orientation, as that typically also has shortened widget height. I have a separate layout for landscape orientation, I would have liked to have

[android-developers] Re: Airpush SDK

2011-10-24 Thread AFMoB
hello Zaid, Send a note to johnp...@airpush.com On Oct 21, 8:43 pm, Zaid zaid.a...@gmail.com wrote: hi guys, i accidentally deleted my old airpush SDK and the 4.0 SDK has some issues. could someone please upload/direct me to where i can get the older SDK? -- You received this message

[android-developers] OEM USB Driver for Pantech

2011-10-24 Thread John Ransom
Hi all, I am trying to put my android game onto my hardware for testing. It is a Pantech. The problem is I need to get the OEM USB Driver to do this but the link the android developers site sends me to is a foreign language site. I can't even get Google to translate it for me. This is the link

[android-developers] Help in Activities

2011-10-24 Thread AndroidSlacker
I'm new in android, can you give me a site that gives great info in android and gives useful codes which are discuss in the official android site. The site really is great, but I need some codes to apply it to. Thanks. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: GPS Location

2011-10-24 Thread hk what
what is your app? On 10/22/11, John Coryat cor...@gmail.com wrote: GPS doesn't require an internet connection but it does require receiving a very weak signal from a number of GPS satellites. That usually means a view of the sky. -John Coryat -- You received this message because you are

[android-developers] Problems with wificonfiguration ...

2011-10-24 Thread David Valuex
Hello, i have a problem with this code: *** WifiManager wifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE); WifiConfiguration wc = new WifiConfiguration(); wc.status = WifiConfiguration.Status.ENABLED; wc.SSID =

[android-developers] Re: Regarding profile

2011-10-24 Thread Alex Dsoza
I am looking for the same. Anyone plz help us!!! On Sep 23, 1:16 pm, sourabh sahu souruit...@gmail.com wrote: How to create our own profile with custom settings.Please provide some code for it. THanks, Sourabh -- You received this message because you are subscribed to the Google Groups

[android-developers] speech recording

2011-10-24 Thread ktuluceng
how to make speech recording application for android please help me my cod is true but ı dont understand application has stopped erorr :S ı folllow this link http://www.brighthub.com/mobile/google-android/articles/40737.aspx and apply my application but take a error please help me !!! -- You

[android-developers] How to make an alphabetic scroll bar like that in contacts

2011-10-24 Thread Abhishek Mukherjee
I am new to android developement and have only started to learn the basics. I have been asked to make an alphabetic scroll bar like that in the contacts (or like that in iphone). Can anyone tell me how to approach and perhaps explain it with an example? -- You received this message because you

[android-developers] related to android inbuilt camera

2011-10-24 Thread sandeep kumar
i m creating one camera application,in that i have one button ,when i pressed that button the inbuilt camera opens in landscape mode,i want the orientation of camera to be based on the device orientation.How it is possible? -- You received this message because you are subscribed to the Google

[android-developers] Hello Grid View Tutorial

2011-10-24 Thread Hopette
Hi! I've been trying to use the hello grid world tutorial from developer.android.com at this site http://developer.android.com/resources/tutorials/views/hello-gridview.html For some reason, my code debugs, but I get this error at runtime: The application HelloGridView (process

[android-developers] Play two videos simultaneously

2011-10-24 Thread kacho
Hi to all, I started learning Android but I'm still just a beginner. For a start I tried to port an app I made for web on Flash and faced a problem that probably won't let me do that. In that app I have a situation where two videos are played at the same time on the screen and the user can

[android-developers] Re : NFC phone operated Mifare Classic

2011-10-24 Thread Mifarenewbies
Hi all, Any informatioin how to read, write, increment decrement a valueblock with NEXUS S? Thanks for your help -- 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] Regarding system font size change system wide

2011-10-24 Thread alhad
Hi, I have a requirement where i need to provide an option for the customer to change font size Small, Medium and Large. When user chooses an option out of these 3, i want to change the system font as per the selection system wide. Is there any way to do that? Any code snippet would be

Re: [android-developers] Android Emulator internet connectivity Problem

2011-10-24 Thread hk what
It should work be automtic On 10/21/11, manish sandhan sandhan.man...@gmail.com wrote: I m new in android... I m not able to connect my android emulator to internet neither from my app nor from the android browser. I have tried adding uses-permission android:name=android.permission.INTERNET

[android-developers] speech recording

2011-10-24 Thread ktuluceng
how to make speech recording application for android please help me my cod is true but ı dont understand application has stopped erorr :S ı folllow this link http://www.brighthub.com/mobile/google-android/articles/40737.aspx and apply my application but take a error please help me !!! -- You

[android-developers] how to create a google like calendar on android 2.3.3

2011-10-24 Thread Innocent DJIOFACK
Hello i'm currently developping an application that will run on android 2.3.3 and the application will have the functionalyties of the calendar(with notification while the app is not working) i though about using a service to do that but i don't actually know how do somebody have an idea?

[android-developers] Using QR Code Open Facebook Application and Search Page

2011-10-24 Thread WinQi Lee
I create 1 QR Code, inside is 1 URL market://details? id=com.qrs.reader this URL is open your android market application(not browser) the question: now I create 1 QR Code, the URL is facebook:// then the URL is open my facebook application(not browser), so how I make it go to my page.

[android-developers] Missing Fastboot from Windows 32 SDK?

2011-10-24 Thread bonochromatic
I'm trying to unlock my HTC Incredible S according to HTC's unlock process. I've downloaded and installed the Android SDK and used the SDK Manager to update / install: - Android SDK Tools (14) - Android SDK Platform-Tools (8) - Android 3.2 (API 13) - Google USB Driver package (4) But no matter

Re: [android-developers] Eclipse, ADT and opening XML files

2011-10-24 Thread hk what
OS u runnin What On 10/19/11, Kostya Vasilyev kmans...@gmail.com wrote: With the two recent releases of ADT (it seems), my XML files by default don't open with the appropriate Android editor. The editor they open with is not the plain text editor, but rather some kind structured editor with

Re: [android-developers] Help in Activities

2011-10-24 Thread Ratheesh Valamchuzhy
plse go through this site u get a lot of tutorials http://www.androidpeople.com/toast -- 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,

[android-developers] Android TYPE_LINEAR_ACCELERATION sensor - what does it show?

2011-10-24 Thread Maep
0 down vote favorite share [fb] share [tw] I am developing application for car acceleration tracking. I used standard accelerometer, calibrating it in specific position before start, than - considering phone's orientation is not changing - logging accelerometer data for specified time and

[android-developers] Hello dears

2011-10-24 Thread BELAL YOUSEF
Hi Hope this message find you well dears , Indeed , i need your help to guide me to the best , shortest way to be able to build my own Android app. and the programming language i may have to know first , and other prerequired background . Thanks for your help in advance Regards -- You

Re: [android-developers] Re: Reading PayWave (ISO14443-B format) track information using Android 2.3.3 NFC API

2011-10-24 Thread Bashorings
Hi guys, I am currently trying to find out the magnetic field strength of the Nexus S. Do any of you have information on that? Cheers, Sebastian -- 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: Unit testing with the sdk tools r14?

2011-10-24 Thread tom
I have same problem. Any fixes? On Oct 21, 10:39 am, BoD bodlu...@gmail.com wrote: Hi! I have updated my project and my test project with the sdk tools r14, and I can no longer seem to get the tests running. First of all, the documentation

[android-developers] Re: using multiple advertising networks - is this possible?

2011-10-24 Thread maria
Hi, Yes, you can show ads from different network. If you user is from one Asia or Europe you can earn more using a specialized network. It can be a difficult if you do it by yourselft. I recommend you to use a network that switch from one network to another looking user's location Read this

[android-developers] Help needed to troubleshoot code

2011-10-24 Thread naman
Hello all, I am trying to build an app for android and am having issues with HTTP authentication I have asked the same question at stackoverflow but unfortunately have not recieved any responses to it... The question is here stackoverflow ques http://stackoverflow.com/q/7860268 . Can

[android-developers] RelativeLayout not working in ADT 14

2011-10-24 Thread nir segev
Hi, I would like to report an issue with RelativeLayout: When Loading a layout XML with RelativeLayout in the designer , all the relations properties are not taking effect. For example :Button A2 which should be below (android:layout_below=@ +id/A1) Button A1 however, the designer shows A2 as

[android-developers] Eclipse not deploying Android apps on device or Emulator

2011-10-24 Thread Mari
I just updated the SDK and ADT, I did not uninstall the previous versions I had, I just installed on top of it. Now I cannot get Eclipse to deploy Android apps to a device or to the emulator as a side note, I am also working with Rhomobile, and those apps get deployed to device and to the

[android-developers] Re: using multiple advertising networks - is this possible?

2011-10-24 Thread maria
I think that my message was lost. This article explain some that might help you. http://androidtweak.blogspot.com/ On 11 oct, 12:48, KevinC kevinch...@gmail.com wrote: Hi - Is it possible to switch between multiple advertising networks for placing in-app ads? For example, if I want to show an

[android-developers] Bitmap issues - failing silently, not OOM

2011-10-24 Thread ryanm
I have a simple function to get an image file from a remote server and return it as a bitmap, here: public static Bitmap getRemoteImage(final URL aURL) { try { final URLConnection conn = aURL.openConnection(); conn.connect(); InputStream is =

[android-developers] Standard Input and Output to Native Process Problem

2011-10-24 Thread phyll
Here is some code that doesn't work. I think it should and was hoping someone could tell me why it doesn't. It started out to be one thing and then grew into this which didn't work. Now its become kind of a challenge. Basically it starts the sh shell program and attempts to send commands to it and

[android-developers] Google Map : Replacing zoom buttom to a customize button and giving control to them

2011-10-24 Thread manish
Hi, Everybody Now a days, I am working on an Location-Based application. It uses google map. I am trying to customize the zoom control button and instead of default zoom bar, two button at the bottom of the map. I am able to putting the button at bottom of the map but unable to give zoom control

[android-developers] Maximum number of activities in a project...

2011-10-24 Thread Silju MC
Hi, I want to create a project with number of activities (Activity). Is there any limit? If i move foreword any memory issue will be there? -- 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] Android - dynamic web image - GUI

2011-10-24 Thread Tomas
Hi there, I am struggling how to define the image in my relative layout which will differ in size for different densities (but I am going to load this image from the web so I guess I can't use those dpi folders in my app for this). I am developing an app which displays information about the book

Re: [android-developers] trying to get the opengl-es10 tutorial to work

2011-10-24 Thread Prakash M
Are you seeing a blank screen? Without logs or trace, it is very difficult to analyze issues. Try calling glGetError method after each GL call to know whether any GL error occured or not. sample code for your reference. public static void checkError(GL g, String identifier) { int error; while

[android-developers] Alternative Camera Interfaces

2011-10-24 Thread Westley
Hey there. I'm writing an app that will be able to capture and upload pictures and video taken by the user. There is a very nice interface for launching the camera from your app, but I want to be difficult haha. I don't want to user to need to go through my app to use the service. They know how

[android-developers] MapActivity doubt

2011-10-24 Thread Vennila
Hi, I am trying an Mapapplication, its working for me alone.but i want to call a mapactivity after a button click of an main activity, i tried it with intents and onclick method, but it doesnt works for me.i ll show my code here, main activity.java import android.app.Activity; import

[android-developers] video file publishing in android

2011-10-24 Thread mohana priya
Hello android developers.I need to create an application for video file publishing to the server in android using rtmp client. Here is the sample code which i have tried http://code.google.com/p/android-rtmp-client/downloads/detail?name=rtmp_client_src.zipcan=2q= first i have tried this sample

[android-developers] Using Surface view to render SWF(Flex view ) under Tab Host

2011-10-24 Thread rohan
Hi, I am trying to render a flex view under one of the tab , but while navigating to another tab this Surface view (Flex view ) is not going away. I have tried setting visibility , setting height of the surface view but nothing seems to be working. Any pointer would be great. Thanks Rohan

[android-developers] 3D Engine

2011-10-24 Thread muizz
Assalam o aliukum. I am a student of BS-Computer Science. I want to make 3D android game on poultry form. I want to discuss that what is the best tool for 3D graphics handling and what is the suitable 3D engine in Android? Regards. -- You received this message because you are subscribed to the

[android-developers] Eclipse crashes when open layout designer

2011-10-24 Thread ya3qoob
I have a problem with eclipse, Whenever i try to open layout graphical designer while developing a project on android 2.2 or 1.6 platform, the eclipse crashes and exits immediately. This problem happens also when using any other platform version while setting the UI version in the layout

[android-developers] android bluetooth send string other device (like j2me,iphone,balcberry ...etc)

2011-10-24 Thread pankaj sharma
Hi, i m newbie in android devlopment. and i am tryning to connect and send string continous other devices with bluetooth. pls help me . thnks -- 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] Invoking Android app from external application

2011-10-24 Thread mohan kumar
Hi All, Is it possible to communicate android application [running in AVD / Actual Device] from external application like .NET / Java application ? best regards, Mohan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Difference between finish() and finishActivity() in android

2011-10-24 Thread muizz
Assalam o alikumk! I want to know the Difference between finish() and finishActivity() in android, in deeply. Regards. -- 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

[android-developers] Android + JAAS - How to use DatabaseServerLoginModule already configured

2011-10-24 Thread Rick
Hi Folks, I have never done anything related to JAAS nor Android so it is possible to me to say something wrong here so I am sorry. I created my own DatabaserverLoginModule since the one that came with JBoss 7.0.2 Full is now working fine. There is a known bug in PicketBox, so I had to override

Re: [android-developers] MapActivity doubt

2011-10-24 Thread Ratheesh Valamchuzhy
Add map activity in to the manifest file -- 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

Re: [android-developers] Difference between finish() and finishActivity() in android

2011-10-24 Thread Ratheesh Valamchuzhy
hi http://stackoverflow.com/questions/4182761/finish-old-activity-and-start-a-new-one-or-vice-versa http://stackoverflow.com/questions/4687303/how-do-i-finish-a-task-on-android http://stackoverflow.com/questions/7117690/whats-the-difference-between-finish-and-finishactivityint-requestcode-in-and

[android-developers] Android - Sign-In with JAAS

2011-10-24 Thread Ricardo Morais
Hi Folks, I have never done anything related to JAAS nor Android so it is possible to me to say something wrong here so I am sorry. I created my own DatabaserverLoginModule since the one that came with JBoss 7.0.2 Full is now working fine. There is a known bug in PicketBox, so I had to override

[android-developers] Re: Space widget in ADT Graphical Layout

2011-10-24 Thread Taf
Ok, well that explains a few things. I like the way you can see the structure with the show structure button. Grid mode sounds interesting as well, is that related to the Snap to Grid button? BTW, thanks for all the work on ADT, it's really great. I really like the new formatting for XML files,

Re: [android-developers] Network related

2011-10-24 Thread Kristopher Micinski
I don't think you thought about how to implement this using the way I described. Instead of having a thread sitting in the background, why not register a callback with the system that, whenever the connectivity changes, performs an appropriate action? For example, whenever the connectivity

Re: [android-developers] Difference between finish() and finishActivity() in android

2011-10-24 Thread muizz ahmad
thanks dear On Mon, Oct 24, 2011 at 4:33 AM, Ratheesh Valamchuzhy android...@gmail.comwrote: hi http://stackoverflow.com/questions/4182761/finish-old-activity-and-start-a-new-one-or-vice-versa http://stackoverflow.com/questions/4687303/how-do-i-finish-a-task-on-android

[android-developers] Re: WallpaperService.Engine.onOffsetsChanged() gone in ICS?

2011-10-24 Thread Darren K
I don't think the issue is that onOffsetsChanged() isn't getting called. It's that it only gets called once, with values of 0 for everything. I tried this with one of mine and logged calls to onOffsetsChanged(). It is not called while scrolling home screens. I noticed during Andy Rubin's

[android-developers] Re: Impossible to Create Write to or Read From Files in the SD Card

2011-10-24 Thread melis
Thanks for all replies! Before reading the commands i went for a walk for 5 minutes. When i turned back tried this code snippet,it worked. I wanted to share for who will have the same problem with me. But i realized createNewFile() function is useless. It creates the file even if i use or not. Is

Re: [android-developers] Network related

2011-10-24 Thread sourabh sahu
Can you please provide me little bit of Code for that. Thanks, Souerabh On Mon, Oct 24, 2011 at 5:14 PM, Kristopher Micinski krismicin...@gmail.com wrote: I don't think you thought about how to implement this using the way I described. Instead of having a thread sitting in the background,

Re: [android-developers] Re: Handling asynchronous events and blocking

2011-10-24 Thread TreKing
On Mon, Oct 24, 2011 at 1:20 AM, Peter Webb r.peter.w...@gmail.com wrote: This must be a very common problem, and I would expect a simple standard solution. As I mentioned, on other platforms I have used a guaranteed atomic process (file creation)as a semaphore for synchronisation, but I doubt

[android-developers] Re: RelativeLayout not working in ADT 14

2011-10-24 Thread Efi Merdler-Kravitz
Hi Nir, I'm having exactly the same problem, any luck ? Efi On Oct 22, 11:47 pm, nir segev nirse...@gmail.com wrote: Hi, I would like to report an issue with RelativeLayout: When Loading a layout XML with RelativeLayout in the designer , all the relations properties are not taking effect.

[android-developers] stack overflow error in listview android

2011-10-24 Thread vani reddy
Hi friends, I am getting stack overflow error ,when i scroll the normal listview which comprises of only text . Below the stack trace: 10-24 17:48:43.400: ERROR/AndroidRuntime(912): java.lang.StackOverflowError 10-24 17:48:43.400: ERROR/AndroidRuntime(912): at

Re: [android-developers] stack overflow error in listview android

2011-10-24 Thread Ratheesh Valamchuzhy
give the code -- 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

[android-developers] Re: Scenario where initLoader() does not call onLoadFinished()

2011-10-24 Thread kaciula
The new revision (rev. 4) of android support package fixes these issues. -- 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

Re: [android-developers] Re: alarm type application: alarm manager not waking up application

2011-10-24 Thread John Goche
On Mon, Oct 24, 2011 at 1:57 AM, John Goche johngoch...@googlemail.comwrote: Well, here is what I am doing now: I acquire a wakelock inside the broadcast receiver and release it from my activity. The only problem I have is that the play() method is asynchronous. I would like to be notified

Re: [android-developers] Newline char

2011-10-24 Thread TreKing
On Mon, Oct 24, 2011 at 5:03 AM, Goutom goutom.sust@gmail.com wrote: How to do this? http://tinyurl.com/3ro35f2 http://tinyurl.com/3ro35f2 - TreKing

Re: [android-developers] Google Maps do Android

2011-10-24 Thread TreKing
You should post in English ... like the quote in your signature ... - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You

[android-developers] Data values not populating in the gridview on screen orientation using onConfigurationChanged

2011-10-24 Thread Shajahan
In the onCreate() method of an activity -- done all the initialization part and also invoked the server using the HTTP connection, to get the images -- am using the onConfigurationChanged() of an activity to get the handle of the Screen Orientation -- but when it is rotated from horizontal to

[android-developers] Android 3.1 and Bluetooth HID

2011-10-24 Thread Johan Zander
The Android 3.1 Platform Highlights [1] states: To make the platform even better for gaming, Android 3.1 adds support for most PC joysticks and gamepads that are connected over USB or Bluetooth HID. Has anyone out there successfully got an Android application to communicate with a Bluetooth HID

[android-developers] onCallStateChanged(int state, String number)

2011-10-24 Thread ch
Hi, I observed an undocumented behavior of the method PhoneStateListener.onCallStateChanged(int state, String incomingNumber). When the method is called on a new ringing call the incommingNumber is provided, but in the other 2 cases the number is missing!! My question is: Is this the default

Re: [android-developers] stack overflow error in listview android

2011-10-24 Thread vani reddy
ll=(LinearLayout)findViewById(R.id.listView); linflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); search_interest =(EditText)findViewById(R.id.search_interest); EditText search_location =(EditText)findViewById(R.id.search_interest);

Re: [android-developers] stack overflow error in listview android

2011-10-24 Thread vijayakumar M
Check u'r XML file... may be error in XML... On Mon, Oct 24, 2011 at 6:37 PM, vani reddy vani.reddy.bl...@gmail.comwrote: ll=(LinearLayout)findViewById(R.id.listView); linflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); search_interest

Re: [android-developers] stack overflow error in listview android

2011-10-24 Thread Ratheesh Valamchuzhy
give the full project folder, (easy to find the errors) -- 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

  1   2   >