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

2013-05-01 Thread Piren
you need to refactor the whole code base to use a different package name in addition to changing the *package name *in the manifest.. the name of the app is meaningless, that's just the value that shows on the icon. On Saturday, April 27, 2013 8:26:04 PM UTC+3, Carlos Costa wrote: > > Hi guys >

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 wrote: > Try to set > android:windowSoftInputMode="adjustPan" > for your activity in the AndroidMa

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 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 but withou

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 wrote: > On Tue, Apr 16, 2013 at 5:03 PM, yaqub seyidov wrote: > >> i have no java knowledge > > > Before you do anything else, get some Java knowledge, outs

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 wrote: > 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] 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 wrote: > 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? ---

[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 android-developers+unsubscr...@g

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 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: 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 Bitmap createScaledBitmap

Re: [android-developers] Pixelated interface

2013-05-01 Thread TreKing
On Sun, Apr 28, 2013 at 3:04 PM, Vlad 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. - T

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 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 device, which would

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 wrote: > 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 starting a new o

[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 = movie.h

[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:

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 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

[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: >

[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 serv

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 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 Friday, April 26,

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 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 UTC-5, scray

[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 recei

[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 thi

[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 ap

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

2013-05-01 Thread bob
It looks like it is there now: 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 di

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 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 > components. > > ht

[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

[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. Ev

[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 . -dontwarn ..** I am able to export the apk successfully but after installing it in device its throwing ClassNotFo

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

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

[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 gro

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 s

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 you

[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 device