Re: [android-developers] Multiple Overlays on Map slowing down pan/zoom

2012-09-15 Thread TreKing
On Sat, Sep 15, 2012 at 12:53 AM, Apurva Goyal tech.apu...@gmail.comwrote: There are around 200 road segments and each segment has an attribute that decides the color of road segment. I therefore have to add each segment as a separate overlay on map. No you don't. Have one Overlay that does

[android-developers] Re: How to exract payload from NDEF message

2012-09-15 Thread solnichko
On Saturday, September 15, 2012 11:27:01 AM UTC+12, solnichko wrote: Hi in the Boilerplate example the NfcReaderActivity has the following method: private void showList() { if(messages != null messages.length 0) { // display the first message

[android-developers] Re: How to exract payload from NDEF message

2012-09-15 Thread solnichko
I have added the bolded code, but getting en in front of the string: Hi in the Boilerplate example the NfcReaderActivity has the following method: private void showList() { if(messages != null messages.length 0) { // display the first message byte[]

Re: [android-developers] Re: Custom View

2012-09-15 Thread Jovish P
if we use image view hw we wil change the text dynamically on onclick. On Sat, Sep 15, 2012 at 1:31 AM, bob b...@coolfone.comze.com wrote: Sounds like you want to use an ImageView and do a setOnTouchListener. On Friday, September 14, 2012 11:05:38 AM UTC-5, Jovish P wrote: How to

Re: [android-developers] hi....

2012-09-15 Thread Ibrahim Sada
If(! data_available_in_DB) { then insert data into db } Bro i didnt get ur query.. Can u help me out for this Thanx On 13 September 2012 17:52, Ibrahim Sada ibrahim.in...@gmail.com wrote: okey dear thanx very much On 13 September 2012 17:35, Rocky rkjhaw1...@gmail.com

[android-developers] Re: Android LVL

2012-09-15 Thread janvi
Any body who has already tried this help me out plz Its very urgent On Friday, September 14, 2012 5:32:02 PM UTC+5:30, janvi wrote: Dear All I need a favour,though it is old topic i need small info on how to go a head with Android LVL Plz reply me as soon as possible The following is my

Re: [android-developers] Re: Android LVL

2012-09-15 Thread vinay kumar
Have you tried which was provided with Android sdk? On Sat, Sep 15, 2012 at 2:50 PM, janvi jagruthi.bha...@gmail.com wrote: Any body who has already tried this help me out plz Its very urgent On Friday, September 14, 2012 5:32:02 PM UTC+5:30, janvi wrote: Dear All I need a

Re: [android-developers] Re: Android LVL

2012-09-15 Thread vinay kumar
Have you tried Library which was provided with Android sdk? On Sat, Sep 15, 2012 at 2:57 PM, vinay kumar vk872...@gmail.com wrote: Have you tried which was provided with Android sdk? On Sat, Sep 15, 2012 at 2:50 PM, janvi jagruthi.bha...@gmail.com wrote: Any body who has already tried this

[android-developers] How to put outline for a gridview(or table view) boxes in android

2012-09-15 Thread thejaswi s
In my application I want a 5x5 grid view(or table view). I do not want to use image view or text view in side the grid view(or table view). 1. I just want to put out lines for the cells in side that grid view. Is it possible and how can I do it? 2. I also want to take identity of

[android-developers] Re: Build Android support library independently

2012-09-15 Thread Roman Mazur
Thanks, I've posted my question at https://groups.google.com/forum/?fromgroups=#!forum/android-building On Friday, 14 September 2012 18:20:59 UTC+3, RichardC wrote: AOSP support groups are here: http://source.android.com/community/index.html On Friday, September 14, 2012 4:03:24 PM UTC+1,

[android-developers] Should I use RTMP stream instead of RTSP for Android application

2012-09-15 Thread Dilip Kumar Chaudhary
I had developed an app in which have to play different RTSP streams coming from server.I have used videoView and MedaiController class for that.Now I have to use RTMP stream instead of RTSP in the same app.I have some confusion, 1.is it good way to use RTMP stream instead of RTSP for Android app?

[android-developers] Re: Can I install our app from an APK and then update it with Google Play?

2012-09-15 Thread John Coryat
I install test versions of our APK all the time and it seems that once an APK is installed outside of Play, it is disconnected from updates through Play. I haven't tested this rigorously but this is my observation. If anyone has a definitive answer, I'd like to know as well. -John Coryat --

Re: [android-developers] Should I use RTMP stream instead of RTSP for Android application

2012-09-15 Thread Malar Prathap
Hi Dilip, I also working in live streaming in android. i have developed video chat app in flash using rtmp path and it works great. but in android i am unable to implement that flash code since most of android devices will not support flash and it doesn't have flash player in it. in case of air

Re: [android-developers] Should I use RTMP stream instead of RTSP for Android application

2012-09-15 Thread Dilip Kumar Chaudhary
Thanks for reply Malar, Relly you are doing great project.Once again i wanna to know why people use *flash* instead of *java* for android. I have also doubt about RTSP and RTMP stream.please read my question properly and try to give related solution. On Sat, Sep 15, 2012 at 4:52 PM, Malar

Re: [android-developers] Should I use RTMP stream instead of RTSP for Android application

2012-09-15 Thread Malar Prathap
Latest version of android(2.3 and above) will not support rtsp stream consistently so rtmp is preferrable as per my search. streaming type is based on the media server for ex if u use red5 it will support red5 and for wowza it will support all like rtsp rtmp and httplive streaming. In flash we

Re: [android-developers] Should I use RTMP stream instead of RTSP for Android application

2012-09-15 Thread Dilip Kumar Chaudhary
Malar,I'm sure android(2.3 and above)supports rtsp stream.I have developed app and its working properly. On Sat, Sep 15, 2012 at 5:20 PM, Malar Prathap ermalarprat...@gmail.comwrote: Latest version of android(2.3 and above) will not support rtsp stream consistently so rtmp is preferrable as

[android-developers] Cannot replace default activity animation

2012-09-15 Thread Lefteris Kororos
I have been trying to replace the default activity transition animation but without any success. Ihave defined my own entry and exit animations and in the callback where the new activity is launched I have the following code: public void goFetchCallback(View view) { Intent intent = new

Re: [android-developers] Should I use RTMP stream instead of RTSP for Android application

2012-09-15 Thread Malar Prathap
which media server u have used? if it is wowza kindly share your code with us since we tried with rtsp with no success. On 15 September 2012 07:57, Dilip Kumar Chaudhary androiddili...@gmail.comwrote: Malar,I'm sure android(2.3 and above)supports rtsp stream.I have developed app and its

Re: [android-developers] Should I use RTMP stream instead of RTSP for Android application

2012-09-15 Thread Dilip Kumar Chaudhary
Simply i have used VideoView and MediaController.I don't know about wowza. On Sat, Sep 15, 2012 at 6:25 PM, Malar Prathap ermalarprat...@gmail.comwrote: which media server u have used? if it is wowza kindly share your code with us since we tried with rtsp with no success. On 15 September

[android-developers] Multiple Views on an activity.

2012-09-15 Thread Shoaib Dar
I need the top half of an activity for a game to be an interactive view, and the bottom half should have text and buttons that changes over time. I don't know where to start. Would you suggest i set most of this up in XML? is there an easy way for an activity to display separate views like

[android-developers] Re: Can I install our app from an APK and then update it with Google Play?

2012-09-15 Thread scadaguru
Yes, if you use same signed package. No, if you use unsigned or different package name. On Friday, September 14, 2012 12:45:32 AM UTC-5, Martin Ellison wrote: What I want to do is to install our app via an APK, but to push updates using Google Play. Is there any way to tie the two, so that

[android-developers] Re: Can I install our app from an APK and then update it with Google Play?

2012-09-15 Thread b0b
On Saturday, 15 September 2012 16:23:21 UTC+2, scadaguru wrote: Yes, if you use same signed package. No, if you use unsigned or different package name. And the versionCode on Google Play has to be higher than the installed test version. In short if you distribute non official test

Re: [android-developers] Re: Can I install our app from an APK and then update it with Google Play?

2012-09-15 Thread Kostya Vasilyev
I've had reports from users of this working (assuming same package name, same signature, bumped version code). I've also has reports of it not working from some users, who appear to be in a minority. -- K 2012/9/15 b0b pujos.mich...@gmail.com On Saturday, 15 September 2012 16:23:21 UTC+2,

[android-developers] How to retrive all Holder Object From ListView

2012-09-15 Thread Rishabh Agrawal
I am using spinner in each ListView row.I am using a class like (ViewHolder) for hold spinner object.I want to hold all holder object with calling getView to the End.Suppose that i have a 6 row in ListView . I want to hold all holder object but only 5 row is visible at a time on my

Re: [android-developers] Re: Android LVL

2012-09-15 Thread janvi
Yes the above is the same example which is provided in android SDK I have just added main activity which is called once the license is verified properly Any idea why iam facing the following errors 1.error contacting licensing server android 2.ERROR_NOT_MARKET_MANAGED Iam testing it by using

Re: [android-developers] Re: Android LVL

2012-09-15 Thread Ichsan
If you read the documentation, it is clear that you need to upload the app without publishing it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] Multiple Views on an activity.

2012-09-15 Thread Kristopher Micinski
You can pack them together using a layout, is that bad? Also, you sure you don't really want fragments? kris On Sat, Sep 15, 2012 at 10:21 AM, Shoaib Dar sda...@gmail.com wrote: I need the top half of an activity for a game to be an interactive view, and the bottom half should have text and

[android-developers] go to Google Maps(browser or MapView) for that flag/country, with appropriate scaling of the Map per country

2012-09-15 Thread lselwd
I developed an Android FlagGuessEnRu game, but I want upon success flag guess go to Google Maps(browser or MapView) for that flag/country, with appropriate scaling of the Map per country, well i get countries from wikipedia, what url to use for google map for a particular country? -- You

[android-developers] Re: eclipse.exe has stop working

2012-09-15 Thread JP
On Sep 14, 2:26 pm, laxman k laxman.k1...@gmail.com wrote: how this problem slove Just reinstall Eclipse and the Android SDK. -- 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] Copy protection

2012-09-15 Thread Vidal Pérez Leida
Hi. If I'm using the licensing service in my app, I have to set the copy protection activated in the developer console? I don't want that users can copy my apk. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] How to translate ICS 4.0.3 to desired language (for example in Albanian)

2012-09-15 Thread Dardan Shabani
Hi, I would like to translate Android ICS 4.0.3 to my native language. How it works? What should I have (tools)? Source code ? Thnx. -- 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: How to translate ICS 4.0.3 to desired language (for example in Albanian)

2012-09-15 Thread RichardC
AOSP support groups are here: http://source.android.com/community/index.html On Saturday, September 15, 2012 6:51:44 PM UTC+1, Dardan Shabani wrote: Hi, I would like to translate Android ICS 4.0.3 to my native language. How it works? What should I have (tools)? Source code ? Thnx.

Re: [android-developers] Copy protection

2012-09-15 Thread TreKing
On Sat, Sep 15, 2012 at 10:44 AM, Vidal Pérez Leida vidalp...@gmail.comwrote: If I'm using the licensing service in my app, I have to set the copy protection activated in the developer console? Did you read the documentation for the licensing service?

Re: [android-developers] Re: Time to first screen, boot-up time and app-start time?

2012-09-15 Thread NGL
Hi, Is this user space start time ? I/boot_progress_start( 987): 5936 You said that I/boot_progress_start process start time may vary based on the hardware performance...you meant eMMC or cpu ? Could you please help me to understand each boot process here ? what it does exactly ? On

[android-developers] WIN DEATH Logs

2012-09-15 Thread satish bhoyar
Hi All, I am getting WIN DEATH: Window log with pause = false. This is not frequent but after this log the service which this activity uses is facing an ANR. Please tell me why this WIN DEATH: Window log comes. So that I can debug more. I tried to search in net but could not find anything much.

[android-developers] Building latest nightly webkit release for Android platform

2012-09-15 Thread David
We are developing an Android app that requires some new featues in the latest webkit. Since most android phones still have old webkit versions, we'd like to bundle the latest nightly webkit release within our app. But we cannot find webkit nightly release for android platform. It seems we

[android-developers] Stats of my app

2012-09-15 Thread Francesco Gatto
Hi, My app TabooDroid Pro have 30+ downloads but in page of store display only 1. Why? Thank u -- 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] How can I create Multi-Role Manager for Android?

2012-09-15 Thread supernova
Hello everybody. I need to do a project in Android. I was asked to create Multi-Role Manager for Wi-FI, Wi- Fi-Direct and Hotspot that will work in Parallel. Today we can't use t'wo or three actions at the same time, one action cancel another action. I do'nt know even how to start this, do i

[android-developers] How to change phone number format in ICS?

2012-09-15 Thread bubu1
Hy everyone, i've updated recently to ICS and it seems the numbers in the dialer now have the US format no matter what I chose in the Locale menu. Tried using morelocale2 with no luck and modifying persist.sys.language and persist.sys.country in /data/property/. But still nothing the phone

Re: [android-developers] Re: Custom View

2012-09-15 Thread Bubu Bubu21
All I want to do is change the format from 123 123 1234 to 1234 123 123. On Sat, Sep 15, 2012 at 11:44 AM, Jovish P android.f...@gmail.com wrote: if we use image view hw we wil change the text dynamically on onclick. On Sat, Sep 15, 2012 at 1:31 AM, bob b...@coolfone.comze.com wrote:

[android-developers] Re: How to us Cursor::registerContentObserver() and Cursor::registerDataSetObserver()?

2012-09-15 Thread Muhammad Salahuddin
Hi, Please Help me i am developing an application in which 1) I want to save Contents of SMS and Delete it as It reaches to inbox. 2) I want to turn Mic ON via SMS and hear the conversation and record it . -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Copying DB file from asserts folder to DB directory!!!

