[android-developers] The build-in NFC Tags app problems of Android 2.4 build

2011-01-28 Thread Chih-Wen Ou
Dear all, I want to develop my own NFC app and test it on Nexus S phone with Android 2.4 build but facing a problem. It seems that the default build-in Tags app (com.android.apps.tag) always be launched by default when I touch all my NDEF Tag, and my own NFC app could not get well activated under

[android-developers] Re: Battery usage indicator

2011-01-28 Thread Evan Andrew Williams
Yes, I second this post. Battery usage is a huge concern of mine as I want to learn to program games, and I don't want my games draining a phone in 2 hours like Dungeon Defenders can. On Jan 26, 2:00 am, Dillon Yang dillonyky...@gmail.com wrote: Are their currently any API's that can allow

[android-developers] Re: Honeycomb browser broken?

2011-01-28 Thread shawn_y
I got the same problem. It seems crached at EGL library. Any soltuion? Thanks On Jan 27, 10:50 am, James Pearce jamesgpea...@googlemail.com wrote: Is it a known issue that the browser can barely render a page before it crashes? (e.g.http://google.com) I can load a very small page

[android-developers] When to use SingleLaunchActivityTestCase

2011-01-28 Thread Peter12
I have studied the android test framework recently and have some questions about the differences between ActivityInstrumentationTestCase2 and SingleLaunchActivityTestCase test case classes. I know the difference in definition. ActivityInstrumentationTestCase2 class is used in functional testing

[android-developers] SOAP request and response

2011-01-28 Thread Neha
Hi, I just want to know clearly about the SOAP request through Http and SOAP response , can anyone share your ideas -- 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

Re: [android-developers] Cannot find my own Apps in the Market

2011-01-28 Thread Alex Smith
I had this problem as well. Generally, the reason is that Android Market is quite selective in the way which apps to make available to which device. For example, I tried to find my apps using a Google Developer Phone and couldn't find anything but I saw that other people are successfully

[android-developers] SOAP request and response

2011-01-28 Thread Neha
Hi, Can anyone tell me how to post SOAP request and and get SOAP response Thanks in Advance, -- 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

[android-developers] onDraw doesn't get called after invalidate()

2011-01-28 Thread rblickle
Hi, I have a SurfaceView which displays the camera preview. I would like to draw a small cross on the camera preview. Therefore i invalidate the SurfaceView each time OnPreviewFrame of Camera.PreviewCallback gets called. But the onDraw-Method of the SurfaceView doesn't get called. Here the

[android-developers] Re: Android C++ Development with Visual Studio

2011-01-28 Thread Salv0
Check this blog :) http://ian-ni-lewis.blogspot.com/ -- 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] Load and stress testing with Monkey

2011-01-28 Thread Vinay
Can anyone help me out with a simple example of how to do load and stress testing with Monkey? Appreciate a quick response. ~Vinay -- 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] How to debug a Problem that MediaPlayerService Died without giving a Log/Stack info

2011-01-28 Thread fei wang
I am debuging Android2.2,the bug is just like this,just after burned the new img/APP(composed of boot.img,logo.img,system.img,recovery.img,persist.img and so on)and I boot the device for the first time,the mediametadataretriever service died because of the

[android-developers] Re: Renderscript documentation

2011-01-28 Thread jimmy yang
RS Samples in SDK are not compiled. Samples need some java code preprocessed from RS script. How to preprocess RS script? or process on-the-fly? On Jan 27, 3:03 pm, Romain Guy romain...@android.com wrote: More detailed documentation will come :) RenderScript is more than just a drawing API,

[android-developers] Re: Honeycomb browser broken?

