[android-developers] Re: Grey buttons when adding actions to a notification in Jelly Bean

2012-08-28 Thread Christer Nordvik
Seems this was a bug or a feature when targeting SDK level 8. Ah well, I guess we have to change or target SDK and rewrite to actionbar soon anyway. kl. 23:38:07 UTC+2 mandag 27. august 2012 skrev Christer Nordvik følgende: I have a strange issue where I've started using the support library

[android-developers] Repeat calendar event reminder

2012-08-28 Thread Rahul Kaushik
Hi, How to make a calendar event reminder repeat until the user cancels the reminder. Such that if I have a meeting and if I miss the first time that the notification goes off (I'm usually in vibrate only or I use very short very high frequency tones) I'd like the tone to repeat at regular

Re: [android-developers] PDF VIEWER

2012-08-28 Thread Parthi K
neoandroidtech.blogspots.com you will get code here... On Tue, Aug 28, 2012 at 12:22 AM, Justin Anderson magouyaw...@gmail.comwrote: Write your own PDF reader... Have fun with that. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 24,

[android-developers] Re: Use of shapes for background

2012-08-28 Thread Pau Rodríguez Coloma
Please, help... El viernes, 24 de agosto de 2012 12:08:54 UTC+2, Pau Rodríguez Coloma escribió: Hi, I'm want to set the background of a RelativeLayout like the attached png. For the moment I'm using a bitmap definition xml named background_dark.xml like: ?xml version=1.0

Re: [android-developers] Android Activity And closing application

2012-08-28 Thread Kristopher Micinski
Hopefully you don't take this badly... Unfortunately this is the case where, if you want to exit the app, in Android, it just doesn't work like that, kris On Tue, Aug 28, 2012 at 12:34 AM, Haris P P haris...@gmail.com wrote: Thanks for your reply. On Mon, Aug 27, 2012 at 8:35

[android-developers] Re: simulate just onPause() without onStop()

2012-08-28 Thread Doug
On devices running gingerbread or older (I think), just turn off the screen. Or start an activity whose theme is transparent (or something like that, google it). Sorry to be so imprecise. Doug On Tuesday, August 21, 2012 10:04:03 PM UTC-7, Ubuntu guy wrote: Hello, I'm developing an

[android-developers] Re: VideoView seetTo() takes longer time to start video after pause

2012-08-28 Thread Doug
seekTo doesn't restart a paused video. Seeking is independent of playback state. Doug On Wednesday, August 22, 2012 3:57:33 AM UTC-7, Ashutosh wrote: did you get any solution for this issue, I am also facing it. thanks for help -ashutosh On Thursday, February 3, 2011 11:59:54 AM

[android-developers] Re: Prevent Installation of armv7 neon compiled app on Non Neon Devices

2012-08-28 Thread Doug
No. Neon instructions are not part of the ABI specification, which is what the device uses to determine which .so to load. You have to detect that at runtime OR you have to make the user make an informed decision about which shared library to use (which drastically decreases usability of your

[android-developers] Android Source code Development

2012-08-28 Thread Rajan Mishra
Hello, Please Provide the new Updates of source code in Android Mobile Development. -- 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,

[android-developers] pruning the Asmack jar

2012-08-28 Thread Steve
Does anyone have experience with whittling down the Asmack .jar to bare essentials? I've had luck using it for XMPP communications, but including it adds a meg to an app that's otherwise less than 32k. Is there anything that CAN be whittled out of it? -- You received this message because you

[android-developers] Re: how to obtain NOT ENCODED polylines using the com.google.android.maps package

2012-08-28 Thread gattytto
http://jeffreysambells.com/2010/05/27/decoding-polylines-from-google-maps-direction-api-with-java This is a decoder that will return a list of geopoints.. I just don't get it, google coders forgot to add polyline support to their android libraries? there's not even a simple implementation of

[android-developers] how to dump the message in NetworkController.java

2012-08-28 Thread ZnZn
i met an issue which does matter with statusbar, and i wanna dump the message in NetworkController.java. i found that dumpsys just support the system services but not NetworkController.java which implements dump function although. can anyone tell me how to dump the message? and further, how to

[android-developers] Music Sync App?

2012-08-28 Thread Ronald Rose
Okay I'm not even sure if I'm asking on the right forum, but I am a complete newbie when it comes to coding and developing. I was just wondering how hard would it be to make an app that can sync with the windows libraries music, photos, videos ect over wifi and or 3g, or the normal phone

[android-developers] State of the Art for the WiFi ScanResult capabilities String

2012-08-28 Thread João Dias Amaro
Hi there fellow Android developers. I'm currently creating an abstraction layer on top of the Android SDK for my MSc thesis, in order to present a new approach to some design issues in the Android SDK and I would like to know if anynone has info about future plans to change the ScanResult

[android-developers] Accelerometer count meters

2012-08-28 Thread Luiz Lago
Hello Everybody Exist some way to count meters with accelerometer ? Thanks, Luiz Lago -- 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,

Re: [android-developers] Re: Using LVL, will issuing a refund also revoke the user's license?

2012-08-28 Thread media house
- NOT_LICENSED response for sure. - No uninstall should get triggered. - Adding the user emails to the test accounts list and keeping the TEST response as Licensed is a way to work around. thanks Diwakar c/o MediaHouse https://play.google.com/store/apps/details?id=com.dbapp.android.mediahouse

[android-developers] Getting the google voice synthesizer

2012-08-28 Thread nikulau
Hello,(excuse my poor english)I'm with a school project and I need to edit a couple of things to de google voice synthesizer, which works on android. I surfed the web but I haven't found the source code. Could anybody say me where to find it? I really thank to this great comunity, I hope when I

[android-developers] Recording incoming call

2012-08-28 Thread Nakul Maheshri
i want to record incoming call i am using following code MediaRecorder mr = new MediaRecorder(); mr.setAudioSource(MediaRecorder.AudioSource.VOICE_CALL); mr.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); mr.setMaxDuration(1); mr.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);

