Re: [android-developers] Re: Getting Discovered Bluetooth Devices List Returns Too Late

2011-07-12 Thread Shashidhar
You should have 2 broadcast receivers. one for getting the discovered bluetooth devices in your list using ACTION_FOUND intent filter. second one is for Knowing when the discovery is completed using ACTION_DISCOVERY_FINISHED. In this broadcast receiver, you should take the devices list when you

[android-developers] R: Re: Relying on other apps using intents - user perspective

2011-07-12 Thread Federico Paolinelli
Il giorno martedì 12 luglio 2011 01:16:46 UTC+2, Streets Of Boston ha scritto: You can just embed the core library of ZXing in your own app. Then you can take a look at the code ZXing's android-client app and copy what you need. This embeds the scanner right into your app. Pro: no need

[android-developers] Re: how to perfrom long press on screen, and how to get text on screen in monkeyrunner

2011-07-12 Thread frank
Hi , Thanks for the reply. Actually the scenario of my script is to scroll screen, touch on specific menu item, long touch on an item. The script should haveonly touch operations as I am working with only touch enabled device(NO keypad, Full touch device). I came across one utility called

Re: [android-developers] Re: WebView - How can I block/deactivate all the links in a WebView after the content is loaded?

2011-07-12 Thread Miguel Morales
There are a few options. You can set a custom webview client and override onShouldOverride and make it so that the webview never navigates away from the page. If you control the server side, have the page load without the links being clickable. Or insert a piece of javascript that disables the

Re: [android-developers] Re: implementation of kakao talk

2011-07-12 Thread sweta sweta
Thanks for the information On Fri, Jul 8, 2011 at 4:21 PM, bash bashiratta...@googlemail.com wrote: Use the smack API for Android its very easy to use and implement an XMPP client with it. You can find it here http://code.google.com/p/asmack And documentation here

[android-developers] Re: Merge Path instances (graphics)?

2011-07-12 Thread gjs
Hi, Looks like your code only need 1 path anyway. Regards On Jul 12, 12:41 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Tue, Jul 12, 2011 at 7:28 AM, roplacebo r.praeho...@googlemail.com wrote: Sorry, if can't read this simple example, you probably won't be able to help here

[android-developers] Re: NFC card emulation, NXP PN544 and S2C (NFC-WI)

2011-07-12 Thread petr.maza...@mautilus.com
Dear Martin, Still few questions:) Not to NXP's S2C but to NFC-WI, which is standardized in ECMA-373 (you'll find that on Google). I was thinking S2C is an NXP implementation (e.g. the commercial name) of the NFC-WI. Both,S2C and NFC-WI, looks pretty similar. So

Re: [android-developers] Re: HttpClient only working on WiFi?

2011-07-12 Thread Nikolay Elenkov
On Tue, Jul 12, 2011 at 11:56 AM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Mon, Jul 11, 2011 at 9:15 PM, Streets Of Boston flyingdutc...@gmail.com wrote: Wild guess... and i could be totally wrong: It could be a proxy returning an empty result for some reason. Try to set the HTTP

[android-developers] Re: How to know what internal process runs an application

2011-07-12 Thread Doug
Why not query the pid of each process and keep track of them? That shouldn't be so hard. Doug On Jul 10, 11:46 pm, elDoudou the.edouard.merc...@gmail.com wrote: Mark, your answer does not answer to my problem. I am an Android advanced developer and I have a good reason to spawn a new

[android-developers] Re: Problem to stop handler in widget

2011-07-12 Thread GuiZ
How i can solve this or bypass? On 11 Lug, 19:29, Mark Murphy mmur...@commonsware.com wrote: Sbarazzarsi del gestore dal widget app.BroadcastReceivers non è possibileutilizzare in modo affidabile le cose che continuerà dopo OnReceive () (o, nelcaso di un, AppWidgetProvider onUpdate ()).

[android-developers] Re: How to know what internal process runs an application