2011-01-28 Thread shawn_y
I got the same problem. It seems crashed at EGL library calls. Any sollution? Thanks On 1月27日, 上午10時50分, James Pearce jamesgpea...@googlemail.com wrote: Is it a known issue that the browser can barely render a page before it crashes? (e.g.http://google.com) I can load a very small page

[android-developers] Error while building kernel code for HTC G2

2011-01-28 Thread suresh
$ export ARCH=arm $ make msm_defconfig ARCH=arm $ make menuconfig(configures the kernel) select-- Device Drivers then Multiple Device Driver Support then Device Mapper Support check the generated .config file by $ nano .config The command to set the cross-compiler as the

[android-developers] Custom component isn't displayed by pre-2.2 SDKs

2011-01-28 Thread Alex Smith
I've created a custom component that looks and works similar to the iPhone's UIPicker. For a single wheel, I used an excellent solution available from this project: http://code.google.com/p/android-wheel/ (although I trimmed it down and added a couple of features). What I wanted to do is to create

[android-developers] Custom component isn't displayed by pre-2.2 SDKs

2011-01-28 Thread Alex Smith
I've created a custom component that looks and works similar to the iPhone's UIPicker. For a single wheel, I used an excellent solution available from this project: http://code.google.com/p/android-wheel/ (although I trimmed it down and added a couple of features). What I wanted to do is to create

[android-developers] Problem with SharedPreference

2011-01-28 Thread Andreas Hedin
Hi everyone! I'm using SharedPreferences to store the user's settings in my app. I have registered a onSharedPreferencesChangedListener and I can get the values from it without problem. But if I try to see what the key parameter is (for example comparing it to my keys to see which value was

Re: [android-developers] Play Wav file with dynamic path

2011-01-28 Thread 刘小兵
haha 2011/1/28 Amit Mangal forum.amit.man...@gmail.com Hi Every One, I want to play wav file but dynamically means runtime i will decide which wav file will play. i have added all wav files in raw folder and written below code MediaPlayer player; MediaPlayer mp1 = new MediaPlayer();

[android-developers] htc legend problem

2011-01-28 Thread Muhammad Jawad
i have htc legend The problem with is that whenever i connect it with my computer it says USB DEVICE NOT RECOGNISED error i have windows 7 n XP same error on both i have installed htc sync latest version and my htc legend is updated to 2.2 OS i need a solution as soon as possible please -- You

[android-developers] Task Killers and Alarms

2011-01-28 Thread jrojas78
I've read several threads about task killers on here and a suggestion that Android 2.2 solves the problem... http://groups.google.com/group/android-developers/browse_thread/thread/b1ebdd1a570779dd/bcee6699db09bcd9?lnk=gstq=advanced+task+killer#bcee6699db09bcd9 However I noticed that the bug

[android-developers] installing ADT plugin for mac

2011-01-28 Thread dragonfly
I have eclipse with Java installed. I used helpinstall new software to get the ADT plugin for Mac. The download operation completed but did not tell me where the files were placed. The helpinstall new softwarealready installed? link seems to indicate that the following software were

[android-developers] Re: Attempt to read preferences file without permission

2011-01-28 Thread klwinkel
I have exactly the same problem with my own developed app, on my own standard non-rooted Samsung Galaxy S with android 2.2.1. this is my error message, when I do the Editor.commit(): E/ApplicationContext(19228): Couldn't rename file /dbdata/databases/

[android-developers] Whats the key difference between Monkey Runner and Monkey tool?

2011-01-28 Thread raki
Hi, I want to automate UI and functional testing on Android OS. I am in dilemma whether to use Monkey or Mokeyrunner for the purpose. I will not be able to access the source code for the applications but I just need to test the applications, probably using Python/Shell scripting. Can anyone

[android-developers] Re: Cannot find my own Apps in the Market

2011-01-28 Thread Pedro
Did you set your app's maxsdkversion to 2.1? On Jan 27, 4:41 am, Droid rod...@gmail.com wrote: After 2.2 update I cannot find my own Apps in the android  market. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Handling force close [Exception] to stop my native application.

2011-01-28 Thread Pedro
You can implement a crash handler, and kill your native program before your java app closes. http://stackoverflow.com/questions/601503/how-do-i-obtain-crash-data-from-my-android-application On Jan 27, 4:09 am, Anzi anji...@gmail.com wrote: Hi,     My android application internally starting a

[android-developers] Streaming throw sockets, it's possible

2011-01-28 Thread androidGR
Hi, I want to create an application so I can stream a video file from my computer to an android phone. Is there any way to do this throw sockets(udp or tcp). So there is a way to feed the mediaplayer class with an inputstream for example, or bytes that I read from the socket, and mediaplayer will

[android-developers] Podcast client

2011-01-28 Thread ab
Hi, I am trying to develop something like a podcast and RSS feed cliet in the android platform(something like a BeyondPod) The feeds and all data are expected to be in the JSON objects. My understanding of the problem is as following: 1. Open a connection with webserver 2. Receive the initial

[android-developers] How to capture the end of a Zoom In/Out animation from a MapController

2011-01-28 Thread rajesh.singh
Hello, Just an interesting query here, is there a way to capture when a zoom animation sequence has ended when calling either: MapController.zoomIn() or MapController.zoomOut(); I know that it does kick off an animation sequence to zoom in/out to the next level, however there is no known way I

[android-developers] Intercept incoming and outgoing Phone Call and text messages

2011-01-28 Thread Christian Chabtini
Can any one suggest how to intercept and save an incoming and outgoing Call/Sms 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

[android-developers] Re: ANNOUNCE: RoboGuice 1.1 now available

2011-01-28 Thread Adam Tybor
How did I miss this? This is awesome, thanks Mike. -- 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] Http Access Control Support in 1.6

2011-01-28 Thread Tim Lind
Hi I'm trying to get a web page to work on android 1.6. I need cross origin ajax requests to work. The phone and emulator is sending the post header, but doesn't seem to send a body. There are no http access control headers in the request. I'd like to know whether 1.6 supports cross origin

[android-developers] VideoView setVideoURI to video contained in applications assets Folder

2011-01-28 Thread rob2000
Hi all, is it possible to set the video URI of a VideoView to a video in the applications assets folder? I just can't figure it out. Using a video in the res/raw Folder works, using: Uri.parse( android.resource:// + getPackageName() + /raw/video ); But I don't want to clutter the R class with

[android-developers] XML or JSON in Android

2011-01-28 Thread Ranveer
Hi All, I am developing an Android application. Following is my scenario: 1. I parsing XML in android which is hosted on server (same like RSS feed). 2. It takes around 10 second depend on network speed. 3. XML refresh on server in every 15 minutes. Is there any other way so I can make it more

Re: [android-developers] Re: Passing objects to new intents

2011-01-28 Thread Mohamed KARAMI
*Hi, I have I9000** with I9000JPJG8 firmeware, Market application work perfectly but, i can't find Google maps in the Market, I have found some articles that says there is a license issue, I used the bar code of maps application, but Market return no application. Any ideas. * -- You received

[android-developers] Faster way to recompile the android framework .java sources and test the effects on the emulator

2011-01-28 Thread Busu
I'm looking for a faster way to recompile the framework .java files and test the results on the emulator. Right now, using the guide at http://devtcg.blogspot.com/2009/03/building-running-and-debugging-android.html . Make the framework, update snod, restart emulator. The process is very slow,

[android-developers] C2DM within gaming paradigm

2011-01-28 Thread john doe
Hi there. I'm building a prototype game that is just a personal project. It will not be commercial. I will have multiple android 2.2+ clients that will partake in a game with shared state. Very often (every couple of seconds or less), the game state will have to be pushed to all of the clients.

[android-developers] Re: Is it possible to use official Android icons in paid apps?

2011-01-28 Thread username at localhost
On Jan 28, 4:06 am, Mariux mariu...@gmail.com wrote: Hello, is there some sort of prohibition to use official Android icons in paid apps? The Android SDK Terms of use reports this: 3.3 Except to the extent required by applicable third party licenses, you may not copy (except for backup

[android-developers] Make a call by sending/receiving the audio to/from a network stream

2011-01-28 Thread Pizza67
Hi all, I'm doing a feasibility study for developing an Android application capable of doing the following: 1. Make or receive 3G phone calls (but it can also use the native dialer) 2. Forward the incoming audio data to a network stream via wifi 3. Acquire the outgoing audio data from a wifi

[android-developers] Eclipse's android perspectives have gone

2011-01-28 Thread Dewi Jones
How do you get them back? cheers -- 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] Eclipse + sdk install

2011-01-28 Thread Brian
Hello all I'm a high school cs teacher trying to get a lab installed for my students to use. I'm trying to use the android sdk and eclipse. I've successfully downloaded and installed the sdk to C:\Program Files\Android\android-sdk-windows. I've installed Eclipse but when I go to

[android-developers] Re: NFC Secure Element

2011-01-28 Thread aleks
hello, I've been looking for a way to turn on nfc card emulation on the nexus s and I came across the following recent blog post: http://mobisocial.stanford.edu/news/2011/01/nfc-on-android-for-social-applications/ They found some nfc p2p code that got removed from Gingerbread and they used it to

[android-developers] Custom component isn't displayed by pre-2.2 SDKs

2011-01-28 Thread Alex Smith
I've created a custom component that looks and works similar to the iPhone's UIPicker. For a single wheel, I used an excellent solution available from this project: http://code.google.com/p/android-wheel/ (although I trimmed it down and added a couple of features). What I wanted to do is to create

[android-developers] Android.... using CheckBox with CustomCursorAdpater in ListView

2011-01-28 Thread Nick
Hi! I'm trying to do something like task manager for android. Every task has it's own params (like time, action, and so on). For now the most important param is a task state: disable/enable. I use usual checkbox as a state representation. All the tasks are stored in SQLite database, so I wrote my

[android-developers] Re: Android C++ Development with Visual Studio

2011-01-28 Thread Salv0
Check this link :D http://ian-ni-lewis.blogspot.com/ -- 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] MD5 Checksum of installer_r09-windows.exe does not match

2011-01-28 Thread dani122
After installing the SDK I remembered I had forgotten to check the checksum. And it does not match ! I downloaded twice the installer and I used 2 public domain programs: - Md5.exe by John Walker http://www.fourmilab.ch/ version 2.2 (2008-01-14)

[android-developers] help to build an intent filter

2011-01-28 Thread hansolo
Hello. I'm trying to make an app which is automatically started when user try to open a some attached file (which has a custom extension) on mail client. I think I can make this auto-starting feature with a proper intent filter. my logcat show as follow when I try to preview an attached file

[android-developers] How best to lock down an app using LVL when using multiple activities?

2011-01-28 Thread David Caunt
Following the LVL example, I'm calling checkAccess(myCallback) in my first activity. A user can then start another activity by interacting with the UI before a response is received from LVL. When the response arrives, my callback starts a new activity (UnlicensedActivity) and finishes the current

[android-developers] I9000 with I9000JPJG8 with no Google maps in Market

2011-01-28 Thread Mohamed KARAMI
On Fri, Jan 28, 2011 at 11:56 AM, Mohamed KARAMI karami...@gmail.comwrote: *Hi, I have I9000** with I9000JPJG8 firmeware, Market application work perfectly but, i can't find Google maps in the Market, I have found some articles that says there is a license issue, I used the bar code of maps

[android-developers] Re: Honeycomb browser broken?

2011-01-28 Thread James Pearce
Notice how the loading bar hasn't reached the far right of the screen! I suspect they were quick to get in the screenshot before the Activity Loader prompt and subsequent crash :-) Mind you, yes, it's surprising they didn't mention it, so you never know. JP On Jan 28, 5:53 am, Marcin Orlowski

[android-developers] i have htc legend The problem with is that whenevr i connect it witd my computer it says USB DEVICE NOT RECOGNISED error

2011-01-28 Thread Muhammad Jawad
i have htc legend The problem with is that whenever i connect it with my computer it says USB DEVICE NOT RECOGNISED error i have windows 7 n XP same error on both i have installed htc sync latest version and my htc legend is updated to 2.2 OS i need a solution as soon as possible please -- You

[android-developers] Can't get android sources

2011-01-28 Thread C06akaDuka
I'm trying to get android-2.2-froyo sources using described procedure: repo init -u git://android.git.kernel.org/platform/manifest.git -b froyo but always get an error: error: revision froyo in manifests not found What is the matter ? -- You received this message because you are subscribed to

[android-developers] Honeycomb Preview: No Snapshot option when AVD manager launched from Eclipse

2011-01-28 Thread tvo
I just installed the Honeycomb Preview and wanted to use the new Snapshot facility for the Honeycomb emulator. When using AVD manager from Eclipse I do not get the Snaphot option (between SD Card and Skin). When starting AVD manager from the command line (tools/android) I *do* get the Snapshot

Re: [android-developers] Problem with SharedPreference

2011-01-28 Thread Mark Murphy
On Fri, Jan 28, 2011 at 2:40 AM, Andreas Hedin grayt...@gmail.com wrote: Hi everyone! I'm using SharedPreferences to store the user's settings in my app. I have registered a onSharedPreferencesChangedListener and I can get the values from it without problem. But if I try to see what the key

[android-developers] help

2011-01-28 Thread sangram pawar
Hi, friends How to debug your android application in mobile check your cat log on your computer. Regards, Sangram pawar -- 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] Facebook events stream

