Re: [android-developers] My published app does not appear in Google Play

2013-05-01 Thread Michael Banzon
How long time have you waited? On the left hand side of the store page, it says that I am unable to install on any of my devices due to country restrictions. On Wed, May 1, 2013 at 4:29 AM, scrayne susancra...@gmail.com wrote: It appears on the website, but not in Google Play on my phone, even

Re: [android-developers] Re: Running a song after every one hour..

2013-05-01 Thread Piren
seriously? so by I need to create an app and can you help/guide me you actually meant can someone do the work for me? On Tuesday, April 30, 2013 5:58:19 PM UTC+3, Ravi Tewari wrote: Thanks Piren.. Will look at it... But I was looking if someone already has done similar On Tue, Apr 30,

Re: [android-developers] Re: Application forced Close

2013-05-01 Thread Piren
how could we have missed that? :-D On Tuesday, April 30, 2013 10:02:33 PM UTC+3, TreKing wrote: On Tue, Apr 30, 2013 at 9:14 AM, bob b...@coolfone.comze.comjavascript: wrote: The problem is that you are not calling super.onCreate. Make this the first line of your onCreate method:

[android-developers] Re: Console stopped giving output.

2013-05-01 Thread Piren
Do you meant Logcat? cause the Console is pretty much useless in eclipse in eclipse when it comes to Android development... the only thing it is good for is noticing errors with file names and problems installing the app. If you meant Logcat and it stopped showing new information from the

Re: [android-developers] Re: Any good guide lines for using TAG when using Log. statements

2013-05-01 Thread Piren
I did something similar by first retrieving the PID of the app and then filtering by PID.. i rather keep the tag clean and specific to what it is. Regarding your question, it's a personal choice... i personally tag by logical/functional meanings in the app (if you have a specific code path

Re: [android-developers] Re: Running a song after every one hour..

