[android-developers] Re: How to draw or write a text like MS-Paint in android using onTouch Event?

2013-02-12 Thread skink
Meena Rengarajan wrote: Any help/suggestions would be highly appreciated, thanks ! post the pseudo code of your onDraw and onTouchEvent, i really mean pseudo code, not zyllions lines of real code pskink -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How to prompt the user only to download one language? (Text To Speech)

2013-02-12 Thread saex
Hi I'm trying to do a text to speech test application, seeing this tutorial: http://android-developers.blogspot.com.es/2009/09/introduction-to-text-to-speech-in.html I tryed doing what the tutorial says, and i'm setting the language only to spanish: mTts = new TextToSpeech(this, this);

[android-developers] How to prompt the user only to download one language? (Text To Speech)

2013-02-12 Thread saex
Hi I'm trying to do a text to speech test application, seeing this tutorial: http://android-developers.blogspot.com.es/2009/09/introduction-to-text-to-speech-in.html I tryed doing what the tutorial says, and i'm setting the language only to spanish: mTts = new TextToSpeech(this, this);

[android-developers] Re: How to prompt the user only to download one language? (Text To Speech)

2013-02-12 Thread skink
iterate over all Locales by calling Locale.getAvailableLocales() and see how to construct your spanish Locale pskink -- -- 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] Gyroscope

2013-02-12 Thread Marta Ribeiro
Well yes that's my doubt, if you say gyroscope noise and drift will introduce errors that need to be compensated for. and i'm not applying any filter of my own, i'm just examining the data directly from sensor.event and they seem not to have any noise or bias, it seems a bit impossible if the

Re: [android-developers] NFC Card Emulation on android

2013-02-12 Thread Michael Roland
Hi Eliseo, so Nexus S, Galaxy Nexus and Galaxy S III have a fixed UID? These phones have an embedded secure element that has a fixed UID. it is due to the NFC NXP controller or to the secure element? Secure Element. The NFC controller uses random UIDs for all other cases. Which secure

[android-developers] Re: How to prompt the user only to download one language? (Text To Speech)

2013-02-12 Thread saex
What you mean with how to construct my spanish Locale? how can i do that? El martes, 12 de febrero de 2013 10:49:47 UTC+1, skink escribió: iterate over all Locales by calling Locale.getAvailableLocales() and see how to construct your spanish Locale pskink -- -- You received this

[android-developers] Re: How to prompt the user only to download one language? (Text To Speech)

2013-02-12 Thread skink
saex wrote: What you mean with how to construct my spanish Locale? how can i do that? construct == build == create in java it mostly applies to using class constructor pskink -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: How to prompt the user only to download one language? (Text To Speech)

2013-02-12 Thread saex
thanks for your amazing help, now i'm a wonderfull developer El martes, 12 de febrero de 2013 11:57:01 UTC+1, skink escribió: saex wrote: What you mean with how to construct my spanish Locale? how can i do that? construct == build == create in java it mostly applies to using class

Re: [android-developers] Gyroscope

2013-02-12 Thread s.rawat
whats the part number of the Gyroscope in the Tablet any idea? ..pain is temporary.quitting lasts forever. My Blog http://techshek4u.blogspot.in/ On Tue, Feb 12, 2013 at 3:32 PM, Marta Ribeiro martacunharibeir...@gmail.com wrote: Well yes that's my doubt, if you say gyroscope noise

[android-developers] Parser

2013-02-12 Thread Arun Kumar K
Hi, I want to know which parser is best for android application.. What is the different between json and jackson parser. which parser is best json or JACKSON -- *Thanks Regards* *K.Arun Kumar* -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] select call option

2013-02-12 Thread sree android
Hi, i write a code for make a phone call,here code is String number=contactList[position]; Intent callIntent=new Intent(android.content.Intent.ACTION_CALL); callIntent.setData(Uri.parse(tel:+number));

[android-developers] Re: Get sorted list android applications on basis of rarely used

2013-02-12 Thread Bajrang Asthana
We want to implement uninstall feature based on the apps usage. So for instance if an app is not used since long time then we highlight so that user can know and uninstall it. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] How i connect from android to another cellphone with (DUN or PAN)?