2012-09-15 Thread chain_chelliah
Hi everyone, i got a following errors. i want to know about these errors and how to fix ??? *09-15 13:36:15.019: E/Trace(855): error opening trace file: No such file or directory (2)* *09-15 13:36:15.249: D/dalvikvm(855): newInstance failed: no init()* *09-15 13:36:15.259:

[android-developers] como converter pdf para txt

2012-09-15 Thread Debora Bosquette
precisamos converter para que o android leia um livro em pdf falando... -- 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] My AVD is super slow

2012-09-15 Thread _Chilling
Hi All, I am pretty new to Android SDK. I am trying to write my first hello world program. The AVD that I have created is super slow in performance and I am pretty sure this is not ow a real world phone performs. Any tips on making this better ? My AVD is set up as Android 4.0.3 // assuming

[android-developers] General question about Android architechture

2012-09-15 Thread jamb
Hello Android devs! I recently bought a Motorola Razr Maxx, and then shortly after an Asus Transformer Infinity TF700T I suppose it goes without saying that I like the idea behind Android as an OS. But I'm a little curious about the architecture decisions, and thought this would be the

[android-developers] SDK and AVD Managers open and then close immediately

2012-09-15 Thread sjc
After installing the Android SDK (latest version) I try to run the SDK manager or the AVD manager and they will not run the open for a second and then close. I am running Windows 7 pro. Any hints on getting them to stay open? -- You received this message because you are subscribed to the