Re: [android-developers] java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

2012-08-28 Thread rauf qureshi
can any body tell me how to make a post in this group for problem solution and please some one update me about payment gateway and its charges is apply to use this server please help me On Mon, Aug 27, 2012 at 8:36 PM, nikhilesh singh Tak nikhileshsingh...@gmail.com wrote: Hi Mark,

[android-developers] eclipse juno on mac os x 10.5.8 adt plugin wont run

2012-08-28 Thread Errol
running os x 10.5.8 with eclipse 4.2 which runs fine, but a bit slow... after installing software and restarting the eclipse, the android plugins fail to load in the preferences. is there a way to work this out for the better? is eclipse juno compatible with os x 10.5.8? how can I get the

[android-developers] JAVA and SILVERLIGHT

2012-08-28 Thread MiamiGLC
Hi guys, i'm wondering why i can't see live webcam (java) on android 2.3, if i see inside the option, the java it's activated, but through the browser seems not working, the second issue and i know it's something hard, there's a way to get silverlight or moonlight for android browser? and yes

[android-developers] glGenTextures return 0 and got call to OpenGL ES API with no current context (logged once per thread)

2012-08-28 Thread Li Sun
Hi, I just met a issue of glGenTextures. I wrote the below codes on Activity.onCreate() function int[] mTextureNames = new int[1]; GLES20.glGenTextures(1,mTextureNames,0); SurfaceTexture mSurfaceTexture = new SurfaceTexture(mTextureNames[0]); but mTextureNames[0] is

Re: [android-developers] Live audio stream - Android 2.x - possible ?

2012-08-28 Thread rauf qureshi
Use RTSP protocol for that On Mon, Aug 27, 2012 at 5:22 PM, Dmitriy F midnight@gmail.com wrote: I need to play a live audio stream on devices with 2.x and greater versions. Thishttp://developer.android.com/guide/appendix/media-formats.html states that it's impossible to play live

[android-developers] Listview text size

2012-08-28 Thread RAM
how to resize the font size of a listview/gridview text -- 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] eclipse juno on mac os x 10.5.8 adt plugin wont run

2012-08-28 Thread Errol
running os x 10.5.8 with eclipse 4.2 which runs fine, but a bit slow... after installing software and restarting the eclipse, the android plugins fail to load in the preferences. is there a way to work this out for the better? is eclipse juno compatible with os x 10.5.8? how can I get the

[android-developers] Iam new to developing a android app ( stuck in mainactivity class)