2013-05-01 Thread Ravi Tewari
Hi Piran/Bob, I meant, I just needed a start and thanks to both of you to guide in a right direction. I have started developing it. At first, I am creating a Service to run the music. But need your help to clarify why it is not running for me (when I run it using activity alone, it plays the

[android-developers] Fwd: How to Fetch user name in twitter with out authentication.

2013-05-01 Thread Seshu
Hi, How can we fetch the public data like username, profile pic in twitter with out autentication. please help if any one knows? Thanks and Regards, S.Seshu. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Maps api key v1?

2013-05-01 Thread user123
I didn't create a release keystore because I have not released yet, and I didn't need it. I was using the debug keystore. I created the release keystore when I was finished, to put the app in Google Play. Am Dienstag, 30. April 2013 04:12:34 UTC+2 schrieb Ian Ni-Lewis: I agree, you should

Re: [android-developers] Re: Running a song after every one hour..

2013-05-01 Thread Ravi Tewari
forgot to mention how I am calling my service in main activity class. Here is how I call the service: .. setContentView(R.layout.activity_main); MyService ms=new MyService(); ms.startService(new Intent(this,MyService.class).setAction(com.example.action.PLAY)); ... On

[android-developers] progaurd.cfg built apk not working

2013-05-01 Thread vani reddy
Hi All, I have a class which extends android.app.Application. In the progaurd.cfg file I have given -keep public class * extends android.app.Application{*;} -keep public class packagename.application class name -dontwarn packagename.application class name.** I am able to export the apk

[android-developers] Re: SQLite Frustration

2013-05-01 Thread Marty Ballard
It appears to me that you are always inserting key_id = 0, therefore this would be a duplicate insert. I believe you should be increasing this by +1 for each insert. On Friday, April 26, 2013 11:20:20 AM UTC-5, Nathan wrote: I can not figure out what is happening here for the life of me.

[android-developers] Re: progaurd.cfg built apk not working

2013-05-01 Thread Piren
remove the curly braces at the end... just this is enough: -keep public class * extends android.app.Application On Wednesday, May 1, 2013 3:40:45 PM UTC+3, vani wrote: Hi All, I have a class which extends android.app.Application. In the progaurd.cfg file I have given -keep public class

Re: [android-developers] open street maps with native android apps

2013-05-01 Thread Tom Opgenorth
Give OSMDroid - https://code.google.com/p/osmdroid/. I've had luck with it in the past. On Tue, Apr 30, 2013 at 12:28 PM, Gink Labrev gink.lab...@gmail.com wrote: How to use open street maps with native android apps ? There are a lot of applications in this link, but any information about used

[android-developers] Re: My published app does not appear in Google Play

2013-05-01 Thread bob
It looks like it is there now: https://lh6.googleusercontent.com/-g-exvaE1Kc0/UYEjN5hZNvI/Abg/9LIOx65ESI8/s1600/sidefx2.png Thanks. On Tuesday, April 30, 2013 9:29:02 PM UTC-5, scrayne wrote: It appears on the website, but not in Google Play on my phone, even using the direct

[android-developers] Proper way to request an email or whatever data at first load of the app

2013-05-01 Thread Dan Cha
I have an app, that ive been working on from time to time. And now that its more stable, im working on improvements and changes to help make it better. So one of those things is to request an email address to use when pulling up history data, which would be specific to the individual using the

[android-developers] Re: My published app does not appear in Google Play

2013-05-01 Thread scrayne
Bob, I can't see your image. When I search in google play my app is still not listed Susan -- -- 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: My published app does not appear in Google Play

2013-05-01 Thread bob
What happens when you go here? https://play.google.com/store/apps/details?id=com.oryxtech.android.sideeffects Thanks. On Wednesday, May 1, 2013 9:56:06 AM UTC-5, scrayne wrote: Bob, I can't see your image. When I search in google play my app is still not listed Susan -- -- You received

Re: [android-developers] Re: My published app does not appear in Google Play

2013-05-01 Thread Daniel Chacon
I can see an app Side Effects listing all medical side effects. On Wed, May 1, 2013 at 10:24 AM, bob b...@coolfone.comze.com wrote: What happens when you go here? https://play.google.com/store/apps/details?id=com.oryxtech.android.sideeffects Thanks. On Wednesday, May 1, 2013 9:56:06 AM

Re: [android-developers] Re: SQLite Frustration

2013-05-01 Thread Παύλος-Πέτρος Τουρνάρης
Make your key_id autoincrement and it should be fine! On 1 May 2013 16:49, Marty Ballard marty...@gmail.com wrote: It appears to me that you are always inserting key_id = 0, therefore this would be a duplicate insert. I believe you should be increasing this by +1 for each insert. On

[android-developers] Google Play Services Library question: GetRemoteContext

2013-05-01 Thread Jeffry
Hi, While looking at the google play services library's APIs, i found that there is a method called: GooglePlayServicesUtil.getRemoteContext() which according to the reference document it will return the buddy APK's context.. So I am assuming the buddy APK here is referencing the Google play

[android-developers] Re: My published app does not appear in Google Play

2013-05-01 Thread scrayne
I see the listing for SideEffects in my browser on my phone. By the way, it says that the app is compatible with my Verizon Motorola XT907, which is the phone I'm using. I just checked Google Play again. Now I see it. Thanks. Susan On Wednesday, May 1, 2013 11:24:02 AM UTC-4, bob wrote:

Re: [android-developers] SQLite Frustration

2013-05-01 Thread 超人迪迦
在 2013年5月1日星期三,Παύλος-Πέτρος Τουρνάρης 写道: Make your key_id autoincrement and it should be fine! On 1 May 2013 16:49, Marty Ballard marty...@gmail.com wrote: It appears to me that you are always inserting key_id = 0, therefore this would be a duplicate insert. I believe you should be

[android-developers] Re: To play gif from a file

2013-05-01 Thread bob
I have looked further into this issue, and the issue is actually a bug in FileInputStream. Basically, every class that derives from InputStream needs to implement the reset() method, and FileInputStream neglects to do so. Please see this in the InputStream source code:

[android-developers] Re: To play gif from a file

2013-05-01 Thread bob
As a workaround, you can probably do something like this: *FileInputStream fis = new FileInputStream(/mnt/sdcard/piggy.gif);* *BufferedInputStream bis = new BufferedInputStream(fis);* *bis.mark(10);* *Movie movie = Movie.decodeStream(bis);* *int width = movie.width();* *int height =

Re: [android-developers] Problems playing diferents songs with Android MediaPlayer

2013-05-01 Thread TreKing
On Mon, Apr 29, 2013 at 4:44 PM, Luis Torres Coronel bran...@gmail.comwrote: Return to the previous activity, select a new song and this also is playing together with the above at once, how could avoid this? Seems like the obvious solution is to stop whatever song is currently playing before

Re: [android-developers] Re: Problems playing diferents songs with Android MediaPlayer

2013-05-01 Thread TreKing
On Tue, Apr 30, 2013 at 10:20 AM, bob b...@coolfone.comze.com wrote: Maybe in the *onPause* method of the SongPlay activity, you tell it to stop playing the song? That would mean you'd have to keep that activity on top or it would stop playing the song if you tried to do anything else on your

Re: [android-developers] Pixelated interface

2013-05-01 Thread TreKing
On Sun, Apr 28, 2013 at 3:04 PM, Vlad vlad20p...@gmail.com wrote: How can I simulate a big pixel Draw a big square. and how can I animate the big pixels? Look at the documentation section on animation.

[android-developers] Re: Pixelated interface

2013-05-01 Thread bob
You can draw to a Bitmap. Then scale it down real small like *100x100* using this function: static Bitmaphttp://developer.android.com/reference/android/graphics/Bitmap.html

Re: [android-developers] Fwd: How to Fetch user name in twitter with out authentication.

2013-05-01 Thread TreKing
On Wed, May 1, 2013 at 3:52 AM, Seshu s.seshu...@gmail.com wrote: How can we fetch the public data like username, profile pic in twitter with out autentication. please help if any one knows? Consult the Twitter documentation - this has nothing to do with Android development.

[android-developers] Re: To play gif from a file

2013-05-01 Thread Beyza Nur Kökcan
Thank you so much, it works fine now -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] program crashes when i try to create a table for my app

