Re: [android-developers] Re: My First Android App

2013-04-16 Thread Saurav
Admin, block the person please. This isn't the forum for such mails! Regards, Saurav Mukherjee. Twitter https://twitter.com/#!/fasuke Facebook https://www.facebook.com/fuusuke On Mon, Apr 15, 2013 at 9:37 PM, bob b...@coolfone.comze.com wrote: I like it. You may want to change the name

[android-developers] Re: Multiple parent for a single child View

2013-04-16 Thread Mikołaj Kąkol
You can resuse single View in multiple Activities, but I would use Application Context to create that View. You need to call this (ViewGroup(view.getParrent)).removeView(view) onPause or in onStop. Pass that view reference to helper class, and from Activity B you can resuse that View. W

Re: [android-developers] Re: Improve data retriveing time from server.

2013-04-16 Thread sree android
thank you friends. -- -- 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...@googlegroups.com For

[android-developers] Usage of platform/packages/apps/Exchange and patent issues

2013-04-16 Thread Mikołaj Kąkol
Hi, I'm porting native Android Mail client and I would like to have Exchange support. While porting Exchange which I found herehttps://android.googlesource.com/platform/packages/apps/Exchange/ i found that patent

Re: [android-developers] Re: Improve data retriveing time from server.

2013-04-16 Thread Renuka Deshpande
You can do one thing when you parse your data show it simultaneously update screen we can do this... Thanks Regards, Renuka On Tue, Apr 16, 2013 at 3:31 PM, sree android android.sreeni...@gmail.comwrote: thank you friends. -- -- You received this message because you are subscribed

[android-developers] How to remove class file editor in the debug perspective in eclipse indigo

2013-04-16 Thread karan hans
Hi, Could you please have a look at http://stackoverflow.com/questions/16033382/how-to-remove-class-file-editor-in-the-debug-perspective-in-eclipse-indigo -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Re: bitmapfun project possible bug

2013-04-16 Thread tsioularisa
i read this and maybe is this a possible fault as i run the app in Gingebird! But except the asynchtask that is being used in the clearCache() in the beginning of the imageWorker in the loadImage the following asynctask is being used. // NOTE: This uses a custom version of AsyncTask that has

[android-developers] [off-topic] Convite Flisol 2013, Novo Hamburgo 2013

2013-04-16 Thread gabriel.mol...@gmail.com
Venha conhecer o Software Livre e participar de uma comunidade que controla e compartilha o software que usa. Use todo o potencial do seu computador sem abrir mão da sua liberdade de executar, copiar, distribuir, estudar, modificar e aperfeiçoar o software. * Data: 27/04/2013 * Hora: 13h às 17h *

Re: [android-developers] Re: bitmapfun project possible bug

2013-04-16 Thread bob
Maybe try changing this line: public static final Executor SERIAL_EXECUTOR = Utils.hasHoneycomb() ? new SerialExecutor() : Executors.newSingleThreadExecutor(sThreadFactory); to this: *public static final Executor SERIAL_EXECUTOR = * *

Re: [android-developers] Re: bitmapfun project possible bug