2011-01-28 Thread saintemily
I am currently developing an android app that I want to pull friends events from facebook and I am having trouble working out how, I have the appropriate permissions and I am working using the sdk stream example as a basis, an advice for getting it to pull events? or any links to good tutorials

[android-developers] Voice Input Feature

2011-01-28 Thread Pratheeja
Hi, How can I implement the Google VoiceInput on Android? Could you pls give me the technical guide or related link to study more about its technical difficulties. regds, Pratheeja -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] help

2011-01-28 Thread Kumar Bibek
The same way you would do on an emulator. Enable the debuggable attribute fr your app in the manifest, and allow the phone to be debugged in settings. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Thu, Jan 27, 2011 at 8:54 PM, sangram pawar sangrampawar@gmail.comwrote:

Re: [android-developers] help to build an intent filter

2011-01-28 Thread Mark Murphy
On Fri, Jan 28, 2011 at 7:20 AM, hansolo h4ns...@gmail.com wrote: I'm trying to make an app which is automatically started when user try to open a some attached file (which has a custom extension) on mail client. You are much better served using a standard MIME type. my logcat show as follow

Re: [android-developers] Facebook events stream

2011-01-28 Thread Kumar Bibek
You should try the facebook sdk forums. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Thu, Jan 27, 2011 at 4:51 PM, saintemily saintemil...@googlemail.comwrote: I am currently developing an android app that I want to pull friends events from facebook and I am having