[android-developers] Re: Finding if softkeyboard is visible in landscape mode

2012-09-15 Thread divyak
Hi, I am facing the same problem. Did you happen to find a workaround for this? Thanks. On Monday, January 18, 2010 6:58:26 AM UTC-5, aniket ray wrote: On Fri, Jan 15, 2010 at 6:09 PM, aniket ray anike...@gmail.comjavascript: wrote: Hi, I wanted a way to find out whether a

[android-developers] Help! ImageView in FrameLayout does not match_parent

2012-09-15 Thread Prashanth Balasubramaniam
Hi, I am trying to build a speech bubble for a chat room. Each of the speech bubbles has the attached xml layout. I am achieving this by setting the *textView* to *wrap_content*, the speech bubble *imageView* to *match_parent* and the *frame_layout* to *wrap_content *. So that the

[android-developers] Re: Can I install our app from an APK and then update it with Google Play?

2012-09-15 Thread joebowbeer
Agreed. Pre-installed apps are updated from Google Play all the time, and many rely on this capability. On Saturday, September 15, 2012 7:30:54 AM UTC-7, b0b wrote: On Saturday, 15 September 2012 16:23:21 UTC+2, scadaguru wrote: Yes, if you use same signed package. No, if you use

Re: [android-developers] My AVD is super slow