2013-05-01 Thread TreKing
On Tue, Apr 23, 2013 at 8:43 AM, Manish Jain jainmanishin...@gmail.comwrote: here is the code of my database java file And ...? You want someone to debug your application for you when you've provide no information about the issue itself?

Re: [android-developers] Running logcat from an application only shows the apps logs.

2013-05-01 Thread TreKing
On Fri, Apr 19, 2013 at 1:28 PM, Federico Cesari ficoces...@gmail.comwrote: I'm developing an application on JB 4.2 that needs to read the logs from all processes running in the device. That is no longer possible as of 4.1. Apps can only read the logs from their own processes.

Re: [android-developers] new in development plz help

2013-05-01 Thread Michael Leung
I think you should start from the basic. maybe, finding some training courses about programming. On Wed, May 1, 2013 at 5:34 AM, TreKing treking...@gmail.com wrote: On Tue, Apr 16, 2013 at 5:03 PM, yaqub seyidov seyidov.ya...@gmail.comwrote: i have no java knowledge Before you do

Re: [android-developers] instal different versions of same app

2013-05-01 Thread Michael Leung
you need to change namespace as I remener On Sun, Apr 28, 2013 at 3:26 AM, Carlos Costa up2...@gmail.com wrote: Hi guys I am developing a game with eclipse, I try it in my mobile phone, to get the real feeling Sometimes I do little changes in my app and I want to install it in the phone

Re: [android-developers] EditText lose focus when appears keyboard in ListView

2013-05-01 Thread Bazlur Rahman
I found this solution doesn't work on Samsung s2 and S3 phone. Sincerely A. N. M. Bazlur Rahman Software Engineer Therap Services, LLC On Sun, Sep 23, 2012 at 3:17 AM, biosstar bios...@googlemail.com wrote: Try to set android:windowSoftInputMode=adjustPan for your