[android-developers] Re: Fragment Transition Animation Crashes

2013-01-28 Thread Kostya Vasilyev
The native fragment API uses the new (since 3.0) animators. http://developer.android.com/guide/topics/graphics/prop-animation.html You can see the difference in the source, too:

[android-developers] Custom view rendering issue

2013-01-28 Thread cosminr
Hi, I am writing a custom view and for optimization purposes, I draw some static part of the view in a Bitmap. Unfortunately, the quality of the rendering when using an offscreen bitmap is noticeably less compared to rendering into the view's canvas bitmap. Here are two screenshots showing the

Re: [android-developers] ArrayAdapter in background thread

2013-01-28 Thread Kostya Vasilyev
Directly modifying an adapter's data (especially changing the number of items) from a background thread is a recipe for disaster. The data can be loaded on a thread, but should be switched in the adapter on the UI thread, followed by a call to notifyDatasetChanged, also on the UI thread. -- K

Re: [android-developers] Mobile network idle sockets disconnected

2013-01-28 Thread Goncalo Oliveira
Sorry for reopening this, but I have a consequence behavior with this and was hoping for some insights. As I said earlier, we are using a very specific APN that allows the connection only to a restricted range of servers. I managed to use a heartbeat every 5 minutes to workaround the GCM issue,

[android-developers] GCM not working over wifi

2013-01-28 Thread Rajan
Hello i have create one app in which i use GCM, its work normally over mobile data packet, but when my app is running over mobile Wifi my GCM code not working. Any solution ? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] In-app billing V3 - Error while retrieving information from server. [RPC:S-7:AEC-0]

2013-01-28 Thread Rajan
i have create one app and already published in that app i used in-app billing (UNMANAGED). When i test it using android.test.purchased product id, it will works properlly, but after publishing the app i test it again using live product Id at that time it will not working, means my app redirect