2012-09-15 Thread TreKing
On Fri, Sep 14, 2012 at 10:37 PM, _Chilling thakkar.ro...@gmail.com wrote: Android 4.0.3 // assuming this is the current biggest market share and the right decision to code against It's not. http://developer.android.com/about/dashboards/index.html

Re: [android-developers] Copying DB file from asserts folder to DB directory!!!

2012-09-15 Thread TreKing
On Sat, Sep 15, 2012 at 3:15 AM, chain_chelliah sangilipandian.chell...@marudham.co.in wrote: 09-15 13:36:15.299: E/AndroidRuntime(855): Caused by: java.lang.InstantiationException: can't instantiate class com.example.importdatabase.DbManager; no empty constructor Serious question: what

Re: [android-developers] My AVD is super slow

2012-09-15 Thread Satya Komatineni
what is your computer and OS? if it is windows it helps to have 4G or more. It could still be slow but much better exprience. It further helps if you have a solid state drive. It also helps to keep the AVD running once it has started. http://satyakomatineni.com/android/training

[android-developers] Android Transaction

2012-09-15 Thread Lars
I wonder what the correct way of handeling a fragment is. the fragment that i have, contain data from the web. each time i switch trough i fragment the fragment get removed so when i switch back the data needs to get downloaded again. how do i preserve the fragment? Thanks in advance! -- You