2013-02-12 Thread Antonis Kanaris
I create a simple bluetooth terminal for android and i want to connect with other cellphone not android support uuid=1115(PAN) with personal area networkand share internet connection to android.How i do this?I know for (DUN) is AT+CGDCONT=1,IP,APN...and after dial with ATD*99***1#

Re: [android-developers] Re: Get sorted list android applications on basis of rarely used

2013-02-12 Thread Kristopher Micinski
You'll have to do this by polling the system every once a while, the system doesn't have any direct hooks to allow you to view these kinds of logs any other way, Kris On Tue, Feb 12, 2013 at 8:24 AM, Bajrang Asthana asthana.bajr...@gmail.com wrote: We want to implement uninstall feature based

[android-developers] AccountManager and storing credentials

2013-02-12 Thread saladbowl
OK - there is a lot of information out there on this subject, a lot of it is conflicting and some of it is probably outdated by now. I am hoping that some clear, concise answers will help clear my confusion. I am new to developing Android applications and I am currently developing a prototype.

Re: [android-developers] Parser

2013-02-12 Thread Kristopher Micinski
JSON is so easy to use, I've never really had a problem with org.json. If you can get by using it I would do that, as it's already in the API (you won't have statically linked code sitting around clouding your app). kris On Tue, Feb 12, 2013 at 7:16 AM, Arun Kumar K arunkuma...@npcompete.net

Re: [android-developers] Gyroscope

2013-02-12 Thread bob
Yes, you are on the right track. Reto Meier discusses this in his Android book. *Introducing Virtual Sensors* Android Sensors typically work independently of each other, each reporting the results obtained from a particular piece of hardware without applying any filtering or smoothing.

[android-developers] Re: How to draw or write a text like MS-Paint in android using onTouch Event?

2013-02-12 Thread bob
Why do you say MotionEvent.ACTION_MOVE is not working properly? Are you redrawing after a move event? You probably need to call invalidate(). On Tuesday, February 12, 2013 12:34:28 AM UTC-6, Meena Rengarajan wrote: How to draw or write a text like MS-Paint in android using onTouch Event?

[android-developers] Re: Get sorted list android applications on basis of rarely used

2013-02-12 Thread bob
Is this mainly for freeing up space? If so, I would think the built-in Sort by size feature in Settings would probably be slightly more useful. On Tuesday, February 12, 2013 7:24:11 AM UTC-6, Bajrang Asthana wrote: We want to implement uninstall feature based on the apps usage. So for

[android-developers] Re: How i connect from android to another cellphone with (DUN or PAN)?

2013-02-12 Thread bob
If your other cellphone is not Android, what is it? On Tuesday, February 12, 2013 7:45:05 AM UTC-6, Antonis Kanaris wrote: I create a simple bluetooth terminal for android and i want to connect with other cellphone not android support uuid=1115(PAN) with personal area

[android-developers] Re: How can i trun off the screen in the android emulator.

2013-02-12 Thread bob
There is no such thing as trun. If you mean turn, then switch off the computer screen the emulator is running on. On Tuesday, February 12, 2013 4:24:58 AM UTC-6, SIVAKUMAR.J wrote: Dear All, How can i trun off the screen in the android emulator. Im using android 2.3.3 version --

Re: [android-developers] How can i trun off the screen in the android emulator.

2013-02-12 Thread Kristopher Micinski
You can run the emulator in headless mode by starting it with the `-no-window` option. The flags to `avd create` and `emulator` are worth exploring, as they present some nice scripting capabilities. Kris On Tue, Feb 12, 2013 at 5:24 AM, Siva Kumar j.sivakumar...@gmail.comwrote: Dear All,

[android-developers] Problems with Text To Speech

2013-02-12 Thread saex
Hi I'm trying to do a text to speech test application, seeing this tutorial: http://android-developers.blogspot.com.es/2009/09/introduction-to-text-to-speech-in.html I tryed doing what the tutorial says, and i'm setting the language only to spanish: mTts = new TextToSpeech(this, this);

[android-developers] Re: Problems with Text To Speech

2013-02-12 Thread skink
iterate over all Locales by calling Locale.getAvailableLocales () and learn how to construct your spanish Locale pskink -- -- 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: Problems with Text To Speech

2013-02-12 Thread saex
I checked in docens of posts and i can't find another way to construct my spanish locale. Please, try to make a better explained answer or to test your answer before writting it. El martes, 12 de febrero de 2013 17:35:50 UTC+1, skink escribió: iterate over all Locales by calling

[android-developers] error message

2013-02-12 Thread njman
02-12 11:38:57.025: W/InputEventReceiver(14874): Attempted to finish an input event but the input event receiver has already been disposed. I'm getting above message when closing a menu. -- -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] High Resolution Application Icon Spec

2013-02-12 Thread Simon Giddings
In the current spec, the high resolution application icon said to have to be a 32bit PNG. However, in the version of photoshop I have, I can only output to a 24bit PNG. Is this acceptable or will my images be rejected ? -- -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: How i connect from android to another cellphone with (DUN or PAN)?

2013-02-12 Thread Robert Greenwalt
Despite some misnamed features, android does not actually support the DUN connection style with AT commands, etc. We do support a variety of BT connection profiles though, including raw sockets for passing arbitrary data and PAN/PNEP for tethering. On Tue, Feb 12, 2013 at 8:14 AM, bob

[android-developers] Re: Problems with Text To Speech

2013-02-12 Thread skink
saex wrote: I checked in docens of posts and i can't find another way to construct my spanish locale. Please, try to make a better explained answer or to test your answer before writting it. in pseudocode: locales = get all locales for locale in locales print out locale pskink -- --

[android-developers] Re: Problems with Text To Speech

2013-02-12 Thread skink
saex wrote: Please, try to make a better explained answer or to test your answer before writting it. btw i hate giving a fish i prefer giving a fish rod, i believe it's better way of learning for the other side pskink -- -- You received this message because you are subscribed to the

[android-developers] Re: Canvas Android

2013-02-12 Thread janvi
Thanks But those shaders are not suting my requirement I have drawn vertical rectangle and want to fill lines in that so plz suggest me or give me some sample sample example Thanks in advance On Friday, February 8, 2013 12:42:52 PM UTC+5:30, skink wrote: janvi wrote: Hello all I

Re: [android-developers] AccountManager and storing credentials

2013-02-12 Thread Nikolay Elenkov
On Wed, Feb 13, 2013 at 12:11 AM, saladbowl chloefothe...@gmail.com wrote: My understanding is that the AccountManager stores the username and password in plain text. On non-rooted devices this seems to be relatively OK because the AccountManager DB requires root permissions. However, on

[android-developers] Re: Canvas Android

2013-02-12 Thread skink
janvi wrote: Thanks But those shaders are not suting my requirement I have drawn vertical rectangle and want to fill lines in that so plz suggest me or give me some sample sample example Thanks in advance On Friday, February 8, 2013 12:42:52 PM UTC+5:30, skink wrote: janvi

[android-developers] OpenGL libGLES_trace how to connect to the server

2013-02-12 Thread dani maoz
Hi I would like to create my own app which trace opengl package. (The same concept as OpenGL Trace by google) My question is how can i create a TCP client which connect to the server. I don't know the server port , or his ip Can anyone tell me how to connect to LibGLEs server thanks -- -- You

Re: [android-developers] AccountManager and storing credentials

2013-02-12 Thread saladbowl
Thanks Nikolay, this is a really good and helpful answer. So, from your experience - do you think most application developers go down the recommended token-based route? or just accept that AccountManager relies on root permissions and store the username and password directly (if there is no

Re: [android-developers] AccountManager and storing credentials

2013-02-12 Thread Nikolay Elenkov
On Wed, Feb 13, 2013 at 2:16 AM, saladbowl chloefothe...@gmail.com wrote: Thanks Nikolay, this is a really good and helpful answer. So, from your experience - do you think most application developers go down the recommended token-based route? or just accept that AccountManager relies on root

[android-developers] Re: error message

2013-02-12 Thread njman
more details. the the error when a menu is opened and closed when i tap somewhere else on the screen. if i select a menu item - i do not get the error message. On Tuesday, February 12, 2013 11:41:33 AM UTC-5, njman wrote: 02-12 11:38:57.025: W/InputEventReceiver(14874): Attempted to finish

Re: [android-developers] Re: How to draw or write a text like MS-Paint in android using onTouch Event?

2013-02-12 Thread Meena Rengarajan
no, i have not done anything in MotionEvent.ACTION_MOVE. But i wrote code only in ACTION_DOWN and ACTION_UP On Tue, Feb 12, 2013 at 9:20 PM, bob b...@coolfone.comze.com wrote: Why do you say MotionEvent.ACTION_MOVE is not working properly? Are you redrawing after a move event? You probably

Re: [android-developers] Re: How to draw or write a text like MS-Paint in android using onTouch Event?

2013-02-12 Thread skink
Meena Rengarajan wrote: no, i have not done anything in MotionEvent.ACTION_MOVE. But i wrote code only in ACTION_DOWN and ACTION_UP so why did you say: cite But, MotionEvent.ACTION_ MOVE is not working properly. /cite pskink -- -- You received this message because you are subscribed to

[android-developers] Re: Canvas Android

2013-02-12 Thread bob
Why not just use an image? On Tuesday, February 12, 2013 11:03:57 AM UTC-6, janvi wrote: Thanks But those shaders are not suting my requirement I have drawn vertical rectangle and want to fill lines in that so plz suggest me or give me some sample sample example Thanks in advance

[android-developers] Re: error message

2013-02-12 Thread bob
Put a breakpoint in *onMenuItemSelected*. See if it gets called right before the crash. On Tuesday, February 12, 2013 11:34:44 AM UTC-6, njman wrote: more details. the the error when a menu is opened and closed when i tap somewhere else on the screen. if i select a menu item - i do

[android-developers] Facebook Nearby Graph API (with out fragment)

2013-02-12 Thread giles ian
Hello, I need to get nearby places using FB's new graph API. I am able to do that but it returns me Fragment. Is there an API which will return me only content (JSON) Thanks, -Giles -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: error message

2013-02-12 Thread njman
i don't overload that method. i overload public boolean onOptionsItemSelected(MenuItem item) and no that method does not get called. On Tuesday, February 12, 2013 12:58:02 PM UTC-5, bob wrote: Put a breakpoint in *onMenuItemSelected*. See if it gets called right before the crash.

[android-developers] Can I Promote My Other Application Using GCM Service.

2013-02-12 Thread rishabh agrawal
Hi I am new bee in Android.I want promote my other cool application using push notification Using GCM.Can i use it for this purpose or it is violation of Google GCM term condition please let me know. -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Validity of the token google

2013-02-12 Thread Paulo Henrique Peres
Anyone know the validity of the token generated by the class GoogleAuthUtil.getToken ()? I wonder how long it expires -- *Paulo Henrique Peres* *Oracle Certified Professional, Java Programmer * *Oracle Certified Professional, Web Component Developer*

[android-developers] WindowManger containing view covering copy/select all dialog

2013-02-12 Thread Akshat Jain
Hello all, i have added a view to a framelayout. This framelayout is added to the windowmanager. The flags i have used are: WindowManager.LayoutParams wlp; wlp.flags = WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE

Re: [android-developers] Re: Paid apps with trial and payments

2013-02-12 Thread Kevin Duffey
Nobu games hits it on the head. You can however host your own app and end users can click a link on your Site from their phone to install it from your site. Updates could be in the format of an email to your users that would again click the link from their phone to update. I believe this is

Re: [android-developers] error message

2013-02-12 Thread Kostya Vasilyev
I'm getting the same message on my Galaxy Nexus with 4.2.1 if I open an action bar menu with the Overflow Affordance Button and then close it. Tried three or four apps. Also this: 02-12 23:19:48.043 W/InputMethodManagerService( 390): Window already focused, ignoring focus gain of:

[android-developers] Re: Can I Promote My Other Application Using GCM Service.

2013-02-12 Thread RichardC
Not sure about the TCs but using GCM seems more work than using AdMob with 100% House ads to promote your applications. On Tuesday, February 12, 2013 6:46:05 PM UTC, rishabh agrawal wrote: Hi I am new bee in Android.I want promote my other cool application using push notification Using

Re: [android-developers] Parser

2013-02-12 Thread Kevin Duffey
The problem with the built in o e is it is similar to a DOM parser for xml in that it will load the entire json document into memory first. Jackson is a json stream processor so it uses a lot less memory and is typically much faster. I lean towards Jackson myself. On Feb 12, 2013 7:27 AM,

[android-developers] Praise for Android Holo Colors Generator

2013-02-12 Thread Nathan
Maybe you all already know about this, but it was very helpful for me. http://android-holo-colors.com/ Just enter some colors and generate a bunch of assets for your theme. I made more progress than ever before. You can still have your design team modify each of the assets and tweak them

[android-developers] best way to copy an existing application

2013-02-12 Thread John Merlino
I have an application already created and up and running on google play. I need to create a second application where everything is the same, other than the background views. So I am wondering the easiest way to essentially clone an application so that all I have to do is create new keys and change

Re: [android-developers] Parser

2013-02-12 Thread Kristopher Micinski
I don't disagree, It's just that I'm typically processing a very minor amount of data (responses from web APIs, a small amount of the time). But like I said, it's a trade off, for any real use of JSON I'd also recommend something stream based, : ) Kris On Tue, Feb 12, 2013 at 2:54 PM, Kevin

Re: [android-developers] Gyroscope

2013-02-12 Thread Tux Leonard
It is not impossible but it's complicate to implement the filters. A simple low pass filter is not enough. To do it right you need to combine accelerator and gyroscope data. For this purpose you could implement a complementary or Kalman filter. You find some examples on the net. Or google for

[android-developers] Re: best way to copy an existing application

2013-02-12 Thread RichardC
Create an new Android Library project. Put all your existing shared code and resources into it. Create 2 new Android Projects (one with your old package name and the other with a new package name), and set them to use your Android Library project. Put the different resources into the Application

[android-developers] Re: best way to copy an existing application

2013-02-12 Thread John Merlino
I don't see where it mentions to copy existing code into the library project. Am I supposed to copy and paste it? On Feb 12, 3:24 pm, RichardC richard.crit...@googlemail.com wrote: Create an new Android Library project. Put all your existing shared code and resources into it. Create 2 new

[android-developers] Re: Praise for Android Holo Colors Generator

2013-02-12 Thread bob
Can you post some screenshots of what you have done with this? Thanks. On Tuesday, February 12, 2013 1:56:13 PM UTC-6, Nathan wrote: Maybe you all already know about this, but it was very helpful for me. http://android-holo-colors.com/ Just enter some colors and generate a bunch of

[android-developers] Re: Can I Promote My Other Application Using GCM Service.

2013-02-12 Thread bob
From the Terms and Conditions: You will not promote or facilitate unlawful online gambling or disruptive *commercial messages* or *advertisements*. On Tuesday, February 12, 2013 12:46:05 PM UTC-6, rishabh agrawal wrote: Hi I am new bee in Android.I want promote my other cool application

[android-developers] Re: Praise for Android Holo Colors Generator

2013-02-12 Thread Nathan
On Tuesday, February 12, 2013 1:03:56 PM UTC-8, bob wrote: Can you post some screenshots of what you have done with this? There's no real need. http://android-holo-colors.com/ If you go there, choose a color, some options and some widgets, you can see the preview on the web page itself.

[android-developers] Re: best way to copy an existing application

2013-02-12 Thread RichardC
For an example look at: android-sdk\samples\android-n\TicTacToeLib android-sdk\samples\android-n\TicTacToeMain On Tuesday, February 12, 2013 8:58:16 PM UTC, John Merlino wrote: I don't see where it mentions to copy existing code into the library project. Am I supposed to copy and paste it?

[android-developers] Re: best way to copy an existing application

2013-02-12 Thread bob
Does he really need to create a new library project? Or can he just check the Is Library checkbox on his existing project? https://lh5.googleusercontent.com/-V1ww5FOHONU/URq7qNZ2FxI/AMg/lrxK0vxdDgs/s1600/lib.png On Tuesday, February 12, 2013 2:24:22 PM UTC-6, RichardC wrote:

Re: [android-developers] Fwd:

2013-02-12 Thread Jim Graham
On Mon, Feb 11, 2013 at 11:18:25AM +0100, murali krishna wrote: http://www.asscon-tatto.it/1fiuwp.php?s=lf Hmmm, let's see, no subject (thus CLEARLY NOTHING IMPORTANT AT ALL), and no problem, question, etc. Ok, here's your answer: 42. Hope that helps. --jim -- THE SCORE: ME: 2

Re: [android-developers]

2013-02-12 Thread Jim Graham
On Mon, Feb 11, 2013 at 09:02:23AM -0800, Robert Scott wrote: http://erzurumasml.com/umxvdmb/hvafchfv6ddnqx03yimdom9muavmh6z3ro6hrcj/ No subject (i.e, nothing that matters) and no message content. Here's your answer, then: 42 -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4) |

[android-developers] Styling/themeing an alert dialog.

2013-02-12 Thread Nathan
I've made some progress in applyin But it doesn't appear to affect the AlertDialog so far. Meaning: It still has a blue bar across the middle from the Holo Dark theme. The buttons. ( ie OK, Cancel) are still the Holo Dark default, not the styled buttons I would want. So far, i have only

Re: [android-developers] Fwd:

2013-02-12 Thread Jim Graham
On Mon, Feb 11, 2013 at 08:33:14PM +0100, Donal Rafferty wrote: http://www.pixfoto.it/6qydll.php?s=ot Once again...no subject, meaning the OP has nothing to ask, as confirmed by the complete lack of content. Here's your answer, then: 42 -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4)

[android-developers] Re: best way to copy an existing application

2013-02-12 Thread Lew
bob wrote: Does he really need to create a new library project? Yes. Or can he just check the Is Library checkbox on his existing project? No. RichardC wrote: Create an new Android Library project. Put all your existing shared code and resources into it. Create 2 new Android

[android-developers] Google Play Licensing documentation issue

2013-02-12 Thread g...@deanblakely.com
Im trying to implement licensing for my app and I'm following the docs at http://developer.android.com/google/play/licensing/index.html#test-env but I'm finding it very challenging. For instance... The section pasted below says that we should sign in to our publisher account (do they mean

[android-developers] Customizing progress Dialogs

2013-02-12 Thread Ansh
Hi Guys , I want to customize the progress dialog for my app.I want to show only spinner spinning without the black background.I have googled a lot but nothings seems to be working.Please tell me how can i achieve that effect. -- -- You received this message because you are subscribed to

[android-developers] Re: Customizing progress Dialogs

2013-02-12 Thread skink
Ansh wrote: Hi Guys , I want to customize the progress dialog for my app.I want to show only spinner spinning without the black background.I have googled a lot but nothings seems to be working.Please tell me how can i achieve that effect. what would you like to see instead of black

[android-developers] Re: Customizing progress Dialogs

2013-02-12 Thread ravi .
You can use ProgressBar widget. It will show only spinner -- -- 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] Restriction in reading logs in higher version of android

2013-02-12 Thread Bajrang Asthana
Hi all, As i heard that from 4.1+ onwards we will not be able to use the following permissions: uses-permission android:name=android.permission.READ_LOGS / But just now i tried it with my jelly beans on emulator (API=16) and it seems i was able to give the permissions and even i am able to

[android-developers] Gallery

2013-02-12 Thread Arun Kumar K
Hi Guys, I want to get the height of the gallery at run time and i want to change the height of the gallery at run time.. How can i do this.. Can any explain me -- *Thanks Regards* *K.Arun Kumar* -- -- You received this message because you are subscribed to the Google Groups

[android-developers] Android App is installed twice in Android Device.

2013-02-12 Thread Seshu
Hi All, I downloaded the android project from internet and i renamed the package name and then i done small modifications to that code. If i installed the app in the android real device showing two apps. if i removed the app using command prompt both apps are deleting at a

[android-developers] Re: Android App is installed twice in Android Device.

2013-02-12 Thread ravi .
Hi Take a look at this link http://stackoverflow.com/questions/8014149/how-to-install-applications-with-same-package-name-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] change child relativelayout content in a fragment

2013-02-12 Thread Summer
This is what i need: in one fragment, i have two buttons, by toggling those two buttons, the page will show different contents(both will be from layout files). My layout file: ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android;