Re: [android-developers] i have htc legend The problem with is that whenevr i connect it witd my computer it says USB DEVICE NOT RECOGNISED error

2011-01-28 Thread Kumar Bibek
Does your emulator show any devices? I suspect that you have the proper drivers. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Sat, Jan 29, 2011 at 12:15 AM, Muhammad Jawad phoenixja...@gmail.comwrote: i have htc legend The problem with is that whenever i connect it

Re: [android-developers] Re: Honeycomb browser broken?

2011-01-28 Thread Kumar Bibek
Yep, same here. But I guess, we have to wait. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Thu, Jan 27, 2011 at 1:37 PM, shawn_y shawn.sj.y...@gmail.com wrote: I got the same problem. It seems crached at EGL library. Any soltuion? Thanks On Jan 27, 10:50 am, James

Re: [android-developers] Re: Renderscript documentation

2011-01-28 Thread Xavier Ducrohet
as I said above, Renderscript requires tools support which is not ready. Once this is done, the build system in Ant and ADT will automatically compile the .rs files (the same way it deals with .aidl files) Xav On Thu, Jan 27, 2011 at 12:18 AM, jimmy yang jimmy.sh.y...@gmail.com wrote: RS

Re: [android-developers] XML or JSON in Android

2011-01-28 Thread Kumar Bibek
JSON is lighter, and is simple. :) Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Fri, Jan 28, 2011 at 1:17 PM, Ranveer ranveer.s...@gmail.com wrote: Hi All, I am developing an Android application. Following is my scenario: 1. I parsing XML in android which is hosted