[android-developers] Re: My AVD is super slow

2012-09-15 Thread solnichko
When creating a new AVD try this: http://tools.android.com/recent/emulatorsnapshots It helped me :) -- 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

Re: [android-developers] Copy protection

2012-09-15 Thread Vidal Pérez Leida
Hi. The documentation says that the licensing service is a replacement, and the app can be installed on more phones. - A limitation of the legacy Copy Protection mechanism on Google Play is that applications using it can be installed only on compatible devices that provide a

Re: [android-developers] Copy protection

2012-09-15 Thread Kristopher Micinski
I've answered this to others as well on android-security, but basically, if you're thinking that using this licensing service will absolutely stop your user from being able to reverse engineer your app, you're plain wrong. You can always consider a hacked rom that lets you inspect the executable

Re: [android-developers] General question about Android architechture

2012-09-15 Thread Kristopher Micinski
Your post is somewhat uninformed for a number of reasons: - this isn't an official Google forum for Android. - there are other more appropriate places for your question: android-platform, for example - Being able to build a computer == being able to modify a 50 million line operating system?

Re: [android-developers] Copy protection

2012-09-15 Thread TreKing
On Sat, Sep 15, 2012 at 7:26 PM, Vidal Pérez Leida vidalp...@gmail.comwrote: And i think that with copy protection enabled can prevent this. I'm right? Just to add to Kris's post, the Copy Protection option in Google Play should not be used. It's been in a state of will be deprecated soon for

Re: [android-developers] Multiple Overlays on Map slowing down pan/zoom

2012-09-15 Thread Apurva Goyal
So basically I should draw all road segments in a single overlay and just change colors in ondraw method? On Saturday, September 15, 2012 3:08:42 AM UTC-4, TreKing wrote: On Sat, Sep 15, 2012 at 12:53 AM, Apurva Goyal tech@gmail.comjavascript: wrote: There are around 200 road