2012-08-28 Thread stanlee
iam trying to create an app, right now learning to create app through the tutorials. the issue right now is how can i edit the mainactivity class where do i put this command /** Called when the user clicks the Send button */ public void sendMessage(View view) { // Do something in response

[android-developers] Regarding setting up of google play merchant account

2012-08-28 Thread vinartrulz
Hello people, I have a query regarding setting up google play merchant account. I am from india and i understand that Google Checkout is available only to merchants in selected countries. I was working in US sometime back, so i do have an active US bank account SSN. Is it

[android-developers] ViewPager and setClipChildren(false)

2012-08-28 Thread Thesalan
Hi! I started Android development last week, and I have a problem with a code on some devices : I have to develop an application with a specific controller like a horizontal wheel. To do this, I want to use the ViewPager, with setClipChildren(false) to extend the view. I based on the

[android-developers] Re: Multiple Icons appear on device when my project run!

2012-08-28 Thread Thesalan
I'm a beginner, so maybe I'm wrong, but in your manifest, all your activities are set with the following intent? intent-filter action android:name=android.intent.action.MAIN / category android:name=android.intent.category.LAUNCHER /

[android-developers] JellyBean problem on Long click when context menu and android:autolink= all

2012-08-28 Thread Sandy
I found a strange problem on Jelly bean android 4.1 version till android 4.0 its working fine .But in android 4.1 its creating problem.. below is my Activity ackage com.sample; import android.os.Bundle; import android.app.Activity; import android.text.util.Linkify; import

[android-developers] Home screen widget don't show on real phone

2012-08-28 Thread Thalita Monteiro
I created home screen widget , when i test on my emulator works perfectly, but when use on my Samsung Galaxy Y - android v 2.3.5 - don't show option create my widget. Does anyone know why the phone does not work? -- You received this message because you are subscribed to the Google Groups

[android-developers] Live streaming in browser on Android 3+

2012-08-28 Thread Aleksey Zhurbitsky
I have Wowza server for streaming live TV channels. I need to play this channels in browser on Android 3+. Is it possible? On Android 3.0-3.2 i think i can use Flash player and RTMP stream, but what should i choose for ICS and JB? I tried to use HTTP live streaming in video-tag, but seems its

[android-developers] Android custom view (very basic)

2012-08-28 Thread Victor Reboucas
Hi, I'm new to Android development and I'm trying to implement a custom view to act as a custom menu button for my app. I followed the instructions at http://developer.android.com/training/custom-views/create-view.html but by the end of the implementation I get a message saying Unfortunately

Re: [android-developers] TWO APPS WITH SAME NAME

2012-08-28 Thread vivek singh
@kristopher (In case you meant Billboard by their. ) there is no such official app by billbaord for android market . On Monday, August 27, 2012 11:29:29 PM UTC+5:30, Kristopher Micinski wrote: I would guess that as long as you don't compete with their app they won't be mad, once you do

Re: [android-developers] TWO APPS WITH SAME NAME

2012-08-28 Thread vivek singh
I forget to mention that i contacted twice BEFORE the release of my app mentioning the name issue On Monday, August 27, 2012 11:32:50 PM UTC+5:30, TreKing wrote: On Mon, Aug 27, 2012 at 12:57 PM, vivek singh vivek...@gmail.comjavascript: wrote: I am also not a lawyer. I have contacted

Re: [android-developers] TWO APPS WITH SAME NAME

2012-08-28 Thread vivek singh
actual query is still unanswered On Monday, August 27, 2012 11:32:50 PM UTC+5:30, TreKing wrote: On Mon, Aug 27, 2012 at 12:57 PM, vivek singh vivek...@gmail.comjavascript: wrote: I am also not a lawyer. I have contacted billboard twice regarding the issue but no response so far. I read

Re: [android-developers] TWO APPS WITH SAME NAME

2012-08-28 Thread vivek singh
Search for Billboard Hot 100 on google play see 3rd and 4th result On Monday, August 27, 2012 11:11:32 PM UTC+5:30, vivek singh wrote: BillBoard Hot 100 On Monday, August 27, 2012 11:07:01 PM UTC+5:30, TreKing wrote: On Mon, Aug 27, 2012 at 12:26 PM, vivek singh vivek...@gmail.com wrote:

Re: [android-developers] TWO APPS WITH SAME NAME

2012-08-28 Thread vivek singh
@kris* On Tuesday, August 28, 2012 12:10:31 AM UTC+5:30, vivek singh wrote: @yea you may be right. but the actual query is still unanswered how someone would differentiate between two apps if say someone (who is unaware of package nomenclature) that go to google play and search for

[android-developers] Re: Android maven plugin: Adding android support jar to test project ~ Cannot load class 'android.support.v4.os.ParcelableCompatCreatorHoneycombMR2'

2012-08-28 Thread blizzard
I've had a major breakthrough on this. I'm posting my progress here http://stackoverflow.com/questions/12087948/test-apk-does-not-resolve-load-classes-from-main-apk-cannot-load-class-andr My conclusion thus far is that android instrumentation tests do not support FragmentActivity or other

Re: [android-developers] TWO APPS WITH SAME NAME

2012-08-28 Thread Kristopher Micinski
It doesn't really matter if it's on the market or not, if it's their name it can be construed as infringement, whether or not there is a market app. Think of it this way, if you made an app called Microsoft Office Docs you'd probably be in trouble too, even if you capatalized the S in MicroSoft

Re: [android-developers] Android Activity And closing application

2012-08-28 Thread Haris P P
Hai Kristopher I didn't get your point.. On Tue, Aug 28, 2012 at 12:32 PM, Kristopher Micinski krismicin...@gmail.com wrote: Hopefully you don't take this badly... Unfortunately this is the case where, if you want to exit the app, in Android, it just doesn't work like that, kris

[android-developers] Re: get the text in edit text on button click

2012-08-28 Thread karuna vikas
Hi vinay , Sorry ... I have replied for the 1st Question.. On Saturday, June 2, 2012 11:36:47 PM UTC+5:30, Raghu wrote: hi, how can i get the text entered by the user in the Edit Text on button click, kindly do help me on this -- You received this message because you are subscribed

Re: [android-developers] Android Activity And closing application

2012-08-28 Thread Kristopher Micinski
You don't just exit apps on Android, The system does it for you, kris On Tue, Aug 28, 2012 at 3:47 AM, Haris P P haris...@gmail.com wrote: Hai Kristopher I didn't get your point.. On Tue, Aug 28, 2012 at 12:32 PM, Kristopher Micinski krismicin...@gmail.com wrote: Hopefully you

Re: [android-developers] Android Activity And closing application

2012-08-28 Thread Haris P P
Thanks..I understood On Tue, Aug 28, 2012 at 1:22 PM, Kristopher Micinski krismicin...@gmail.com wrote: You don't just exit apps on Android, The system does it for you, kris On Tue, Aug 28, 2012 at 3:47 AM, Haris P P haris...@gmail.com wrote: Hai Kristopher I didn't get your

[android-developers] Re: how to obtain NOT ENCODED polylines using the com.google.android.maps package

2012-08-28 Thread GerarCR
Thanks! I´ve already used a decoder like this in my app. I´m pretty sure that google don´t give any polyline support because they don,t want you to use their GPS routes to make any kind of GPS guide sistem, as they say in their terms of service: *8. License Restrictions. * *8.7. use the

[android-developers] Multiple Package name in a Single Applicaiton

2012-08-28 Thread karuna vikas
Hi Everybody , I am Creating a application with a multiple functionality like Music Player video Player, I have to create a Music Player application in a packagenam1 and Video Player in a packagename2 but these two packages have to be in a Single Package i.e., packagename.

[android-developers] Writing to External SD

2012-08-28 Thread Dirk Vranckaert
I have an issue with writing on external SD... Writing on the external SD as Google puts it is not difficult with Environment.getExternalStorageDirectory(). However I want to make a difference for my users so they can choose to either backup their data to the 'on device' external memory and the

[android-developers] JellyBean problem on Long click when context menu and android:autolink= all

2012-08-28 Thread Jason Sesso
It seems that you. Need to add the onlongclick method. I just did this recently. Ill get you an example in awhile. -- 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

[android-developers] Iam new to developing a android app ( stuck in mainactivity class)

2012-08-28 Thread Jason Sesso
Put it below. OnCreate(blah blah) { } sendMessage() { } -- 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] Writing to External SD