[android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-28 Thread Héctor Júdez
Since last week all my apps are losing only 5 star rates. What´s going on?!?! They are just disappearing and it is happening to ALL my apps. I've lost more than 200 rates already and it keeps on falling! -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: GCM not working over wifi

2013-01-28 Thread skink
Rajan wrote: Hello i have create one app in which i use GCM, its work normally over mobile data packet, but when my app is running over mobile Wifi my GCM code not working. Any solution ? for my GCM code not working? no, i don't think anyone can help you with so detailed problem

[android-developers] Re: Play store - reviews disappear

2013-01-28 Thread Héctor Júdez
I have lost more than 200 during the weekend. Only 5 star rates! El domingo, 27 de enero de 2013 12:59:21 UTC+1, Giuseppe escribió: We are experiencing some review deletion from our play store. Anybody here is having the same problem? -- -- You received this message because you are

[android-developers] Re: Play store - reviews disappear

2013-01-28 Thread Héctor Júdez
It is happening to ALL my apps.. even the apps I don´t have published right now. El lunes, 28 de enero de 2013 13:15:11 UTC+1, Héctor Júdez escribió: I have lost more than 200 during the weekend. Only 5 star rates! El domingo, 27 de enero de 2013 12:59:21 UTC+1, Giuseppe escribió: We

[android-developers] Re: Play store - reviews disappear

2013-01-28 Thread Giuseppe
So what we should do now? We are losing many time to find what happened and there is no sense on this problem. Should we contact Google ? what we must do? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Play store - reviews disappear

2013-01-28 Thread Héctor Júdez
248 rates lost in one week. Almost all of the 5 star ratings. I have tried to contact Google but no response. I also posted a message in Google Plus with #PlayStore #AndroidDev and no success either. El lunes, 28 de enero de 2013 13:20:08 UTC+1, Giuseppe escribió: So what we should do now?

[android-developers] Eclipse exported apk crashing

2013-01-28 Thread Sohayb Hassoun
Hello, I need to publish my application, i ran the Eclipse export wizard and exported a signed apk with a self-signed certificate, i ran the zipalign tool also. The problem is that when installing this package on the device and running it, it crashes directly, although i can run the

[android-developers] Re: In-app billing V3 - Error while retrieving information from server. [RPC:S-7:AEC-0]

2013-01-28 Thread Kostya Vasilyev
A Google search for RPC:S-7:AEC-0 shows a lot of discussions of this error. Not sure if any magic fixes would work though -- I think your best bet is to report this to Google developer support. https://support.google.com/googleplay/android-developer/bin/answer.py?hl=enanswer=136601 -- K

Re: [android-developers] ArrayAdapter in background thread

2013-01-28 Thread Mark Murphy
On Sun, Jan 27, 2013 at 7:36 PM, dashman erjdri...@gmail.com wrote: You can modify the ArrayList directly from a background thread. How can i do that - i don't see any api for this. java.util.ArrayList has been around for, what, 15 years? Yes, it has an API to allow the list to be modified.

[android-developers]

2013-01-28 Thread Jayavelu Viswanathan
Hi friends very amazing File manager its free application in android market Download and use it. below is link available please give me feed back and use continuously...

[android-developers]

2013-01-28 Thread Jayavelu Viswanathan
Hi friends very amazing File manager its free application in android market Download and use it. below is link available please give me feed back and use continuously...

[android-developers]

2013-01-28 Thread Jayavelu Viswanathan
Hi friends very amazing File manager its free application in android market Download and use it. below is link available please give me feed back and use continuously...

Re: [android-developers]

2013-01-28 Thread Vinothkumar Apparao
Don't post you're own app here for self ad.. On Mon, Jan 28, 2013 at 6:52 PM, Jayavelu Viswanathan androidjayav...@gmail.com wrote: Hi friends very amazing File manager its free application in android market Download and use it. below is link available please give me feed back and use

Re: [android-developers]

2013-01-28 Thread Kristopher Micinski
You have made a mistake in your app's description: you say it does not require the internet permission, yet the internet permission is listed on the permissions console. You should also explain why the other permissions are necessary in your comments. Kris On Sun, Jan 27, 2013 at 11:58 PM,

[android-developers] The new CellInfo API

2013-01-28 Thread Dan
I saw: http://developer.android.com/reference/android/telephony/CellInfo.html and thought that having the signal strength tower ID and in use and neighboring towers all in one callback would be nice to have. I wrote a test program to see if I could get this CellInfoGsm on a Galaxy Nexus or

Re: [android-developers]

2013-01-28 Thread Kostya Vasilyev
The description appears to have been copied from the Open Intents file manager: *OI File Manager* allows you to browse your SD card... -- K On Monday, January 28, 2013 5:44:29 PM UTC+4, Kristopher Micinski wrote: You have made a mistake in your app's description: you say it does not

[android-developers] Insert data from text file to database

2013-01-28 Thread samuel
I have a text file data . like Australia-country,america-country,North America-continent and the data goes on to a large extent. i need to create database with three columns one for the the ID number, the other for names of the places , and other for the type of place it looks in this way

[android-developers] Re: Custom view rendering issue

2013-01-28 Thread Piren
I think its actually the Bitmap's fault... Bitmap.CreateBitmap can also get DisplayMatrics as a variable, try that with your device's DisplayMatrics (I'm guessing it's High, while the default is something lower, thus causing the fuzziness) On Monday, January 28, 2013 12:48:21 PM UTC+2,

Re: [android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-28 Thread TreKing
http://developer.android.com/support.html - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- -- You received this message

Re: [android-developers] Eclipse exported apk crashing

2013-01-28 Thread TreKing
On Mon, Jan 28, 2013 at 6:34 AM, Sohayb Hassoun sohayb.hass...@gmail.comwrote: Will that have to do with the proguard configurations or anything else?! How are we supposed to know? Look at the LogCat and at least post the error.

Re: [android-developers] Insert data from text file to database

2013-01-28 Thread TreKing
On Mon, Jan 28, 2013 at 8:21 AM, samuel joinvir...@gmail.com wrote: How to i insert the data from text file to database? Copy the data manually, or write a program that reads from the text files and writes to the database.

[android-developers] Re: Custom view rendering issue

2013-01-28 Thread cosminr
Unfortunately, the createBitmap() method which accepts DisplayMetrics was added in API level 17 and I need to support a much lower API level. I tried to set the density by passing the DisplayMetrics.densityDpi to Bitmap.setDensity(int) and the problem still persists. On Monday, January 28,

[android-developers] Re: Eclipse exported apk crashing

2013-01-28 Thread George Baker
Sohayb, It could definitely be Proguard. I have two ideas for you. First turn debugging on for the app in the manifest so you can see the debug output on your device. Then turn proguard off and try running your apk on the device. The debug output should tell you what is happening. If the

Re: [android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-28 Thread Héctor Júdez
Thanks, I've already filled a couple forms from this site... no answer yet. There was a Android Market Google Group before but it has been removed... I hope anyone from Google gets to review these posts. El lunes, 28 de enero de 2013 16:11:02 UTC+1, TreKing escribió:

[android-developers] Re: AR (augmented reality) and open gl.

2013-01-28 Thread bob
Maybe this book will help? http://www.amazon.com/Android-Augmented-Reality-Professional-Apress/dp/143023945X/ Or maybe the docs for TextureView? http://developer.android.com/reference/android/view/TextureView.html public class LiveCameraActivity extends Activity implements

[android-developers] Re: Eclipse exported apk crashing

2013-01-28 Thread bob
Should you really run zipalign explicitly? Shouldn't the Eclipse export wizard have handled that? On Monday, January 28, 2013 6:34:10 AM UTC-6, Sohayb Hassoun wrote: Hello, I need to publish my application, i ran the Eclipse export wizard and exported a signed apk with a self-signed

[android-developers] Re: Insert data from text file to database

2013-01-28 Thread bob
You will want to use SQL. Something like this: CREATE TABLE GEODATA (ID INTEGER, NAME VARCHAR(80), TYPE VARCHAR(80)); INSERT INTO GEODATA VALUES(1,'North America','continent'); On Monday, January 28, 2013 8:21:28 AM UTC-6, samuel wrote: I have a text file data . like

[android-developers] Re: Custom view rendering issue

2013-01-28 Thread bob
Maybe use this function in the Canvas class? public void setDrawFilter (DrawFilter filter) *A DrawFilter subclass can be installed in a Canvas. When it is present, it can modify the paint that is used to draw (temporarily). With this, a filter can disable/enable antialiasing, or change the

[android-developers] Knockoff copy of my app on Google Play.

2013-01-28 Thread jeka
Hello. There is a knockoff copy of my app on Google Play. It wraps my app with code that presents a full screen ad before launching the app. I complained to Google twice via their report app facility, but didn't get any response and the app is still there. Any ideas on who to talk to to get it

[android-developers] Re: Custom view rendering issue

2013-01-28 Thread Piren
you can also set the density on the canvas see this: http://stackoverflow.com/questions/5014882/drawing-a-bitmap-on-a-canvas-got-scaled On Monday, January 28, 2013 5:18:21 PM UTC+2, cosminr wrote: Unfortunately, the createBitmap() method which accepts DisplayMetrics was added in API level 17

Re: [android-developers] Eclipse exported apk crashing

2013-01-28 Thread Sohayb Hassoun
Thank's man, it was an error from the proguard configuration, this is the error that i got, 01-28 17:49:03.510: E/AndroidRuntime(14897): FATAL EXCEPTION: main 01-28 17:49:03.510: E/AndroidRuntime(14897): java.lang.ExceptionInInitializerError 01-28 17:49:03.510: E/AndroidRuntime(14897): at

[android-developers] Re: Eclipse exported apk crashing

2013-01-28 Thread Sohayb Hassoun
Seems it isn't a problem of zipalign tool to begin with On Monday, January 28, 2013 5:43:27 PM UTC+2, bob wrote: Should you really run zipalign explicitly? Shouldn't the Eclipse export wizard have handled that? On Monday, January 28, 2013 6:34:10 AM UTC-6, Sohayb Hassoun wrote: Hello,

[android-developers] Repackagers/APK Hoster

2013-01-28 Thread JackN
I don't get it. Some sites list apps and link to google play for the download. I don't think this is happening here http://www.bingwap.com/3/free-mobile-games/6/android-games/20243/asmbots.shtml Looks like the apk was appropriated and hosted o/s of the market. Even though this app is

Re: [android-developers] Mobile network idle sockets disconnected

2013-01-28 Thread Robert Greenwalt
I am curious what the 3mb/day of data consists of if the servers can't be reached. 3mb of tcp connect attempts? DNS lookups? If it's DNS perhaps you could populate your local DNS server with bogus records so that the DNS requests die down to be replaced with perhaps fewer failing connect

Re: [android-developers] Mobile network idle sockets disconnected

2013-01-28 Thread Goncalo Oliveira
Hi Robert, thanks for such a prompt answer. Firstly, it's 3 mb in 3 days, 1mb/day. The DNS resolves the addresses correctly, but the connections will fail. Unfortunately I don't have access to DNS servers, so it's a bit harder to capture this traffic. I've installed Onavo count to capture the

[android-developers] jumping thru Android source

2013-01-28 Thread bob
Does anyone know why Eclipse chokes when I try to jump around in Android source? I have this method in my Activity: @Override protected void onResume() { super.onResume(); mView.onResume(); } So, I jumped into onResume of mView (GLSurfaceView): public void onResume() {

[android-developers] Re: Knockoff copy of my app on Google Play.

2013-01-28 Thread bob
Was your app open source? I don't see how they could do this from a technical perspective. On Monday, January 28, 2013 9:58:09 AM UTC-6, jeka wrote: Hello. There is a knockoff copy of my app on Google Play. It wraps my app with code that presents a full screen ad before launching the

Re: [android-developers] Mobile network idle sockets disconnected

2013-01-28 Thread Robert Greenwalt
I don't think you're making your own builds, so you'll have to set the APN data on each device (though you probably already have to do this as it's not a public apn). In the apn data set the type of the apn to mms instead of default or blank. Remove any default/blank apn for your mcc/mnc pair.

Re: [android-developers] Mobile network idle sockets disconnected

2013-01-28 Thread Robert Greenwalt
I wonder if you don't resolve the DNS if your data use will decline? You could test that on an isolated wifi I suppose. On Mon, Jan 28, 2013 at 8:59 AM, Robert Greenwalt rgreenw...@google.comwrote: I don't think you're making your own builds, so you'll have to set the APN data on each device

Re: [android-developers] UnknownHostException is not logged

2013-01-28 Thread Robert Greenwalt
I think a case could also be made for logging the UnknownHostException without the stack trace (just the server name) as an in between step. Thanks for the bugreport. On Fri, Jan 25, 2013 at 3:08 PM, Boris Burtin bbur...@gmail.com wrote: Thanks for responding. I can see the reasoning. Just

Re: [android-developers] Mobile network idle sockets disconnected

2013-01-28 Thread Goncalo Oliveira
Thanks Robert, I really appreciate your help. I'll try as you suggest. On 28 January 2013 16:59, Robert Greenwalt rgreenw...@google.com wrote: I don't think you're making your own builds, so you'll have to set the APN data on each device (though you probably already have to do this as it's

Re: [android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-28 Thread TreKing
On Mon, Jan 28, 2013 at 9:20 AM, Héctor Júdez hju...@gmail.com wrote: I hope anyone from Google gets to review these posts. Not for Android Market issues, they don't. - TreKing

[android-developers] Re: Knockoff copy of my app on Google Play.

2013-01-28 Thread jeka
No, it wasn't open source. As far as actually doing: it is very easily done from a technical perspective. Just copy an APK, package it with your own, and make your start activity call an activity from the APK. I'm trivializing a bit, but there is really not much more to it than that. The

[android-developers] Re: Knockoff copy of my app on Google Play.

2013-01-28 Thread Johan Appelgren
Just decompile, add ad activity, change manifest and recompile. Haven't tried but can probably be automated for most apps. -- -- 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] Repackagers/APK Hoster

2013-01-28 Thread TreKing
On Mon, Jan 28, 2013 at 10:09 AM, JackN j...@jacknorth.com wrote: what to do? Contact the site host and request the app be removed, assuming you own the app. - TreKing

[android-developers] Re: Knockoff copy of my app on Google Play.

2013-01-28 Thread Nobu Games
I noticed that Proguard is able to produce obfuscated code which makes Java Decompiler http://java.decompiler.free.fr/ crash. It's a reasonable step to obfuscate any app (also free ones) in order to make it harder to figure out where to apply these changes or how to crack them. More advanced

Re: [android-developers] Re: Knockoff copy of my app on Google Play.

2013-01-28 Thread Kristopher Micinski
Those can also be circumvented... But yes, it's possible to make it harder. kris On Mon, Jan 28, 2013 at 12:36 PM, Nobu Games dev.nobu.ga...@gmail.com wrote: I noticed that Proguard is able to produce obfuscated code which makes Java Decompiler crash. It's a reasonable step to obfuscate any

[android-developers] Re: Knockoff copy of my app on Google Play.

2013-01-28 Thread jeka
You don't need to decompile anything to achieve what I'm describing. Your APK can have another APK as a payload and simply execute its own activity before starting the one from another APK. I won't get into details simply because I don't want to give anybody the wrong ideas, but it is easy to

Re: [android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-28 Thread Héctor Júdez
I have just lost another 14 stars... They got rid of the forum and they don´t answer questions in their help center. El lunes, 28 de enero de 2013 18:21:23 UTC+1, TreKing escribió: On Mon, Jan 28, 2013 at 9:20 AM, Héctor Júdez hju...@gmail.comjavascript: wrote: I hope anyone from Google

Re: [android-developers] Re: Knockoff copy of my app on Google Play.

2013-01-28 Thread Kristopher Micinski
Morally, it's basically decompiling, you can fiddle with the bytecode too, decompiling is just the next step.. As for your second question: this forum isn't monitored by the Google play people. However, you might get lucky and have someone from the dev team forward it along. The best I've heard

Re: [android-developers] Re: Knockoff copy of my app on Google Play.

2013-01-28 Thread jeka
I reported the app twice, both times without so much as an acknowledgement email, meanwhile, the app is getting downloads... Here is hoping someone from Google sees this. On Monday, January 28, 2013 1:28:49 PM UTC-5, Kristopher Micinski wrote: Morally, it's basically decompiling, you can

Re: [android-developers] Re: Knockoff copy of my app on Google Play.

2013-01-28 Thread Kristopher Micinski
This is the typical story. Actually, you'll see worse stories: people whose competitors report their app (when it is in fact the original) and Google shuts down their legitimate app. (Then, they won't get a reply for ages, their developer account is suspended, all their apps are gone, poof!)

Re: [android-developers] Re: Knockoff copy of my app on Google Play.

2013-01-28 Thread John Coryat
You can contact an Android Developer Relations person: https://plus.google.com/+AndroidDevelopers/posts It appears that the circle for that group are all DevRels. I may be wrong in that. You may recognize one or more of the people there. Usually, it's easy to find their email and contact them

Re: [android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-28 Thread John Coryat
It might be that Google is consolidating ratings that were done by one person a number of times. It might also be that the ones determined to be fraudulent are being removed. It might also be possible that whatever algorithm is doing the work has a bug and is flagging actual, real reviews and

[android-developers] Re: Repackagers/APK Hoster

2013-01-28 Thread JackN
was going to do that, but they don't list a DMCA agent (I dont want to get involved with rogue players). I think i will send a takedown to their host (Colo at 55, LLC). I am sure this will be more damaging to them as a whole. On Monday, January 28, 2013 8:09:50 AM UTC-8, JackN wrote: I

Re: [android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-28 Thread Héctor Júdez
Rates are not fraudulent and I assume they are getting rid of old rates. My app has been in the market for more than 3 years and I have the feeling they are getting rid of the old rates because new comments are unaffected. Two out of 25k rates is meaningless. I am losing 270 rates out of around

Re: [android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-28 Thread Héctor Júdez
by the way.. this has happened before in July 2011 and it was a bug. Just search on the Internet. However before you could gatter all together and complain in the Market Google Group... now this group is gone and we cannot complain any more. El lunes, 28 de enero de 2013 20:51:34 UTC+1,

Re: [android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-28 Thread John Coryat
Rates are not fraudulent... How do you know that? Only God and Google know. Don't worry about things you can't change! -John Coryat -- -- 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] Nesting layouts??

2013-01-28 Thread dashman
I'd like to design a layout with multiple items displayed in a similar format. I'd lilke each displayed using 2 TextViews. Is it possible to create 1 xml layout file with the defnition and then refer to that file multiple times. -- -- You received this message because you are subscribed to

Re: [android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-28 Thread TreKing
On Mon, Jan 28, 2013 at 1:55 PM, Héctor Júdez hju...@gmail.com wrote: However before you could gatter all together and complain in the Market Google Group... now this group is gone and we cannot complain any more. You're doing a fine job without that forum ;) Honestly, it sucks, but there's

Re: [android-developers] Nesting layouts??

2013-01-28 Thread TreKing
On Mon, Jan 28, 2013 at 2:05 PM, dashman erjdri...@gmail.com wrote: Is it possible to create 1 xml layout file with the defnition and then refer to that file multiple times. Yes, it is possible. And covered in the documentation. Look for include.

[android-developers] pause breaks...

2013-01-28 Thread bob
So, let's say I have my app running. Then I close the magnetic case. Then, I wait one second. Then, I open the case. So, my understanding is that onPause gets called upon closing the case. Then onResume gets called upon opening the case. The confusing part is that some of the stuff

[android-developers] Re: pause breaks...

2013-01-28 Thread Nobu Games
As soon as your OpenGL context changes you'll need to reload all textures. The Renderer.onSurfaceCreated method has a very good explanation of what's going on under the hood and what is required from you: Called when the surface is created or recreated. Called when the rendering thread starts

Re: [android-developers] Nesting layouts??

2013-01-28 Thread dashman
well i wasn't able to do as i expected - but if i defined a class derived off a Layout - it works. com.example.ProgDataView android:id=@+id/label android:text=Label android:layout_width=match_parent android:layout_height=wrap_content/ from my java class

Re: [android-developers] Re: pause breaks...

2013-01-28 Thread Harri Smått
Hi, As for OpenGL related resources GLSurfaceView.setPreserveEGLContextOnPause(true) is pretty handy. While documentation states that it doesn't work on all devices, Android source indicates this is the case only on OpenGL ES prior 2.0. -- H On Jan 28, 2013, at 11:11 PM, Nobu Games

[android-developers] getting the active Fragment

2013-01-28 Thread dashman
I've got a FragmentActivity sub-class app with a ViewPager. also has a .PagerTitleStrip. Essentially a view with about 4 Fragments that can be laterally navigated. How can I find the active Fragment on the screen. -- -- You received this message because you are subscribed to the Google

Re: [android-developers] Nesting layouts??

2013-01-28 Thread bob
If it is a subclass of android.widget.TextView, I'd call getText(). On Monday, January 28, 2013 3:13:24 PM UTC-6, dashman wrote: well i wasn't able to do as i expected - but if i defined a class derived off a Layout - it works. com.example.ProgDataView android:id=@+id/label

[android-developers] Eclipse XML editor slow when ADT installed

2013-01-28 Thread Marko
Hi! I've been trying to get info on this for some time now and decided to finally ask here: Me and my colleagues have been experiencing (sometimes very extreme) slowdowns in Eclipse tab switching/opening documents when having the ADT plugin installed and opening a couple of xml layout files

Re: [android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-28 Thread Héctor Júdez
You are all right.. Google just answered two of my emails with the exact same copypaste message saying nothing but crap. Anyway, time to forget. Thanks. El lunes, 28 de enero de 2013 21:06:42 UTC+1, TreKing escribió: On Mon, Jan 28, 2013 at 1:55 PM, Héctor Júdez hju...@gmail.comjavascript:

[android-developers] Re: Eclipse XML editor slow when ADT installed

2013-01-28 Thread Nobu Games
This is a known bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=385272in Eclipse Juno. ADT is probably to blame, too. You should downgrade to the previous version of Eclipse. http://wiki.eclipse.org/Platform_UI/Juno_Performance_Investigation On Monday, January 28, 2013 5:37:54 PM UTC-6,

[android-developers] Re: Eclipse XML editor slow when ADT installed

2013-01-28 Thread Nobu Games
Just as additional information. I also do have problems with the older Eclipse 3.7.2 in combination with ADT. ADT leaks memory pretty badly on my development machine and brings it to a complete halt after a few hours of development and debugging. This affects just about anything. Slow XML

[android-developers] Re: Eclipse XML editor slow when ADT installed

2013-01-28 Thread Marko
Well, I can confirm that after installing the SR1 Optimizations early patch I can see a noticeable improvement with regards to switching between tabs and opening xml documents, at least on this Windows 7 machine I'm currently using. Thanks for the links! As for the leakiness/stressfulness

[android-developers] Re: getting the active Fragment

2013-01-28 Thread dashman
If someone can help me with this - i'd appreciate it. At wits end here. Again a FragmentActivity sub-class with the layout being a ViewPager and a PagerTitleStrip inside it. I'm trying to get the current active displayed Fragment. I think the solution has to do with

[android-developers] Re: problem accessing external library

2013-01-28 Thread Lew
Jim wrote: I just figured out the answer. For some reason, the new Android SDK tools need any external libraries to be accessed from a libs directory that is a subdirectory of the project's directory. I made the directory and copied the jsoup library to it, redid the build path, and

[android-developers] Re: getting the active Fragment

2013-01-28 Thread Nobu Games
Unfortunately this is really not straightforward. You'll have to work around in order to make that work. You basically have the following possibilities: 1. You can get the currently visible page index number from the pager. Use that number to get the correct fragment from your adapter. Then

[android-developers] Re: getting the active Fragment

2013-01-28 Thread Nobu Games
Post reply [image: More message actions] 8:11 PM (less than a minute ago) Unfortunately this is really not straightforward. You'll have to work around in order to make that work. You basically have the following possibilities: 1. You can get the currently visible page index number from

[android-developers] Re: getting the active Fragment

2013-01-28 Thread dashman
1. You can get the currently visible page index number from the pager. Use that number to get the correct fragment from your adapter. But be careful: your adapter needs to internally cache the created fragments, otherwise you can always get a new instance of your fragment. That's what's

[android-developers] Re: getting the active Fragment

2013-01-28 Thread dashman
Or where can I find the source for the support library. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] How to use adb to inject Mock GPS Locations to an HTC G1 phone.

2013-01-28 Thread cellurl
In the Menu, I enables Development-AllowMockLocations Eg, I want to test my app on the phone with KML-ish locations over USB. I read somewhere that I might have to use telnet geo commands to the phone. Is there a tutorial or experience somewhere? Thanks for any leads! cellurl -- -- You

[android-developers] Maps v2 with Fragments

2013-01-28 Thread sree android
Hi, How can i create maps v2 with using fragments. i saw few exmples in google.all the examples are extended using Activity or FragmentActivity.But i want to extend Fragment,because i implemented tabs using fragments.in these tabs on tab haveing locations.so i need to extend Fragment. sorry for

Re: [android-developers] All my apps are losing 5 star rates at a really high speed. I've lost more than 200 during this weekend.

2013-01-28 Thread Zsolt Vasvari
My app has been published for 2 1/2 years and have 2500+ ratings also. I haven't lost any that I can see. Knock on wood. That said, it sometimes happens that I get an extra batch of phantom' ratings which are removed a few days later. If you want to complain somewhere, may I suggest Google+

[android-developers] Re: Play store - reviews disappear

2013-01-28 Thread Zsolt Vasvari
248 rates lost in one week. Almost all of the 5 star ratings. I also posted a message in Google Plus with #PlayStore #AndroidDev and no success either. You did? I tried to find your post, but couldn't. -- -- You received this message because you are subscribed to the Google Groups