Re: [android-developers] Re: Passing objects to new intents

2011-01-28 Thread Kumar Bibek
Perhaps, a mismatch of title and content. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Fri, Jan 28, 2011 at 5:26 PM, Mohamed KARAMI karami...@gmail.com wrote: *Hi, I have I9000** with I9000JPJG8 firmeware, Market application work perfectly but, i can't find Google

Re: [android-developers] No option to download the API documentation in the Android SDK and AVD Manager

2011-01-28 Thread Mark Murphy
On Fri, Jan 28, 2011 at 8:59 AM, Kostya Vasilyev kmans...@gmail.com wrote: Just checked on my computer - the only documentation package I get is Documentation for Android Honeycomb Preview SDK. The documentation for API 9 is no longer on the list. So it's not just your computer - either it's

Re: [android-developers] Intercept incoming and outgoing Phone Call and text messages

2011-01-28 Thread Kumar Bibek
This has been already discussed so many times. Please search for it. I am pretty sure that you will find enough threads or discussions about this. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Fri, Jan 28, 2011 at 4:56 AM, Christian Chabtini cchapt...@gmail.comwrote:

Re: [android-developers] No option to download the API documentation in the Android SDK and AVD Manager

2011-01-28 Thread Xavier Ducrohet
In the image I clearly see the Documentation for Honeycomb Preview package being availabe, so I'm not sure what you are asking. Download it, find it in $SDK/docs and do whatever you want with it. Note that we always have only a single docs package which contains docs for all version. (In the