2013-04-16 Thread tsioularisa
The first comments of the asynctask declaration which is being used in this project and has been modified are the following: /** * * * Copied from JB release framework: *

Re: [android-developers] Re: javax.crypto.BadPaddingException: pad block corrupted

2013-04-16 Thread Todd Grigsby
If you want a consistent experience across platforms I would recommend Chilkat. That's what we use and it makes encryption so much easier. On Apr 4, 2013 11:58 PM, Hiren Dabhi hrdabhi3...@gmail.com wrote: i don't know the encryption-decryption, you can try to change the last line for decrypt

Re: [android-developers] Re: bitmapfun project possible bug

2013-04-16 Thread bob
Okay. In addition to the first change, try changing this line: public static final Executor DUAL_THREAD_EXECUTOR = Executors.newFixedThreadPool(2, sThreadFactory); to this: *public static final Executor DUAL_THREAD_EXECUTOR =* *SERIAL_EXECUTOR;* Thanks. On

Re: [android-developers] Re: bitmapfun project possible bug

2013-04-16 Thread tsioularisa
You are perfect! It seems that it works now. Probably the multithreading was causing the problem. The following scenario which happened after these changes reinforces the multithreading problem and the guess that some asynctask was awake after i exit the activity. The steps of this scenario

[android-developers] add new api levels to emulator

2013-04-16 Thread John Merlino
I want to create a new target device on the emulator that targets gingerbread. In Eclipse, I go to Window AVD Manager New and under target I only see api level 15 and 16. What is the process to be able to add gignerbread 2.3 to this list? -- -- You received this message because you are

Re: [android-developers] add new api levels to emulator

2013-04-16 Thread TreKing
On Tue, Apr 16, 2013 at 2:25 PM, John Merlino stoici...@aol.com wrote: What is the process to be able to add gignerbread 2.3 to this list? Use the SDK manager to download the relevant files for each API level you want to test against.

Re: [android-developers] Hi use this free apps https://play.google.com/store/apps/details?id=com.manager.folder.jayfeature=search_result#?t=W251bGwsMSwxLDEsImNvbS5tYW5hZ2VyLmZvbGRlci5qYXkiXQ..

2013-04-16 Thread JackN
yes, I did just the application developer. It went very well. but I think my marketing is better than his bad attempt. On Friday, April 5, 2013 11:11:16 AM UTC-7, parthi wrote: Did u developed newly app . What man u put one time thats good how many times ? Thanks Regards,

[android-developers] Re: add new api levels to emulator

2013-04-16 Thread John Merlino
After I do that and launch the simulator for gingerbread, the app does now show up at all on the screen even under managed apps, my app is not there. On Apr 16, 3:34 pm, TreKing treking...@gmail.com wrote: On Tue, Apr 16, 2013 at 2:25 PM, John Merlino stoici...@aol.com wrote: What is the

[android-developers] Re: Usage of platform/packages/apps/Exchange and patent issues

2013-04-16 Thread RichardC
You are asking for legal advice, any information you get will be worth exactly what you paid for it. On Tuesday, April 16, 2013 11:17:23 AM UTC+1, Mikołaj Kąkol wrote: Hi, I'm porting native Android Mail client and I would like to have Exchange support. While porting Exchange which I

[android-developers] Re: add new api levels to emulator

2013-04-16 Thread John Merlino
I'm seeing this in the console: Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY Im not sure why this is happening in the SDK Manager, I installed the Google APIs for api level 10 (gingerbread). This issue doesnt happen for api level 15 and 16. In those levels, the app shows up on the

Re: [android-developers] add new api levels to emulator

2013-04-16 Thread John Merlino
Even when I use the 2.3.3 Google APIs emulator, still the app not showing up in emulator On Tuesday, April 16, 2013 3:34:14 PM UTC-4, TreKing wrote: On Tue, Apr 16, 2013 at 2:25 PM, John Merlino stoi...@aol.comjavascript: wrote: What is the process to be able to add gignerbread 2.3 to this

Re: [android-developers] Re: add new api levels to emulator

2013-04-16 Thread TreKing
On Tue, Apr 16, 2013 at 3:50 PM, John Merlino stoici...@aol.com wrote: I'm seeing this in the console: Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY Im not sure why this is happening in the SDK Manager, I installed the Google APIs for api level 10 (gingerbread). Make sure that

[android-developers] Re: add new api levels to emulator

2013-04-16 Thread John Merlino
ok I got it working On Apr 16, 3:34 pm, TreKing treking...@gmail.com wrote: On Tue, Apr 16, 2013 at 2:25 PM, John Merlino stoici...@aol.com wrote: What is the process to be able to add gignerbread 2.3 to this list? Use the SDK manager to download the relevant files for each API level you

[android-developers] error message displays on gingerbread emulator but not icecream sandwich emulator

2013-04-16 Thread John Merlino
I have an app which uses google maps api v2. Works fine in api level 15, but in api level 10 (gingerbread) on the real device it says there is no support. When I try to run on gingerbread emulator, I get the following error: 04-16 17:42:00.928: E/AndroidRuntime(363): FATAL EXCEPTION: main 04-16

[android-developers] Upgrades and fixes to my Android OAuth app (BLOA)

2013-04-16 Thread Brion Emde
This last weekend I fixed the problems with my Android OAuth application (poorly) named Brion Learns OAuth (BLOA) I just posted a video showing the outcome running on three different versions of the OS: 1.6, 2.3.3 and 4.2.2 (latest) The video is at:

[android-developers] In App Billing. Managed and un-managed items question

2013-04-16 Thread LostDev
We have an application that has been using In App Billing Version 2 API and have recently upgraded it to Version 3. When we registered our products originally in the Google Play Developer Console, we registered them as un-mnaged products. Under version 3 I understand that all products are

[android-developers] Re: single device development scenario with questions

2013-04-16 Thread Lew
rh wrote: George Baker wrote: In order to make a calendar app you should need to even have to worry about the source for the Android OS. What you will need is the Android SDK which you can get at http://developer.android.com/sdk/index.html, You'll want to look towards the

Re: [android-developers] Re: single device development scenario with questions

2013-04-16 Thread Kristopher Micinski
On Tue, Apr 16, 2013 at 11:42 PM, rh richard_hubb...@lavabit.com wrote: On Tue, 16 Apr 2013 19:33:00 -0700 (PDT) Lew lewbl...@gmail.com wrote: rh wrote: George Baker wrote: In order to make a calendar app you should need to even have to worry about the source for the Android OS.

[android-developers] How to offer new app to existing user base?

2013-04-16 Thread Jungle Jim
I have written a new app that I want to publish this week. I have a number of existing users who have active installs of another app. The new app is likely to be of interest to them, but I don't want to make it an upgrade to the existing app. Is there some facility in Google Play to enables me