2011-07-12 Thread elDoudou
Hello Doug and thank you. The process id does not indicate the Android declared process in the AndroidManifest.xml file, unfortunately. What I need to know is the android:process which causes the process to start. If I declare a service in the manifest with a specific process name (tag

[android-developers] Re: A large number of messages are being sent -- How to get around it?

2011-07-12 Thread inxis
I've used both the physical device and the emulator. I'm using samsung galaxy spica on Android OS 2.1 On Jul 12, 11:01 am, rich friedel rich.frie...@gmail.com wrote: Are you using a physical device or the emulator when you are testing? -- You received this message because you are subscribed to

[android-developers] MMS on Network

2011-07-12 Thread A N K ! T
Hi All, I have an issue. I want to send MMS. if i use Intent then it is starting application which can send MMS. I need to sent it by default. I have gone through the code of MMS native app there is a Class called MMSMessageSender which is responsible for sending mms(I think). but dont know

[android-developers] Screen size supported

2011-07-12 Thread mark2011
Dear All : Is there anyone know the maximum screen size supported by Android? Is it possible to display on 1366 X 738 density? Thanks. BR,Mark -- 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] Screen size supported

2011-07-12 Thread shanmu nathan
HI , Refer Below Link. http://developer.android.com/guide/practices/screens_support.html On Tue, Jul 12, 2011 at 2:54 PM, mark2011 androidmark2...@gmail.com wrote: Dear All : Is there anyone know the maximum screen size supported by Android? Is it possible to display on 1366 X 738

[android-developers] Aw: List with checkboxes problem

2011-07-12 Thread jjoe64
try to use android.R.layout.checkable list item or something like that. have a look to the source 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

[android-developers] read image as text

2011-07-12 Thread Lwe
how to read image as text -- 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

Re: [android-developers] Aw: List with checkboxes problem

2011-07-12 Thread ram dharan
what r u trying to do exactly?? -- 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] APK Size

2011-07-12 Thread luiX_
Another option would be uploading different APKs for each resolution supported (i.e: high, medium and low) and publish them with three different names (i.e: name H, name M, name L) and use the filters so each package only shows when browsing the market from the targeted device. It's a ton of

Re: [android-developers] Re: A large number of messages are being sent -- How to get around it?

2011-07-12 Thread Mark Murphy
On Mon, Jul 11, 2011 at 9:17 PM, inxis smeb...@gmail.com wrote: I have tried sending fewer than 100 messages at a time but the pop-up still opens whenever I reach the limit, which is 100 messages. I set the application to send 1 message at a time and loop until all the messages are sent.

Re: [android-developers] Re: Problem to stop handler in widget

2011-07-12 Thread Mark Murphy
Don't try to update an app widget every 10 seconds. Do something more coarse-grained (e.g., every minute or more) and use AlarmManager. 2011/7/12 GuiZ g.camerli...@gmail.com: How i can solve this or bypass? On 11 Lug, 19:29, Mark Murphy mmur...@commonsware.com wrote: Sbarazzarsi del gestore

Re: [android-developers] SMS Broadcastreceiver not received when GO SMS Pro installed

2011-07-12 Thread Mark Murphy
On Mon, Jul 11, 2011 at 11:08 PM, rich friedel rich.frie...@gmail.com wrote: Yeah... Go SMS Pro really screws with things... the only thing I can figure is they are absorbing the incoming broadcast and somehow not letting it through so that other receivers can do what they need to do. The OP

Re: [android-developers] Re: A large number of messages are being sent -- How to get around it?

2011-07-12 Thread Raghav Sood
The limit is 100 messages per hour. http://www.xda-developers.com/android/increase-the-sms-limit-on-android/ On Tue, Jul 12, 2011 at 3:53 PM, Mark Murphy mmur...@commonsware.comwrote: On Mon, Jul 11, 2011 at 9:17 PM, inxis smeb...@gmail.com wrote: I have tried sending fewer than 100 messages

[android-developers] Re: Relative layout java

2011-07-12 Thread Mike
imParams.addRule(CENTER_VERTICAL,true); imParams.addRule(ALIGN_PARENT_RIGHT, true); -- 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