Re: [android-developers] installing ADT plugin for mac

2011-01-28 Thread Kumar Bibek
The plugin doesn't contain the SDK, You have to download and unzip it separately. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Fri, Jan 28, 2011 at 11:30 AM, dragonfly sofia.le...@gmail.com wrote: I have eclipse with Java installed. I used helpinstall new software to

Re: [android-developers] SOAP request and response

2011-01-28 Thread Kumar Bibek
Use any Java Soap libraries available. http://code.google.com/p/ksoap2-android/ Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Thu, Jan 27, 2011 at 3:07 PM, Neha jaia...@gmail.com wrote: Hi, Can anyone tell me how to post SOAP request and and get SOAP response

Re: [android-developers] No option to download the API documentation in the Android SDK and AVD Manager

2011-01-28 Thread Kostya Vasilyev
Ah. So there is only one at a time. Thanks for clarifying. -- Kostya 28.01.2011 22:23, Xavier Ducrohet пишет: In the image I clearly see the Documentation for Honeycomb Preview package being availabe, so I'm not sure what you are asking. Download it, find it in $SDK/docs and do whatever you

Re: [android-developers] TextView - how to make appended text visible?

2011-01-28 Thread Tobiah
On 01/28/2011 09:50 AM, John Lussmyer wrote: I have a TextView that frequently has text appended from a service. I can append the text just fine, but how do I make the TextView scroll so the newly appended text is visible? Once the view fills, the new text is below the bottom edge. I haven't

RE: [android-developers] help