2012-08-28 Thread Jason Sesso
Create a dialog. For them to choose and then save the preference. -- 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] TWO APPS WITH SAME NAME

2012-08-28 Thread Fabien R
On 27/08/2012 20:14, vivek singh wrote: I forget to mention that i contacted twice BEFORE the release of my app mentioning the name issue You should have waited for their answer BEFORE releasing your app. - Fabien -- You received this message because you are subscribed to the Google

Re: [android-developers] Recording incoming call

2012-08-28 Thread Asheesh Arya
android sdk provide partial fuctionality !!! its work on some real device not fully supported!!! you got the recorded file but when you want to listen that recorded file it play on some real device not all. http://forum.xda-developers.com/showthread.php?t=1441643

Re: [android-developers] glGenTextures return 0 and got call to OpenGL ES API with no current context (logged once per thread)

2012-08-28 Thread Latimerius
Hello, Activity.onCreate() runs on application's main thread which is not associated with a GL context, hence the error message. The usual way is to have a rendering thread which you can either associate with a GL context yourself by using EGL calls, or you can have the Android framework help

Re: [android-developers] TWO APPS WITH SAME NAME

2012-08-28 Thread TreKing
On Mon, Aug 27, 2012 at 1:14 PM, vivek singh vivek.r...@gmail.com wrote: I forget to mention that i contacted twice BEFORE the release of my app mentioning the name issue No response != consent to publish your app. Did I mention I'm not a lawyer?