[android-developers] Re: OMX_GetExtensionIndex failed Message

2011-07-12 Thread Ji
Hi, Thanks for replying: Can you suggest me what I may be doig wrong below? After onCreate() I call playVideo() when surface is created and then start the playback when onPrepared is called. After finishing playback I release the player. Can you suggest if we need to explicitly release

[android-developers] Re: Problem to stop handler in widget

2011-07-12 Thread GuiZ
Yes my problem it that i try to implement a textswitcher and every 10 second it's the time to switch the news on the widget but i think it's to expensive for battery. On 12 Lug, 12:24, Mark Murphy mmur...@commonsware.com wrote: Don't try to update an app widget every 10 seconds. Do something

[android-developers] Re: WebView - How can I block/deactivate all the links in a WebView after the content is loaded?

2011-07-12 Thread Nicolas Copernico
It sounds good, could you just point me out the classes or methods involved on this? -I'm already using a webview client in order to load all the next pages under the application. - As a side note, what would be that piece of javascript ? I do have access to server side, maybe it would be easier

[android-developers] Android as sattelite phone?

2011-07-12 Thread sourabh sahu
Can andriod phone be designed in a such a way so that it can work as a sattelite phone. If possible can we implement and how ? 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] imageview

2011-07-12 Thread arun kumar
Hi am having a task..in which i have to place the 4 images in rectangle shape(each image i have to place at the corner) 1)when i click on the particular images a new image should appear inside the rectangle shape (particular to that image)((if i click on first image then related to that image

[android-developers] google calendar api on android

2011-07-12 Thread leslie.karpati
Hi, I'm started to use the Google Calendar Api and now I'm ok with the authetication, get the calendar list, rename the calendars, and add event with specified time and title to a selected calendar. I'm started to use the model from the calendar-v2-atom-android-sample

[android-developers] Please Help Me

2011-07-12 Thread vijayakumar M
Hi i am trying to develop calendar based apps .. i want highlight particular different different date.. how can i achieve this one?.. pleasee help me... -- Nobody can go back and start a new beginning, but anyone can start today and make a new ending - Thanks, Regards, νιנαソαkum@r M

Re: [android-developers] google calendar api on android

2011-07-12 Thread Mark Murphy
This is a list for Android SDK development. Questions about the Google Calendar GData APIs belong on a list for Google Calendar GData SDK development. On Tue, Jul 12, 2011 at 7:49 AM, leslie.karpati leslie.karp...@gmail.com wrote: Hi, I'm started to use the Google Calendar Api and now I'm ok

Re: [android-developers] Android as sattelite phone?

2011-07-12 Thread Mark Murphy
On Tue, Jul 12, 2011 at 7:44 AM, sourabh sahu souruit...@gmail.com wrote: Can andriod phone be designed in a such a way so that it can work as a sattelite phone. Not via the Android SDK. If possible can we implement and how ? Step #1: Find a relevant discussion group and ask there, perhaps

[android-developers] Re: how to implement UniqueFieldValueConstraint in db4o on Android ?

2011-07-12 Thread Gamlor
Just another hint: Have you added a index for the 'id'-field? Otherwise the unique constrain doesn't work. On Jul 7, 5:03 pm, Gamlor gamlerh...@gmail.com wrote: Hi. I've answered this also on the db4o forum. This is a copy of my answer: Which version of db4o are you using? To me that looks

[android-developers] android draw circle

2011-07-12 Thread yanamala siddaiah
how to draw circle based on percentages. Here i am taking 4 different values all are 100% . a is 20% b is 30% like 4 things should occupy the circle. with different colors. pls send how to draw the circle -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Please Help Me

2011-07-12 Thread TreKing
On Tue, Jul 12, 2011 at 7:10 AM, vijayakumar M iamvijayaku...@gmail.comwrote: i am trying to develop calendar based apps .. i want highlight particular different different date.. how can i achieve this one?.. pleasee help me... http://www.catb.org/~esr/faqs/smart-questions.html And

[android-developers] Is there a way to read the 'Discoverable' timer countdown

2011-07-12 Thread Steven Bruce
Hi I want to be able to display the seconds left before 'Discoverable Mode' ends. Is there a way to get the counter used by disoverable mode or do you have to perform the count manually? Steve -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] android receiver permission

2011-07-12 Thread TreKing
On Mon, Jul 11, 2011 at 11:42 PM, yanamala siddaiah siddaiahforj...@gmail.com wrote: android on istall permission is required for receiver . I want to display the notification when i install the app in our device. for that receiver which permissions and intent filters are required .

[android-developers] Problem with RemoteService (binder) and Notifications (SoundVibration)

2011-07-12 Thread Ricardo Silva
Hello, I have a simple background service that provides a remote interface (AIDL) to other applications. This remote interfaces has a method to show a notification. When I call from another application this method, the notification appears, but with no sound or vibration. But if a test the method

[android-developers] android help dialog

2011-07-12 Thread yanamala siddaiah
how to show help dialog . there is a icon when ever we focus on that icon it wants to show transparent dialog and when we loose focus dismiss dialog. thanks siddaiah -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Merge Path instances (graphics)?

2011-07-12 Thread roplacebo
Looks like your code only need 1 path anyway. Here's what I'm trying to accomplish: I've created a SVG-File with some text converted to paths which I parse in Android. I animate the drawing of the paths so to get the impression of handwriting. In order to do that, I use the (growing) first

[android-developers] android monkey runner

2011-07-12 Thread yanamala siddaiah
pls tell me step by step , how to use this. how to write scripts for monkey runner .. thanks siddaiah -- 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

[android-developers] Re: Starting other apps - finding the activity name

2011-07-12 Thread JonnyG
Thanks much, I'll look at this when I'm back in town this weekend. My app is a turnkey app in kiosk mode, so the user doesn't have access to anything but my app. But they threw me a curve the other day and said that they'd want a page with buttons for several games that they could launch from

Re: [android-developers] Re: Starting other apps - finding the activity name

2011-07-12 Thread Mark Murphy
On Tue, Jul 12, 2011 at 9:25 AM, JonnyG jongre...@gmail.com wrote: Thanks much, I'll look at this when I'm back in town this weekend.  My app is a turnkey app in kiosk mode, so the user doesn't have access to anything but my app.  But they threw me a curve the other day and said that they'd

[android-developers] Debbugging USB peripheral with Emulator

2011-07-12 Thread avrono
Does anyone know if there is a way to debug a usb peripheral with the Android emulator. I am currently testing the microchip android development kit and trying to find a way of setting up a development environment without having to install each iteration of code on a physical device. -- You

[android-developers] Simple Automated Testing with Monkeyrunner and Ant?

2011-07-12 Thread Ian
Hi all, I'd like to write a monkeyrunner script to poke through some of my activities in an emulator started during a Jenkins run as a way to do simple automated testing, but I can't see a built-in way to execute monkeyrunner tests with Ant. Am I missing something? I would prefer to not wander

[android-developers] How to create Dynamic Arrays?

2011-07-12 Thread Shruthi Varma
Hi All, I have to parse the xml pasted below and store all the images under preview_images tag under magazine tag in one Array. If there was only one magazine tag, It would be a simple job, to create an array and store all the images in it. But there can be 1 or more than 1 magazines. I have

[android-developers] Re: How can I change my google account email address?

2011-07-12 Thread sblantipodi
Ridiculous. -- 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: Intent.ACTION_USER_PRESENT is not triggered before screen lock

2011-07-12 Thread x-a...@gueei.com
ACTION_SCREEN_ON seems good for this, what's your problem with it? On Jul 7, 11:27 pm, Federico Pelloni federico.pell...@gmail.com wrote: I have a service running in background that checks the orientation sensor, I'd like it to stop checking when screen is locked as my service does nothing

Re: [android-developers] How to create Dynamic Arrays?

2011-07-12 Thread Mark Murphy
new ArrayList(). If you mean array resources, you cannot create array resources at runtime. You will need to come up with another approach. On Tue, Jul 12, 2011 at 10:25 AM, Shruthi Varma shruthi.tlis...@gmail.comwrote: Hi All, I have to parse the xml pasted below and store all the images

Re: [android-developers] Re: How can I change my google account email address?

2011-07-12 Thread Justin Anderson
On the G1 at least (not sure about other phones) you can change the gmail account without doing a factory reset by clearing all data from all Google apps installed on the device... I have had to do that on multiple occasions. That is on Android 1.6, but it might be worth a try on other versions

Re: [android-developers] android help dialog

2011-07-12 Thread Justin Anderson
http://tinyurl.com/6gkrla5 Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jul 12, 2011 at 7:09 AM, yanamala siddaiah siddaiahforj...@gmail.com wrote: how to show help dialog . there is a icon when ever we focus on that icon it wants to show

Re: [android-developers] android help dialog

2011-07-12 Thread Filip Havlicek
Please, write your question in understandable English. Best regards, Filip Havlicek 2011/7/12 yanamala siddaiah siddaiahforj...@gmail.com how to show help dialog . there is a icon when ever we focus on that icon it wants to show transparent dialog and when we loose focus dismiss dialog.

Re: [android-developers] imageview

2011-07-12 Thread Justin Anderson
* if u have any code also send me.* Sorry, we aren't going to write your app for you * plz if any one kow on this give me guidance* Guidance: Start working on your app (that will require you actually do something!) and then when you have a specific problem ask for help with the specific problem

Re: [android-developers] read image as text

2011-07-12 Thread Justin Anderson
how to read image as text What? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jul 12, 2011 at 3:48 AM, Lwe luaisul...@gmail.com wrote: how to read image as text -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Draw image at desired angle

2011-07-12 Thread source.rar
Exactly what was needed (didn't know of the rotate()). Thanks! On Jul 12, 8:26 am, Adam Ratana adam.rat...@gmail.com wrote: You can try: canvas.save(); canvas.rotate(angle, x, y); // x,y is the point around which to rotate // draw your image here... canvas.restore(); -- You received this

Re: [android-developers] Listview listener

2011-07-12 Thread Justin Anderson
* I have implemented OnClick method but its nt working.not getting data which was clicked* Now working how? What does your code look like? * Can anybody tell me what should I do?* Clarify and refine your question to a single problem. Post some code in the problem area. Thanks, Justin Anderson

[android-developers] correct use of Loaders with ExpandableListView (honeycomb)

2011-07-12 Thread jjoe64
Hello. For honeycomb I'm refectoring my app to use the new Loader classes introduced here: http://developer.android.com/guide/topics/fundamentals/loaders.html This example uses a simple ListView with *SimpleCursorAdapter*. But my app uses a *ExpandableListView* with *SimpleCursorTreeAdapter*.

[android-developers] Re: Debbugging USB peripheral with Emulator

2011-07-12 Thread Kees Jongenburger
Hi, On Tuesday, July 12, 2011 4:05:43 PM UTC+2, avrono wrote: Does anyone know if there is a way to debug a usb peripheral with the Android emulator. I am currently testing the microchip android development kit and trying to find a way of setting up a development environment without

[android-developers] Zoom on VideoView

2011-07-12 Thread New Developer
Currently I'm using a VideoView to play a movie I would like to have the ability to pause the video then zoom in to a portion and be able to watch that portion zoomed in (or out) I have created my on videoVideo class which extends VideoView and implements OnTouchListener Currently I'm using

[android-developers] Re: MMS on Network

2011-07-12 Thread A N K ! T
I have seen many posts.. nothing working/helpful On Tue, Jul 12, 2011 at 2:50 PM, A N K ! T ankit.awasth...@gmail.comwrote: Hi All, I have an issue. I want to send MMS. if i use Intent then it is starting application which can send MMS. I need to sent it by default. I have gone through

Re: [android-developers] Cursor oddity, only observed on 1.6 emulator

2011-07-12 Thread Paula Gabriela
This is beacuse you probably forgot to close some Cursor object in your project. After you use a cursor, just write: cursor.close(); Uri uri = ContactsContract.Contacts.CONTENT_URI; String[] projection = new String[]

[android-developers] Re: Is there a way to access a service(constucted in the AIDL technique) through native code?

2011-07-12 Thread freakingtux
Hi On Monday, July 11, 2011 8:53:05 AM UTC+2, fei wang wrote: Is there a way to access a service(constucted in the AIDL technique) through native code?Now I think it is impossible,but still expecting an exception! Are you talking about a normal service or a system service? -- You

Re: [android-developers] Re: WebView - How can I block/deactivate all the links in a WebView after the content is loaded?

2011-07-12 Thread Miguel Morales
For overriding the url loading methods, see: http://developer.android.com/reference/android/webkit/WebViewClient.html#shouldOverrideUrlLoading(android.webkit.WebView, java.lang.String) For the javascript, it would be something like getElementsByTagName('a'). Then iterate over the object array

Re: [android-developers] Re: HttpClient only working on WiFi?

2011-07-12 Thread Streets Of Boston
You're welcome! :-) -- 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

[android-developers] Re: Listview listener

2011-07-12 Thread saurabh kulkarni
db = (new HomeActivitySqlOpenHelper(this)).getWritableDatabase(); HomeActivity = (ListView) findViewById(R.id.list); cursor= db.rawQuery(SELECT _id, name, date FROM table1, null); adapter = new SimpleCursorAdapter(HomeActivity.this,R.layout.list_item,cursor,new String[] {name,

Re: [android-developers] Re: Listview listener

2011-07-12 Thread Justin Anderson
Thanks for clarifying and refining your question down to a single problem... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jul 12, 2011 at 10:44 AM, saurabh kulkarni funwit.saur...@gmail.com wrote: db = (new

Re: [android-developers] prob while using the android application horizontally

2011-07-12 Thread Justin Anderson
http://developer.android.com/resources/articles/on-screen-inputs.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jul 11, 2011 at 2:40 AM, muthumani ct.muthum...@gmail.com wrote: Hi i am developing a project for android galaxy tab i have

[android-developers] google calendar api

2011-07-12 Thread leslie.karpati
Sziasztok, van valakinek tapasztalata a google calendar api használatára androidon? -- 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] Re: google calendar api

2011-07-12 Thread Kárpáti László
sorry, I want to send it somewhere else... 2011/7/12 leslie.karpati leslie.karp...@gmail.com Sziasztok, van valakinek tapasztalata a google calendar api használatára androidon? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] textview auto scroll

2011-07-12 Thread Justin Anderson
http://tinyurl.com/68hsx68 * * Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Jul 10, 2011 at 9:52 PM, bob b...@coolgroups.com wrote: How do you make a TextView always auto-scroll to the bottom? -- You received this message because you are

[android-developers] Re: NFC card emulation, NXP PN544 and S2C (NFC-WI)

2011-07-12 Thread Michael Roland
Hallo, I was thinking S2C is an NXP implementation (e.g. the commercial name) of the NFC-WI. Both,S2C and NFC-WI, looks pretty similar. So in fact, even they using similar approach, we are talking about two different technologies? No, same technology. S2C was there *before* NFC-WI was

[android-developers] IDs used in layout in library project not showing up in R of main project

2011-07-12 Thread jsera
Hi, I'm having a problem where IDs that I assign to Buttons in a layout file in a library project weren't showing up in the R files of my main project. This was leading to compiler errors. Oddly enough, when I renamed the layout file, the IDs magically appeared. I had cleaned/rebuilt the project

Re: [android-developers] IDs used in layout in library project not showing up in R of main project

2011-07-12 Thread Kumar Bibek
Do you have a layout file in your main project with the same name as of the library's? *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jul 12, 2011 at 11:14 PM, jsera gall.blad...@gmail.com wrote: Hi, I'm having a problem where IDs that I

[android-developers] Re: IDs used in layout in library project not showing up in R of main project

2011-07-12 Thread jsera
DERP. I'm editing a project started by someone else, and they used a stupid name for something. Time to find them and strangle them. On Jul 12, 10:49 am, Kumar Bibek coomar@gmail.com wrote: Do you have a layout file in your main project with the same name as of the library's? *Thanks and

Re: [android-developers] Minimize activity on back key press

2011-07-12 Thread Justin Anderson
Android doesn't really have the notion of a Minimized application, anyway... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jul 8, 2011 at 4:10 AM, Mark Murphy mmur...@commonsware.com wrote: On Thu, Jul 7, 2011 at 8:58 AM, sandeep kumar

Re: [android-developers] how to differ reject call and miss call

2011-07-12 Thread Justin Anderson
* its urgent* I highly doubt that... Plus, we don't really care how urgent it is for you. We look at these forums on our own time... and we'll answer them if we feel the question was well thought out. And in this case, I would suggest looking over this link and trying again:

Re: [android-developers] Live Streaming in Android

2011-07-12 Thread Justin Anderson
http://www.catb.org/~esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jul 7, 2011 at 12:34 AM, deepak emailmedee...@gmail.com wrote: Hi, I am developing an application where i need to live stream from my Ip camera

[android-developers] FinishActivity problem

2011-07-12 Thread Ravi Sharma
I have an application where user have few activities and transition is like this A - B - C - and on D there is menu option Cancel(On Activity D) and at that momemnt i want to go back to Activity A, but if user just click Back button he should go back to C From C I called D like this Class C

Re: [android-developers] FinishActivity problem

2011-07-12 Thread TreKing
On Tue, Jul 12, 2011 at 1:10 PM, Ravi Sharma ping2r...@gmail.com wrote: *Problem :*Now my onActivityResult is never beign called when i execute code of case R.id.cancelFullOrder, and also Activity D doesnt get closed. Could you please suggest something. Read the docs for finishActivity()

[android-developers] Sectioned Table View

2011-07-12 Thread David Toledo
Hi All Exist some way for implemente Sectioned Table View (Table section header) as iphone in android Best Regards David -- 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] Sent SMS doesn't show up in the messaging app?

2011-07-12 Thread tony obrien
When using the conventional means to programatically send an SMS TXT message, does anyone understand why there is no history of the outbound message in the MESSAGING App? thanks, tob -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Sent SMS doesn't show up in the messaging app?

2011-07-12 Thread Mark Murphy
On Tue, Jul 12, 2011 at 3:12 PM, tony obrien tobsourcecode...@gmail.com wrote: When using the conventional means to programatically send an SMS TXT message, does anyone understand why there is no history of the outbound message in the MESSAGING App? First, there is no single MESSAGING App.

[android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-12 Thread tony obrien
I agree. Thanks. *but* (you saw that coming right? ;) It seems that for such an overbearing application such as a MESSAGING app that (a) you can't delete and (b) you can even disable (you know the green square boxy looking thing?) it seems that it would have grabbed the outbound intent as well

Re: [android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-12 Thread Mark Murphy
On Tue, Jul 12, 2011 at 3:40 PM, tony obrien tobsourcecode...@gmail.com wrote: I agree. Thanks. *but* (you saw that coming right? ;) It seems that for such an overbearing application such as a MESSAGING app that (a) you can't delete and (b) you can even disable (you know the green square

Re: [android-developers] android facebook SDK disable password remember me popup functionality

2011-07-12 Thread Justin Anderson
wtf? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jul 6, 2011 at 3:30 AM, naveen kumar kumarnaveen.si...@gmail.comwrote: android facebook SDK disable password remember me popup functionality -- You received this message because you are

Re: [android-developers] i donot want facebook remember password dialog android sdk-webview

2011-07-12 Thread Justin Anderson
* when i am login on facebook by using android facebook sdk then popup alert dialog appear for save password history for browser* I have no idea what you are asking but I would suggest you get help from a forum dedicated to the Facebook SDK... * i want diaper that one,* I highly doubt you want

[android-developers] Re: Relative layout java

2011-07-12 Thread JCC
The method addRule(int, int) in the type RelativeLayout.LayoutParams is not applicable for the arguments (int, boolean) so cant put true... On 12 jul, 05:37, Mike j.m.roya...@gmail.com wrote: imParams.addRule(CENTER_VERTICAL,true); imParams.addRule(ALIGN_PARENT_RIGHT, true); -- You received

Re: [android-developers] Re: null pointer exception

2011-07-12 Thread Justin Anderson
* connectivity.getActiveNetworkInfo() returns null if there is no connection. Hence when you call .isConnected() on that, it throws null pointer exception.* No, that is not it... He checks to make sure that connectivity.getActiveNetworkInfo() is not null before he calls the other methods... What

[android-developers] Min SDK is 4 but it is OK with 3.1

2011-07-12 Thread Droid
My Min SDK is 4 in the manifest but it is OK with 3.1, should I build with the highest SDK? I mean what if a phone running SDK 2.2 but built with an app built with SDK 3.1? (I should know the answer, but I don't) -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Min SDK is 4 but it is OK with 3.1

2011-07-12 Thread Justin Anderson
IMHO, it is Generally better to build with the highest SDK that you can. But you have to be careful not to use any methods in the newer SDK versions without first checking the current Android version otherwise you will get a force close... For my apps, I am currently building against the Android

Re: [android-developers] android widget

2011-07-12 Thread Justin Anderson
What does logcat say? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jul 5, 2011 at 4:11 AM, yanamala siddaiah siddaiahforj...@gmail.com wrote: onclick in emulator button is working. but in device it shows null pointer exception . ontuch

Re: [android-developers] outlined text

2011-07-12 Thread Justin Anderson
http://tinyurl.com/6chleq9 Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jul 4, 2011 at 7:35 PM, bob b...@coolgroups.com wrote: Is there an easy way to create outlined text on Android? Thanks. -- You received this message because you are

Re: [android-developers] how to determine which tab is selected by the radiobutton

2011-07-12 Thread Justin Anderson
So what exactly is the problem? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jul 4, 2011 at 12:02 PM, Muchamad Jeffri jevrieasa...@gmail.comwrote: hi i'm from Indonesia. sorry for my bad english language. i have problem like this.

[android-developers] Lights Out mode

2011-07-12 Thread Mark
I am trying (unsuccessfully thus far) to dim the system bar on Honeycomb devices. My current layout contains a single WebView. The following is called in my bundle's onCreate routine. setContentView(R.layout.main); mWebView = (WebView) findViewById(R.id.webview); if

Re: [android-developers] Lights Out mode

2011-07-12 Thread Mark Murphy
Nothing leaps to mind as being a problem. This sample project successfully goes into lights-out mode via an options menu item: https://github.com/commonsguy/cw-advandroid/tree/master/Honeycomb/FeedFragments (see lightsOut() method in AbstractFeedsFragment) Make sure your targetSdkVersion is 11

Re: [android-developers] edittext cursor

2011-07-12 Thread Justin Anderson
Um what? This example is at runtime... You edit text cursor can be anywhere from 0 to the length of the current text. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jul 1, 2011 at 4:48 AM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi, How to

[android-developers] Fragment Inside Fragment

2011-07-12 Thread ijaz
Hi everyone I need help regarding working on fragment inside fragment, actually i am facing a problem on pressing back button. Application Main screen has nuttons and pressing on each button view replace with new fragment(and that fragment contain inside another fragment) , dynamically

[android-developers] Accessing local data in a bound service

2011-07-12 Thread Ab Caballero
I am binding to a service to access GPS data. However I can't access the data directly because it is local to the LocationListener class. I have attempted to create a shared preference and access it that way: SharedPreferences prefs = getSharedPreferences(USER_SHARED_PREFERENCES,

Re: [android-developers] Need help with custom view object

2011-07-12 Thread Justin Anderson
Take a look at this: http://developer.android.com/resources/tutorials/views/hello-gallery.html This uses ImageViews, but you should be able to replace those with your custom view... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jun 29, 2011 at

  1   2   >