2011-01-28 Thread Tommy
First make sure you have USB Debugging enabled on the phone: Settings -à Application à Development (maybe a little different on some phones) Once this is enabled you should be able to connect your phone to the computer and open eclipse. Now click the debug symbol in eclipse ( to the left of

RE: [android-developers] Eclipse's android perspectives have gone

2011-01-28 Thread Tommy
Window --- Open Perspective -- DDMS Or is totally gone? -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Dewi Jones Sent: Friday, January 28, 2011 11:26 AM To: Android Developers Subject: [android-developers] Eclipse's

RE: [android-developers] SOAP request and response

2011-01-28 Thread Tommy
I have found the Ksoap library to be amazing. I recommend using it. From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Kumar Bibek Sent: Friday, January 28, 2011 2:26 PM To: android-developers@googlegroups.com Subject: Re: [android-developers]

Re: [android-developers] How to capture the end of a Zoom In/Out animation from a MapController

2011-01-28 Thread TreKing
On Thu, Jan 27, 2011 at 9:30 PM, rajesh.singh shk...@gmail.com wrote: Just an interesting query here, is there a way to capture when a zoom animation sequence has ended when calling either: MapController.zoomIn() or MapController.zoomOut(); Not really, the Maps API is really lacking in this

Re: [android-developers] showing map and a saving location

2011-01-28 Thread TreKing
On Fri, Jan 28, 2011 at 8:53 AM, Atif Musaddaq atif.musad...@gmail.comwrote: Is it possible to do in a single activity ? any sample code, tutorial etc Yes. Look up MapActivity. - TreKing

Re: [android-developers] Eclipse + sdk install

2011-01-28 Thread Marcin Orlowski
On 28 January 2011 09:49, Brian brian.scarb...@gmail.com wrote: I'm a high school cs teacher trying to get a lab installed for my students to use. I'm trying to use the android sdk and eclipse. I've successfully downloaded and installed the sdk to C:\Program Files\Android\android-sdk-windows.

Re: [android-developers] Task Killers and Alarms

2011-01-28 Thread Dianne Hackborn
As of 2.2, task killers can't remove registered alarms; they can only kill a process while it is the background (the same thing the OOM killer is free to do at any time). If you have steps to repro a situation where they do, please file a bug report. On Thu, Jan 27, 2011 at 9:59 PM, jrojas78

Re: [android-developers] Custom button border

2011-01-28 Thread TreKing
On Fri, Jan 28, 2011 at 8:55 AM, Premier a.grum...@gmail.com wrote: So, how i can create a button with arrow on border right? http://developer.android.com/reference/android/widget/TextView.html#attr_android:drawableRight

[android-developers] how to make a view draw itself following my finger movement

2011-01-28 Thread Wendel Assis
Hi all, does anyone know how can I make a hidden view to show itself up while I'm moving my finger in an horizontal way. The view must be drawn following my finger and can not just show or hidden itself all of a sudden, or after I finish my movement. For example, in a list entry, If I move on

[android-developers] Re: SDK 2.3: Get Multiple substitutions specified in non-positional format error

2011-01-28 Thread Streets Of Boston
I'm not sure if this would fix it, but have you tried '\%' instead of just '%'? (escaping the percent sign). On Jan 27, 6:02 pm, Mr Pants pantssoftw...@googlemail.com wrote: I might being dense here but in the scenario where I've got an string- array of URL encoded string eg. urls with %20, how

[android-developers] Linux User ID?

2011-01-28 Thread paladin
Is it possible to retrieve the Linux user ID that an app is running under (and possibly group ID)? -- 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

Re: [android-developers] How best to lock down an app using LVL when using multiple activities?

2011-01-28 Thread TreKing
On Fri, Jan 28, 2011 at 6:10 AM, David Caunt dca...@gmail.com wrote: Other than displaying some kind of splash screen (which I really don't want) and holding the application until a response is received, I can't see a reliable way of locking unlicensed users out. If I'm missing something

[android-developers] Re: Problem move to sd card

2011-01-28 Thread a3g
manifest xmlns:android=http://schemas.android.com/apk/res/android; package=a3g.emyshoppinglist android:versionCode=4 android:versionName=2.0 android:installLocation=auto . . uses-sdk android:minSdkVersion=3 android:targetSdkVersion=8/ /manifest The app has copy

Re: [android-developers] XML or JSON in Android

2011-01-28 Thread Miguel Morales
You can also zip the data on the server side and decompress it on the data side. Might save some time. If you use DefaultHttpClient you can use headers (ENCODING_GZIP) so it does it automatically. Also, it seems like your application will be wasting network and battery by checking the server so

[android-developers] Re: XML or JSON in Android

2011-01-28 Thread Jake Basile
I have used JSON as the transport encoding in an enterprise app, and it has been easy to use and effective at cutting down communication size from XML. As a side note, something you may want to consider is using C2DM, as polling every 15 minutes will destroy battery life, suck up bandwidth, and

Re: [android-developers] Linux User ID?

2011-01-28 Thread Kostya Vasilyev
Process.myUID(): http://developer.android.com/reference/android/os/Process.html 28.01.2011 23:46, paladin пишет: Is it possible to retrieve the Linux user ID that an app is running under (and possibly group ID)? -- Kostya Vasilyev -- WiFi Manager + pretty widget --

Re: [android-developers] Re: Problem move to sd card

2011-01-28 Thread TreKing
On Fri, Jan 28, 2011 at 3:14 PM, a3g a3g.astur...@gmail.com wrote: The app has copy protection. Well there you go. Why are people still using copy protection when it's been deprecated and does absolutely nothing but cause problem?

Re: [android-developers] how to make a view draw itself following my finger movement

2011-01-28 Thread TreKing
On Fri, Jan 28, 2011 at 2:29 PM, Wendel Assis wendel.as...@gmail.comwrote: does anyone know how can I make a hidden view to show itself up while I'm moving my finger in an horizontal way. The view must be drawn following my finger and can not just show or hidden itself all of a sudden, or

[android-developers] HoneyComb and LayoutInflator-cloning seems broken

2011-01-28 Thread Streets Of Boston
I have this piece of code: final LayoutInflater liCloned = LayoutInflater.from(this).cloneInContext(this); liCloned.setFactory(new KMInflaterFactory()); return liCloned; It returns a layout-inflator with my own custom factory 'KMInflatorFactory'. The KMInflatorFactory's method

[android-developers] How to bring Activity to top of stack and reset it?

2011-01-28 Thread Moto
I'm trying to keep my activity calling flow simple for the user. Always one instance of the activity on the history stack. So using flag FLAG_ACTIVITY_REORDER_TO_FRONThttp://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_REORDER_TO_FRONT, is perfect! but there is

[android-developers] Re: Problem move to sd card

2011-01-28 Thread a3g
If the app hasn't copy protection, people can get the source code? On 28 ene, 22:29, TreKing treking...@gmail.com wrote: On Fri, Jan 28, 2011 at 3:14 PM, a3g a3g.astur...@gmail.com wrote: The app has copy protection. Well there you go. Why are people still using copy protection when it's

Re: [android-developers] How to bring Activity to top of stack and reset it?

2011-01-28 Thread Kumar Bibek
Use onResume(). If the activity is not being created, then there's no way onCreate would be called. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Sat, Jan 29, 2011 at 3:15 AM, Moto medicalsou...@gmail.com wrote: I'm trying to keep my activity calling flow simple for the

Re: [android-developers] Re: Problem move to sd card

2011-01-28 Thread Kumar Bibek
Nope. They will get the Dex code. But, Dex code, with a little bit of effort can be converted to the source. It's recommended to use proguard. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Sat, Jan 29, 2011 at 3:15 AM, a3g a3g.astur...@gmail.com wrote: If the app hasn't

Re: [android-developers] C2DM within gaming paradigm

2011-01-28 Thread Miguel Morales
It sounds fine, however the biggest problem I would see is the data limit on C2DM messages. Your data needs to stay below 1024 bytes. It seems though that if you're just sending messages that tells the clients to pull data. So, it seems like it should work ok. But of course, with a socket you

[android-developers] how to install a file under application files folder

2011-01-28 Thread Bruce Xia
hi, I have a grammar file which I'd like to package and dump it under / data/data/[mypackage]/files folder during installation(something like the windows installation wizard do). Is there an easy way to do it? I thought about using raw file resource and read/copy it when application runs, but

[android-developers] Re: How to add a text file as part of the apk

2011-01-28 Thread Paul
Store and access it from /res/raw should work, I have a text file in that folder for an app of mine and no problem with the app accessing that file after installation to devices. Paul On Jan 28, 7:51 am, Marcin Orlowski webnet.andr...@gmail.com wrote: On 28 January 2011 11:34, Kumar Bibek

Re: [android-developers] How to bring Activity to top of stack and reset it?

2011-01-28 Thread Moto
Yes, exactly I understand the behavior. What I'm trying to figure out is what other flags can I use such that the activity can be removed from the history stack brought to the top. When brought to the top it should be reset so that it calls the onCreate(). I just keep trying things and well

[android-developers] Re: Problem move to sd card

2011-01-28 Thread a3g
what is proguard? On 28 ene, 22:48, Kumar Bibek coomar@gmail.com wrote: Nope. They will get the Dex code. But, Dex code, with a little bit of effort can be converted to the source. It's recommended to use proguard. Kumar Bibekhttp://techdroid.kbeanie.comhttp://www.kbeanie.com On

Re: [android-developers] Honeycomb SDK - TabHost issue

2011-01-28 Thread Dianne Hackborn
Hi, this is the WordPress app by Automatic, Inc? I think I can repro the problem; we'll look at it. On Fri, Jan 28, 2011 at 3:38 AM, roundhill danroundh...@gmail.com wrote: Tried our app (WordPress for Android) on the Honeycomb preview, when it gets to the point where it uses a TabHost the

<    1   2   3   >