[android-developers] Re: TWO APPS WITH SAME NAME

2012-08-28 Thread sparky
Since nobody seems to have answered your question from the technical sense, I will. What Android (and Google Play) uses to decide if two apps are the same is the full.package.name. As long as the package names are unique, the system doesn't care if they have the same name. On Aug 27, 7:26 pm,

[android-developers] How to obtain the value of leftEye position by Android 4.0 API

2012-08-28 Thread Elease
Hello : I used the Android 4.0 Face Detection API (hardware.camera.Face) to detect the faces. The face detection API has many object to get the values like leftEye to get the left eye's point and mouth to get the mouth position. This URL is about the Face detect API :

[android-developers] Empty Extras in SDK Manager

2012-08-28 Thread ccjohn
I have downloaded the manager which version is new one (20.0.3). After I installed it, it can fetch the add-on schema #5 and repository schema #7 successfully. But the Extras folder is empty and cannot be expanded. What's happening? -- You received this message because you are subscribed to

[android-developers] Re: NFC detection of tag with NDEF URL always launch browser

2012-08-28 Thread Andrea Corzani
Hello, i'm also interested in this question. I wrote into a MifareTag a new URI: http://developer.android.com/index.html using application NXPTagWriter. My demo application activity has this intentFilter on Manifest: intent-filter action

[android-developers] Re: Android maven plugin: Adding android support jar to test project ~ Cannot load class 'android.support.v4.os.ParcelableCompatCreatorHoneycombMR2'

2012-08-28 Thread Jason Sesso
I'm trying to understand mavens purpose -- 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] Re: Prevent Installation of armv7 neon compiled app on Non Neon Devices

2012-08-28 Thread B.Arunkumar
Hi, Thank you for your mail. In the Application.mk, we have specified: APP_ABI := armeabi-v7a and in the Android.mk we have specified: ifeq ($(TARGET_ARCH_ABI),armeabi-v7a) LOCAL_CFLAGS := -DHAVE_NEON=1 LOCAL_MODULE := OnVRView LOCAL_SRC_FILES += VideoDecoder.cpp.neon

[android-developers] Dear Developers

2012-08-28 Thread parthi
how can i create dynamically widgets in android using json parser is it possible to create -- 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: Dear Developers

2012-08-28 Thread Thesalan
Why do you want to use JSON? Android use XML, not JSON.. Le mardi 28 août 2012 11:42:07 UTC+2, parthi a écrit : how can i create dynamically widgets in android using json parser is it possible to create -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Dear Developers

2012-08-28 Thread Parthi K
Dear Thesalan , thanks to answer Thesalan right now i am working web services layout and widgets want to generate dynamically .so i tried android support JSON String json = {\EditText\ :{\id\:\edit\, \data\: \Click Here\, \size\: 200, \style\: \bold\, \name\: \text1\, \vOffset\:

[android-developers] Re: Dear Developers

2012-08-28 Thread Thesalan
I just a beginner in Android development, so I don't know if it's possible... But, I don't think that you are on the good way... Send interface and code by web it's not advisable. If you really want to do this (to not integrate UI in your app), maybe you have to look for an HTML interface or

Re: [android-developers] Re: Dear Developers

2012-08-28 Thread Thesalan
I just a beginner in Android development, so I don't know if it's possible... But, I don't think that you are on the good way... Send interface and code by web it's not advisable. If you really want to do this (to not integrate UI in your app), maybe you have to look for an HTML interface or

Re: [android-developers] Re: Dear Developers

2012-08-28 Thread Parthi K
thanks dudee... On Tue, Aug 28, 2012 at 3:52 PM, Thesalan thesa...@gmail.com wrote: I just a beginner in Android development, so I don't know if it's possible... But, I don't think that you are on the good way... Send interface and code by web it's not advisable. If you really want to do

[android-developers] Re: Prevent Installation of armv7 neon compiled app on Non Neon Devices

2012-08-28 Thread RichardC
You need to do a runtime test. Read: android-ndk-r8b/docs/CPU-FEATURES.html On Tuesday, August 28, 2012 10:41:12 AM UTC+1, B.Arunkumar wrote: Hi, Thank you for your mail. In the Application.mk, we have specified: APP_ABI := armeabi-v7a and in the Android.mk we have specified:

Re: [android-developers] Re: Use of shapes for background

2012-08-28 Thread vinay kumar
May I know what is the issue you are facing with? On Tue, Aug 28, 2012 at 12:26 PM, Pau Rodríguez Coloma paro...@gmail.comwrote: Please, help... El viernes, 24 de agosto de 2012 12:08:54 UTC+2, Pau Rodríguez Coloma escribió: Hi, I'm want to set the background of a RelativeLayout like

Re: [android-developers] Multiple Package name in a Single Applicaiton

2012-08-28 Thread Mark Murphy
On Tue, Aug 28, 2012 at 4:09 AM, karuna vikas kvk2551...@gmail.com wrote: Hi Everybody , I am Creating a application with a multiple functionality like Music Player video Player, I have to create a Music Player application in a packagenam1 and Video Player in a packagename2 but

Re: [android-developers] ViewPager and setClipChildren(false)

2012-08-28 Thread Mark Murphy
That's rather strange, particularly considering that ViewPager is part of the Android Support package, not the firmware. If you can create a complete sample project that demonstrates this, upload the source somewhere, as I'd like to take a look at it. On Mon, Aug 27, 2012 at 4:29 AM, Thesalan

Re: [android-developers] Re: Use of shapes for background

2012-08-28 Thread vinay kumar
I mean to ask is there any problem with .png file. On Tue, Aug 28, 2012 at 5:08 PM, vinay kumar vk872...@gmail.com wrote: May I know what is the issue you are facing with? On Tue, Aug 28, 2012 at 12:26 PM, Pau Rodríguez Coloma paro...@gmail.comwrote: Please, help... El viernes, 24 de

[android-developers] Re: Multiple Package name in a Single Applicaiton

2012-08-28 Thread karuna vikas
thanks Murphy,, I got the point what you are saying... In a Single Android Package, we can use multiple java packages ... Right ? On Tuesday, August 28, 2012 1:39:42 PM UTC+5:30, karuna vikas wrote: Hi Everybody , I am Creating a application with a multiple functionality

[android-developers] Listening multiple button

2012-08-28 Thread Haris
Hai all.. For my application I am using several buttons... Is it possible to listen multiple button at the same time.. Thanks... -- 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: Listening multiple button

2012-08-28 Thread Thesalan
Yes of course! In the layout, you have just to specify the name of the function that you want to trigger in the attribute onClick of each buttons Le mardi 28 août 2012 14:27:34 UTC+2, Haris a écrit : Hai all.. For my application I am using several buttons... Is it possible to

Re: [android-developers] Re: Multiple Package name in a Single Applicaiton

2012-08-28 Thread Mark Murphy
On Tue, Aug 28, 2012 at 8:10 AM, karuna vikas kvk2551...@gmail.com wrote: thanks Murphy,, I got the point what you are saying... In a Single Android Package, we can use multiple java packages ... Right ? You can use 1,000 Java packages within an Android app, if the mood strikes you, and you

[android-developers] Re: Multiple Package name in a Single Applicaiton

2012-08-28 Thread Jan Burse
Mark Murphy schrieb: On Tue, Aug 28, 2012 at 8:10 AM, karuna vikas kvk2551...@gmail.com wrote: thanks Murphy,, I got the point what you are saying... In a Single Android Package, we can use multiple java packages ... Right ? You can use 1,000 Java packages within an Android app, if the mood

Re: [android-developers] Re: Multiple Package name in a Single Applicaiton

2012-08-28 Thread Mark Murphy
On Tue, Aug 28, 2012 at 8:56 AM, Jan Burse janbu...@fastmail.fm wrote: You can also distribute the 1000 java packages across multiple APK. Then see to it that these APK share process ID and user ID. Then one APK can access the other APK withou getting file read errors. sharedUserId is not

[android-developers] Android devices and use of MM/INCH

2012-08-28 Thread Thesalan
For a project, I have to use real size, like millimeters and inches. But on some devices, these values are false! I have tested on some devices, and it appears that on HTC One X and HTC Wildfire, 10mm = 11/12mm... But on Nexus One, Nexus S, Galaxy S2 these sizes are right! To do this, I use

[android-developers] Re: Multiple Package name in a Single Applicaiton

2012-08-28 Thread Jan Burse
Mark Murphy schrieb: On Tue, Aug 28, 2012 at 8:56 AM, Jan Burse janbu...@fastmail.fm wrote: You can also distribute the 1000 java packages across multiple APK. Then see to it that these APK share process ID and user ID. Then one APK can access the other APK withou getting file read errors.

Re: [android-developers] Writing to External SD

2012-08-28 Thread Marina Cuello
I didn't test it yet, but I'll need to add that option soon and I found this blog about it http://renzhi.ca/2012/02/03/how-to-list-all-sd-cards-on-android/ Marina On Tue, Aug 28, 2012 at 5:39 AM, Jason Sesso djse...@gmail.com wrote: Create a dialog. For them to choose and then save the

Re: [android-developers] Re: Multiple Package name in a Single Applicaiton

2012-08-28 Thread Mark Murphy
On Tue, Aug 28, 2012 at 9:09 AM, Jan Burse janbu...@fastmail.fm wrote: sharedUserId is not recommended for SDK apps. Not recommended in general or for SDK apps? My understanding is that sharedUserId was really designed for apps that ship as part of the firmware. Why for SDK apps, you refer

Re: [android-developers] ViewPager and setClipChildren(false)

2012-08-28 Thread Mark Murphy
I'll try to take a look at this later today. On Tue, Aug 28, 2012 at 8:54 AM, Thesalan thesa...@gmail.com wrote: Thanks a lot!! The project is attached to this post, at this lighter version (like we can found here https://gist.github.com/8cbe094bb7a783e37ad1) I repeat : this works greats

Re: [android-developers] Using startActivity( intent ) multiple times, fails.

2012-08-28 Thread Mark Jawdoszak
I think this may well do the trick! Just when you think you've scoured the docs looking for the right answer, someone else goes and finds it for you :-) And the specific email app is what our client wants. Mind you, a chooser would be a better approach and are used elsewhere. Will see about

Re: [android-developers] Android custom view (very basic)

2012-08-28 Thread Satya Komatineni
Victor, I am not entirely sure. But I can suggest a couple of experiments to debug. May be inheriting a View directly is too simplisitic. Try inheriting a TextView first. And if it works then you can look at what other base methods of the View you will need to inherit. Take a look at this item

Re: [android-developers] Using startActivity( intent ) multiple times, fails.

2012-08-28 Thread Mark Jawdoszak
Fantastic response, thanks! I knew I was missing something... turns out it's not just *one* thing I was missing, but a whole host of them. As I said in the other post, this was the decision made by the client, but would look to (and rather!) invoke a chooser for mail applications. With

Re: [android-developers] Connection reset by peer?

2012-08-28 Thread Salih Selametoglu
Hello, I have got a same error. Did you solve this problem? 2012/8/17 bob b...@coolfone.comze.com: What does it mean when you try to form a Bluetooth connection on Android and you get this message? java.io.IOException: Connection reset by peer -- You received this message because you are

Re: [android-developers] Android devices and use of MM/INCH

2012-08-28 Thread Latimerius
On Tue, Aug 28, 2012 at 3:07 PM, Thesalan thesa...@gmail.com wrote: For a project, I have to use real size, like millimeters and inches. But on some devices, these values are false! I have tested on some devices, and it appears that on HTC One X and HTC Wildfire, 10mm = 11/12mm... But on

Re: [android-developers] Android custom view (very basic)

2012-08-28 Thread Justin Anderson
Look at the logcat output... It should tell you why your app is crashing. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Aug 28, 2012 at 7:44 AM, Satya Komatineni satya.komatin...@gmail.com wrote: Victor, I am not entirely sure. But I can

Re: [android-developers] Re: Multiple Package name in a Single Applicaiton

2012-08-28 Thread Justin Anderson
Dianne very strongly recommends that SDK apps do not use it. There are better ways to get the behavior you want. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Aug 28, 2012 at 7:30 AM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Aug 28,

Re: [android-developers] Re: Listening multiple button

2012-08-28 Thread Justin Anderson
Or you can add the listener programatically in your code... That is how I prefer to set up click events. http://developer.android.com/reference/android/view/View.html#setOnClickListener%28android.view.View.OnClickListener%29 Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] Re: Use of shapes for background

2012-08-28 Thread Justin Anderson
I am not sure you can do that exact background with shapes defined in XML. You can look here to see the full documentation on defining drawables in XML: http://developer.android.com/guide/topics/resources/drawable-resource.html Also, I have a blog post that covers some of these... This is the

Re: [android-developers] Re: Dear Developers

2012-08-28 Thread Parthi K
Hi thanks dude i got output On Tue, Aug 28, 2012 at 3:56 PM, Parthi K parthisof...@gmail.com wrote: thanks dudee... On Tue, Aug 28, 2012 at 3:52 PM, Thesalan thesa...@gmail.com wrote: I just a beginner in Android development, so I don't know if it's possible... But, I don't think

Re: [android-developers] Re: App Development for conducting classes

2012-08-28 Thread bob
Yes. *Hello, Android*. On Friday, August 24, 2012 6:22:12 PM UTC-5, Lew wrote: TreKing wrote: bob wrote: You will want to download a copy of MOTODEV Studio For what? and buy an Android book. Why? Most information you need is somewhere on developer.android.com and related

[android-developers] Re: Multiple Package name in a Single Applicaiton

2012-08-28 Thread Jan Burse
Mark Murphy schrieb: custom signature-level permission I was googling a little bit and found the following definition: A permission that the system grants only if the requesting application is signed with the same certificate as the application that declared the permission. If the

Re: [android-developers] Re: how to set two spinners with different strings and icons?

2012-08-28 Thread Sobia Awan
yes i hve chkd whole coding many time and also chkd each spinner has different ID...shall i snd u code? On Sun, Aug 26, 2012 at 1:54 AM, KinnMirr 6004...@gmail.com wrote: First ... the program is only doing EXACTLY what you're telling it to do. Believe that. So, somewhere you're telling it

[android-developers] Re: Multiple Package name in a Single Applicaiton

2012-08-28 Thread Jan Burse
Jan Burse schrieb: Mark Murphy schrieb: custom signature-level permission I was googling a little bit and found the following definition: A permission that the system grants only if the requesting application is signed with the same certificate as the application that declared the

Re: [android-developers] eclipse juno on mac os x 10.5.8 adt plugin wont run

2012-08-28 Thread Tor Norbye
ADT doesn't have a dependency on OSX, but it does depend on JDK 6 (and Eclipse 3.6.2 or later) -- do you have JDK 6 on your system? -- Tor On Mon, Aug 27, 2012 at 7:26 PM, Errol r3whitme...@gmail.com wrote: running os x 10.5.8 with eclipse 4.2 which runs fine, but a bit slow... after

[android-developers] NEW APP: Battery Saver Flashlight

2012-08-28 Thread Jason Hsu
Check out my latest Android app, the Battery Saver Flashlight. It's available for free on Google Play at https://play.google.com/store/apps/details?id=com.jasonhsu.batterysaverflashlightfeature=search_result#?t=W251bGwsMSwxLDEsImNvbS5qYXNvbmhzdS5iYXR0ZXJ5c2F2ZXJmbGFzaGxpZ2h0Il0 . This

[android-developers] New app: Battery Saver Flashlight

2012-08-28 Thread Jason Hsu
Check out my latest Android app, the Battery Saver Flashlight. It's available for free on Google Play at https://play.google.com/store/apps/details?id=com.jasonhsu.batterysaverflashlight . This flashlight app lets you conserve battery power with convenient in-app options to disable your

[android-developers] Getting Error : StackOverflowError, ActivityGroup Problem

2012-08-28 Thread Rajan
hi, i am getting error java.lang.stackoverflow Question --- Activity A (Contains 2 Tab - select second one) -- Activity B (contain one button - when i clicked on button) -- Activity C ((contain one button - when i clicked on button @ that time i want to go back to the Activity B)

  1   2   3   >