Re: [android-developers] In Textview, how to change the 'selected' color?

2011-10-18 Thread Justin Anderson
Have you tried looking at a selector? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Oct 17, 2011 at 10:42 PM, Build account newandroi...@gmail.comwrote: Hello. Is there any way to change the color of 'selected' state? Since I'm trying to use

[android-developers] Grouping same call logs just like google nexus

2011-10-18 Thread vinay kumar mj
Hi, I'm working on dialer app, and i'm struck with the grouping of call logs which is from same number (just like in google nexus). How to do that, can any one help me Regards. Vinay kumar MJ -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Prb: gallery Widget

2011-10-18 Thread shweta
Hello, i am using android:spacing(-40) to decrease space in betweem gallery item. the only left side image decrease the space and goes to behind the images but the right side image are overlapped. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Problem in Focussing Layout!

2011-10-18 Thread abi
Hi, Layout consists of Text Views and Image Views. If I focus that layout, it automatically focus that text views but not image views. How to remove focus from that text views. Please Suggest... Regards, Peria Abirami.M -- You received this message because you are subscribed to the Google

Re: [android-developers] Prb: gallery Widget

2011-10-18 Thread gaurav gupta
Hello Sweta, M using ImageAdapter class to customize gallery . In My ImageAdapter class m using these lines. imageView = new ImageView(mContext); imageView.setLayoutParams(new Gallery.LayoutParams(240, 240)); imageView.setScaleType(ImageView.ScaleType.FIT_XY); imageView.setPadding(10, 8, 10,

[android-developers] Re: In Textview, how to change the 'selected' color?

2011-10-18 Thread Build account
Hello, good to see you again. I had looked into, (but there is limitation which I can create only few selector xml physically...since my app need to set various colors properly depends on situation. Not only dozone of colors. lol) Is there any way to programmtically implement? I need

[android-developers] Apsalar integration in android application

2011-10-18 Thread gaurav gupta
Hello Guys, I have to integrate Apsalar in my android Application. i am successfully integrate it. but problem is that , i want to check my all activity where user is coming . i have to keep a track that which activity user is using more. How i will manage all the records using Apsalar. In

[android-developers] Re: Grouping same call logs just like google nexus

2011-10-18 Thread appel
Why not look at the source code? If that doesn't help you have to be more specific about your problem. http://www.google.com/codesearch#J8HqCFe1rOo/src/com/android/contacts/RecentCallsListActivity.javatype=cs -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: In Textview, how to change the 'selected' color?

2011-10-18 Thread gaurav gupta
Hello , U can try Html.fromhtml tag. Like this line hotelCity = hotel_Name_Str + ,+ bfont color=#6AA3FA+ +tracks.get(position).getHotelCity()+ /font/b; then set this string in a Textview. hotelname.setText(Html.fromHtml(hotelCity)); Note : *Here hotelCity and hotel_Name_Str is String and

[android-developers] Re: Problem while applying custome theme.

2011-10-18 Thread Amit
Thanks for the reply. I put almost the same code (removed item name=android:colorBackground@color/bg_color/item ) in a new resource file and saw the background color changed, though it doesn't look like a dialog at all and covers full screen. All I want to change the background color of the

[android-developers] Re: Planning to buy Samsung galaxy Si9000 or LG optimus P970 please let me know the best one?

2011-10-18 Thread gjs
Hi, Galaxy, search LG forums to see how reliable they are NOT. Regards On Oct 18, 10:10 am, Jim Graham spooky1...@gmail.com wrote: On Mon, Oct 17, 2011 at 06:08:55PM -0500, Jim Graham wrote: I went through the specs for the top five or six.  Everything below is my own opinions, so take it

[android-developers] Re: Prb: gallery Widget

2011-10-18 Thread shweta
Hello Gaurav, Actually i wanna hide half image behind the Center image.as i decrease the spacing, it hide the image in left side of Centered image of gallery . but it is not happening in right side of center image.right side images are overlapped. -- You received this message because you are

[android-developers] Lazy List Out of memory error

2011-10-18 Thread Sapna Srivastav
Hi I'm getting 'bitmap size exceeds VM budget' Out of memory error while loading multiple images in lazy list view. -- 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] How to implement gallery swiping with dots under

2011-10-18 Thread vani reddy
Hi friends, How to implement the gallery swiping with number of dots same as no of images and a particular dot is highlighted according to the image. Please reply.. Thanks -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Grouping same call logs just like google nexus

2011-10-18 Thread Ali Chousein
What is the problem you are facing? You have the phone number of each call-log entry. Why you cannot group together the ones with the same phone number? Just iterate over all entries in the call-log and do whatever you wish to do with them. But beware, you should do such operation in a seperate

Re: [android-developers] Display Video view in a curved shape

2011-10-18 Thread Subin Sebastian
Chenna, Did you try creating a parent view with rounded corners for the video view? On Tue, Oct 18, 2011 at 6:17 AM, Chenna chenn...@gmail.com wrote: Hi I am doing a live video stream and displaying in video view. But this video view is in rectangle. But i want to display video in a curved

[android-developers] Re: Resources$NotFoundException report from wild

2011-10-18 Thread Pent
Also the report is from 1 of the ~60 people who have actually paid for the app (~$2) not a lot I know but it renders the application useless for them and that makes me feel awful. Did you ask the user to try a reinstall ? I find that most weird errors reported after an update disappear on

[android-developers] Re: In Textview, how to change the 'selected' color?

2011-10-18 Thread Build account
Wow! This is what a wonderful workaround! Thank you GG! On Oct 18, 3:51 pm, gaurav gupta gaurav.gupta...@gmail.com wrote: Hello , U can try Html.fromhtml tag. Like this line hotelCity = hotel_Name_Str + ,+ bfont color=#6AA3FA+ +tracks.get(position).getHotelCity()+ /font/b; then set

[android-developers] Re: How to make a section of a widget background like a button

2011-10-18 Thread Pent
I want to make a widget that has a background that has three sections that can be clicked and it acts as if a button was pressed... Put three Buttons in your widget layout. Oh and is there a way to make it place an image on the background at a specific location? Yes, use the normal layout

[android-developers] Market copy protection and blocked builds

2011-10-18 Thread Marco S
Hello everybody. As far as I know (and I got this confirmed by Market Support) Google is discontinuing the Copy protection feature for new Android builds. This means that they aren't adding to the list of trusted firmware builds some of the new released ones, or they're doing it in a very

[android-developers] NDK

2011-10-18 Thread bob
Can I use the NDK for programming a VIZIO tablet? -- 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] Someone have code examples of a cube with different textures on each face? (OpenGL ES 1)

2011-10-18 Thread saex
I need to understand how to put different textures on each face of a cube (OpenGL ES 1). But i can't find examples of how to do it Atm i found an example of how to paint the same texture on all the faces of the cube, but i dont need that this is the actual code i have: public class Cube {

Re: [android-developers] How to implement gallery swiping with dots under

2011-10-18 Thread Ravinder Reddy
Hi Reddy, I have not implemented gallery swiping, i think these links may help you. http://stackoverflow.com/questions/4394025/android-gesturedetector-not-working-gesturedetector-ontoucheventevent-always http://stackoverflow.com/questions/5099177/problem-implementing-vertical-swipe-in-gallery

[android-developers] light

2011-10-18 Thread bob
Any ideas why adding this code to my scene causes nothing to show up? gl.glEnable(GL10.GL_LIGHTING); float[] LightAmbient= { .9f,.9f, .9f, 1.0f }; float[] LightDiffuse= { .8f, .8f, .8f, 1.0f }; float[] LightPosition= { 0.0f, 0.0f, 0.0f, 1.0f }; gl.glLightfv(GL10.GL_LIGHT1, GL10.GL_AMBIENT,

[android-developers] Detecting screen long press from background

2011-10-18 Thread pedramz
Is it possible to detect a user's long screen press from a service? I need a quick and easy way for the user to trigger an action in my service but I have not managed to find a good solution for that yet. Thanks for any suggestions! -- You received this message because you are subscribed to

[android-developers] how can i get my location details using GPS

2011-10-18 Thread venugopal reddy
Hi friends, how can I get my location( example Chennai ) details using GPS. (details means longitude,latitude... ). These details I want to print in emulator . -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Streaming Audio From Web

2011-10-18 Thread Sunil Mishra
Hi, I am trying to play a audio mp3 file which is stored on web String url = http://;; // your URL here MediaPlayer mediaPlayer = new MediaPlayer(); mediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC); mediaPlayer.setDataSource(url); mediaPlayer.prepare(); // might take long! (for

Re: [android-developers] Re: android.text.format.DateFormat.format performance

2011-10-18 Thread Thierry Legras
Wow nice! I haven't tried JNI before as well and I could not imagine it would be interesting for such small functions. In my case though I will stick to Calendar use as the time spent for time formating is now little enough compared to the remaining parts. Si I won't gain significant in further

Re: [android-developers] how can i get my location details using GPS

2011-10-18 Thread Ravinder Reddy
Hi venu, Here is the link with detailed example http://about-android.blogspot.com/2010/04/find-current-location-in-android-gps.html After doing your coding dont forget to give permissions like internet, Gps etc.. On Tue, Oct 18, 2011 at 3:00 PM, venugopal reddy

Re: [android-developers] how can i get my location details using GPS

2011-10-18 Thread venugopal reddy
Thanks Ravinder On Tue, Oct 18, 2011 at 3:19 PM, Ravinder Reddy ravinderjre...@gmail.comwrote: Hi venu, Here is the link with detailed example http://about-android.blogspot.com/2010/04/find-current-location-in-android-gps.html After doing your coding dont forget to give permissions like

Re: [android-developers] Detecting screen long press from background

2011-10-18 Thread Vikas KM
Hi, Assuming that you want to trigger and action on Longpress.. Hope this helps http://developer.android.com/reference/android/view/GestureDetector.OnGestureListener.html http://www.ceveni.com/2009/08/android-gestures-detection-sample-code.html basically the touchevent is sent to the gesture

[android-developers] is there anyway to disable or hide action bar in honeycomb 3.1?

2011-10-18 Thread Hitendrasinh Gohil
Hi, is there anyway to disable or hide action bar in honeycomb 3.1? -- 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] is there anyway to disable or hide action bar in honeycomb 3.1?

2011-10-18 Thread Rocky
please check alltechsolution.wordpress.com On Tue, Oct 18, 2011 at 4:14 PM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Hi, is there anyway to disable or hide action bar in honeycomb 3.1? -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] is there anyway to disable or hide action bar in honeycomb 3.1?

2011-10-18 Thread Hitendrasinh Gohil
Hi, I want to disable the whole action bar.I am using samsung galaxy 10.1 and in that the action bar at bottom contains number of icons like home,backbutton,menu etc...I want to disable the whole action bar. On Tue, Oct 18, 2011 at 4:19 PM, Rocky rkjhaw1...@gmail.com wrote: please check

Re: [android-developers] is there anyway to disable or hide action bar in honeycomb 3.1?

2011-10-18 Thread Mark Murphy
On Tue, Oct 18, 2011 at 6:44 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: is there anyway to disable or hide action bar in honeycomb 3.1? Theme.NoTitleBar should work. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog |

Re: [android-developers] Detecting screen long press from background

2011-10-18 Thread Mark Murphy
On Tue, Oct 18, 2011 at 5:07 AM, pedramz pedra...@gmail.com wrote: Is it possible to detect a user's long screen press from a service? No, sorry. I need a quick and easy way for the user to trigger an action in my service but I have not managed to find a good solution for that yet. Use an

Re: [android-developers] is there anyway to disable or hide action bar in honeycomb 3.1?

2011-10-18 Thread Mark Murphy
On Tue, Oct 18, 2011 at 7:04 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: I want to disable the whole action bar. Based on the rest of this email, you do not. I am using samsung galaxy 10.1 and in that the action bar at bottom contains number of icons like home,backbutton,menu

Re: [android-developers] NDK

2011-10-18 Thread Mark Murphy
Most likely. Why wouldn't you? BTW, there is a Google Group dedicated for NDK questions -- [android-ndk]. On Tue, Oct 18, 2011 at 4:02 AM, bob b...@coolgroups.com wrote: Can I use the NDK for programming a VIZIO tablet? -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] HTTP Live Streaming for MP4, 3gp video files in Android

2011-10-18 Thread Shajahan
My line of codes for creating and playing video file from HTTP live Streaming // start of code here String path1 = http://cdn.c.ooyala.com/V4bmJ3MjpltRgNNJaYpy3ooqMUK9_HjM/DOcJ-FxaFrRg4gtGEwOmw3OjBrO2hSke String path2 = http://rescueddoggies.com/videos/MP4/Alegria+Moreno-20100302-1_x264.mp4;;

Re: [android-developers] is there anyway to disable or hide action bar in honeycomb 3.1?

2011-10-18 Thread Hitendrasinh Gohil
Hi mark, Thanks for suggesting the right name. But is there any way that i can disable home,back button or other icons anyway? On Oct 18, 2011 4:37 PM, Mark Murphy mmur...@commonsware.com wrote: On Tue, Oct 18, 2011 at 7:04 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: I want to

Re: [android-developers] HTTP Live Streaming for MP4, 3gp video files in Android

2011-10-18 Thread Mark Murphy
On Tue, Oct 18, 2011 at 7:39 AM, Shajahan lovesa...@gmail.com wrote: Everywhere in the blog/group I read about the hinting the MP4 file with MP4Box. But I dint get it about how to go for it. (People who have worked with hinting please post the code) There is no code. You download MP4Box. You

Re: [android-developers] is there anyway to disable or hide action bar in honeycomb 3.1?

2011-10-18 Thread Mark Murphy
On Tue, Oct 18, 2011 at 8:20 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: But is there any way that i can disable home,back button or other icons anyway? Write your own firmware. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

Re: [android-developers] is there anyway to disable or hide action bar in honeycomb 3.1?

2011-10-18 Thread Hitendrasinh Gohil
Great On Oct 18, 2011 5:54 PM, Mark Murphy mmur...@commonsware.com wrote: On Tue, Oct 18, 2011 at 8:20 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: But is there any way that i can disable home,back button or other icons anyway? Write your own firmware. -- Mark Murphy (a

[android-developers] Where's the source for Android?

2011-10-18 Thread P.N.
Hello! Just wanted to look a little bit at the sources - just for interest - but existing links don't work :-( Kind regards Peter -- 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: Detecting screen long press from background

2011-10-18 Thread pedramz
Thanks Vikas! Unfortunately your suggestion only works with Activities in foreground . I only have a service. On Oct 18, 12:30 pm, Vikas KM vikki...@gmail.com wrote: Hi, Assuming that you want to trigger and action on Longpress.. Hope this helps

[android-developers] Re: android.text.format.DateFormat.format performance

2011-10-18 Thread lbendlin
http://code.google.com/p/android/issues/detail?id=1476 I read somewhere that String.Format works like StringA+StringB in that it creates an entirely new string at each step of the process and dumps the old string. That's why you're supposed to use StringBuilder. -- You received this message

Re: [android-developers] Where's the source for Android?

2011-10-18 Thread Mark Murphy
On Tue, Oct 18, 2011 at 8:35 AM, P.N. peter.nabbef...@gmx.de wrote: Just wanted to look a little bit at the sources - just for interest - but existing links don't work :-( The official repositories are unavailable at this time. Google Code Search still works, and there are various unofficial

Re: [android-developers] Lazy List Out of memory error

2011-10-18 Thread TreKing
On Tue, Oct 18, 2011 at 2:19 AM, Sapna Srivastav sapna.ari...@gmail.comwrote: I'm getting 'bitmap size exceeds VM budget' Out of memory error while loading multiple images in lazy list view. Sorry to hear that but thanks for sharing. http://catb.org/~esr/faqs/smart-questions.html

Re: [android-developers] light

2011-10-18 Thread TreKing
You should probably try OpenGL-specific questions in an OpenGL-specific forum. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices

Re: [android-developers] Streaming Audio From Web

2011-10-18 Thread MComputing Lab
Are you sure that the audio file on the server is being streamed? On 18 Oct 2011 15:09, Sunil Mishra suniljmis...@gmail.com wrote: Hi, I am trying to play a audio mp3 file which is stored on web String url = http://;; // your URL here MediaPlayer mediaPlayer = new MediaPlayer();

[android-developers] Re: Detecting screen long press from background

2011-10-18 Thread pedramz
Thanks Mark, I used your app widget suggestion with a Button to inform the service and it's working. Now I have another question. Is it possible to detect long click on a Button in the app widget? I am using setOnClickPendingIntent but there is no setOnLongClickPendingIntent. On Oct 18,

[android-developers] Problem with GetLongField JNI

2011-10-18 Thread Ajith Kamath
Hi I m trying to access a private long variable from my cpp(jni) file. Problem is when I do GetLongField on Field Id , I get zero , even though i have set the long variable in Java to non-zero value. In Java long definition is : private long mActualTrack = 0; In Cpp file , filed Id is obtained

Re: [android-developers] Re: Detecting screen long press from background

2011-10-18 Thread Mark Murphy
On Tue, Oct 18, 2011 at 9:12 AM, pedramz pedra...@gmail.com wrote: Now I have another question. Is it possible to detect long click on a Button in the app widget? No, sorry. App widgets only respond to clicks. -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] timer popup sound sometime delayed when phone enters locked state

2011-10-18 Thread John Goche
Hello, I am using a timer to popup a window on an android smartphone (LG Nexus One). However I come across the following problem from time to time: sometimes when the phone is locked and is in standby mode because I haven't touched it for a while the popup's ringtone does not start until I

[android-developers] Re: Where's the source for Android?

2011-10-18 Thread P.N.
Mark Murphy schrieb: On Tue, Oct 18, 2011 at 8:35 AM, P.N.peter.nabbef...@gmx.de wrote: Just wanted to look a little bit at the sources - just for interest - but existing links don't work :-( The official repositories are unavailable at this time. Google Code Search still works, and there

[android-developers] Re: android.text.format.DateFormat.format performance

2011-10-18 Thread Studio LFP
Actually, the format functions use the StringBuilder and doing a straight concat is currently faster than the format functions. It may not be the StringBuilder slowing down the format functions, but whatever it is doing seem to take a bit longer than it should. No worries though, they give us

[android-developers] Re: Streaming Audio From Web

2011-10-18 Thread Sunil Mishra
the link i am using is the link of internet radio, and it is streaming the radio On Oct 18, 6:08 pm, MComputing Lab mobilecomputing...@gmail.com wrote: Are you sure that the audio file on the server is being streamed? On 18 Oct 2011 15:09, Sunil Mishra suniljmis...@gmail.com wrote: Hi,

Re: [android-developers] Market copy protection and blocked builds

2011-10-18 Thread Justin Anderson
Since it is deprecated I would highly doubt they are updating the list anymore. * Having that, I could at least provide users with a proof their problem isn't our fault. * Well, technically that isn't true... Update your apps to use the new licensing service and remove the copy protection.

Re: [android-developers] Re: In Textview, how to change the 'selected' color?

2011-10-18 Thread Justin Anderson
Hmm... I'm not aware of a way to programmatically create a selector (but that doesn't mean it is impossible). Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 1:49 AM, Build account newandroi...@gmail.comwrote: Wow! This is what a

Re: [android-developers] Re: Planning to buy Samsung galaxy Si9000 or LG optimus P970 please let me know the best one?

2011-10-18 Thread Justin Anderson
Wow... I'm surprised how many people took my eenie meenie minie moh selection seriously... :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 1:05 AM, gjs garyjamessi...@gmail.com wrote: Hi, Galaxy, search LG forums to see how

[android-developers] Re: Display Video view in a curved shape

2011-10-18 Thread Chenna
Thanks Subin. I tried to create a shape with rectangle with rounded corners in xml and added this as a background to VideoView. But did not displayed video. How http://qik.com/ created videoViews? thanks Chenna On Oct 18, 12:43 pm, Subin Sebastian subinsebast...@gmail.com wrote: Chenna,

Re: [android-developers] Re: Problem while applying custome theme.

2011-10-18 Thread Justin Anderson
My guess is that the dialog theme does not make it a true dialog... It is probably using a 9-patch drawable to make it look like a dialog. Therefore, when you change the background you are drawing over the drawable and it no longer looks like a dialog. Thanks, Justin Anderson MagouyaWare

Re: [android-developers] Re: In Textview, how to change the 'selected' color?

2011-10-18 Thread Kostya Vasilyev
http://developer.android.com/reference/android/content/res/ColorStateList.html Public Constructors ColorStateList http://developer.android.com/reference/android/content/res/ColorStateList.html#ColorStateList%28int[][],%20int[]%29(int[][] states, int[] colors) Creates a ColorStateList that

Re: [android-developers] Problem in Focussing Layout!

2011-10-18 Thread Justin Anderson
Read the docs... http://developer.android.com/reference/android/view/View.html#attr_android:focusable Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 12:28 AM, abi periaabir...@gmail.com wrote: Hi, Layout consists of Text Views

Re: [android-developers] Re: In Textview, how to change the 'selected' color?

2011-10-18 Thread Justin Anderson
Nice! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 10:28 AM, Kostya Vasilyev kmans...@gmail.comwrote: http://developer.android.com/reference/android/content/res/ColorStateList.html Public Constructors

Re: [android-developers] Re: Planning to buy Samsung galaxy Si9000 or LG optimus P970 please let me know the best one?

2011-10-18 Thread Kostya Vasilyev
I was in the Hopefully, this will be fixed in the next firmware release camp for a while with my Galaxy S, now it's my nephew's problem :) Now I keep wondering why my HTC Incredible S keeps asking if I'm on Marshall Islands :) *Smart* phones, you know :) 18.10.2011 20:24, Justin Anderson

[android-developers] Re: Custom Spinner with two TextViews and a RadioButton

2011-10-18 Thread Aman
Thanks for the suggestion Mark. CheckedTextView works fine. -- 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] Direct SMS send with saved outgoing SMS

2011-10-18 Thread BearTi
Hi, in my App I want to send a SMS via... Uri uri = Uri.parse(smsto:1234567891012); Intent it = new Intent(Intent.ACTION_SENDTO, uri); it.putExtra(sms_body, The SMS text); startActivity(it); ... because I want that the SMS that has being sent is in my built in SMS-App... with the PendingIntent

[android-developers] Auto hiddable side button bar/tool bar

2011-10-18 Thread Jean-Michel
Hi there, room on screen being fairly expensive on small devices, I would like to implement a button/tool bar that would automatically show and hide from the side of the screen. When the user would tap anywhere on the screen, the bar would unfold and would fold back if there is no user input for a

Re: [android-developers] Auto hiddable side button bar/tool bar

2011-10-18 Thread Kostya Vasilyev
There is a bunch of tutorials on the 'net for this, here is mine: http://kmansoft.wordpress.com/2011/04/26/simple-animated-panels/ To add time-based behavior, consider using Handler and postDelayed / sendMessageDelayed. -- Kostya 18.10.2011 21:34, Jean-Michel пишет: Hi there, room on

[android-developers] how to calculate area of ​​a polygon of points on the map?

2011-10-18 Thread Turim
is there any way or WebService to make this calculation? -- 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] Contacts down load MSN Outlook

2011-10-18 Thread Gary
I have recently downloaded from Card Scan to MSN outlook and then has always loaded to Google GMail and then on to Android. For some reason the only thing being down loaded to my Android G3 is under Notes with all the phone numbers, but in notes which I can't use for dialing out as the

[android-developers] Ant Build issue

2011-10-18 Thread sid
Hi everybody I am trying to compile simple Hello World program mentioned in the website.My Ant is not able to compile the code , it wants version 1.8.0 or higher version. I have downloaded almost all tye of ants from Apache website 1. all the binaries are 1.7 version 2. source code I am not

[android-developers] ToDolist Error on android

2011-10-18 Thread Varun
Hello,,here is ToDoList.java code. package com.paad.ToDoList; import android.app.Activity; import android.os.Bundle; import android.widget.ListView; import android.widget.TextView; import android.widget.EditText; public class ToDoListActivity extends Activity { /** Called when the activity

[android-developers] Intent call cannot start an Activity

2011-10-18 Thread Jimmy
Dear Sir I make an Intent call from one Activity PlaceListActivity to another Activity PlaceMappingActivity. The DDMS Debug error displayed as following: 10-15 11:03:44.834: WARN/dalvikvm(364): Unable to resolve superclass of Lcom/JWScientech/FavoritePlaces/PlaceMappingActivity; (70) 10-15

[android-developers] how does the co-ordinate system of android work?

2011-10-18 Thread ruchira
I am trying to implement a projectile motion by plotting the points on the screen of my app.I need to scale the calculated co-ordinates and at the same time I also need to know the range of X-Y co-ordinates visible on my screen so that my final calculated co-ordinates fits on visible screen How

[android-developers] Handling gestures in AppWidget

2011-10-18 Thread Daniel Chivilikhin
Hello! Is there a way to handle gesture events in my AppWidget? I've been browsing the Web for a while now, and the only answer I found is No, you cannot. However, I hardly beleive it to be true, because I've personally seen AppWidgets on my colleague's phone that respond to gestures. Thanks in

[android-developers] Free Android App - Droidsoft Talking News Bot

2011-10-18 Thread Freeman Jackson
Hi I just released my first Android App on SlideME. The App is free. Please let me know what you think. Thanks Droidsoft News Bot A Talking News Bot - Speaks and displays top news stories posted at DroidSoft.Co - new stories on Android, and its ecosystem including Google, Tablets, Cloud

Re: [android-developers] Handling gestures in AppWidget

2011-10-18 Thread Kostya Vasilyev
Not with stock Android, but it depends on the launcher. 16.10.2011 17:03, Daniel Chivilikhin пишет: Hello! Is there a way to handle gesture events in my AppWidget? I've been browsing the Web for a while now, and the only answer I found is No, you cannot. However, I hardly beleive it to be

[android-developers] Combo boxes with service-created WebView - any workarounds?

2011-10-18 Thread Brian
I have a situation where I need to preserve the complete state of a WebView, not just the forward/back history (which is all that its onSaveInstanceState method seems to care about), so the life cycle of the view can't be tied to the activity that contains it. Because of this, I create the view

[android-developers] ListView scroll lag with images

2011-10-18 Thread Sharief Shaik
Hi All, I have a ListView with dynamic content from web. It has images of size 480X480 px in each row. These images are downloaded in a separate thread and stored to SD card and read from there to display in ListView. The images from SD card are also read using a different thread. The problem is

[android-developers] How to make a video call in android (any app which helps a direct video call) ?

2011-10-18 Thread Guddu
I have an android 2.3.3 version and i also have 3G connection. I know android doesn't have any feature for direct video call. Although, I tried downloading some apps to make video calls like skype, whats-app, etc. still, I wasn't able to make a single video call. Can somebody please guide me to

[android-developers] AndroidBidi.bidi() and bidi() in StaticLayout.java

2011-10-18 Thread Sachin Giri
Is there any differnce between output returned by bidi method in Android\frameworks\base\core\java\android\text\StaticLayout.java and AndroidBidi.bidi() which is in AndroidBidi,java in same package? Why the later native call is not used? -- You received this message because you are subscribed to

Re: [android-developers] Re: StackOverflowError when calling SQLiteDatabase.openDatabase()

2011-10-18 Thread Ambey Associates
don't send me mail.. On Tue, Oct 18, 2011 at 11:27 AM, Hack2me younger.x.s...@gmail.com wrote: what happened you guys 2011/10/18 Mark Carter mjc1...@googlemail.com Absolutely agreed (already) - but the stacktrace does not show the root (at least not in the Android Developer Console

[android-developers] Change default location of AVD

2011-10-18 Thread kmharilal
Helllo Am new to android development. Am using Windows My problem is my C drive had only 50Gb and my C:\Users\User\.android\avd had over 10 Gb of space . I need to change the loaction to G:\android_avd Also future avd need to be store here . Please help me regards harilal -- You received

Re: [android-developers] Filtering Android Sensors Noise

2011-10-18 Thread omollo ateng
hi there? am also just in the same problem. Am developing an app which is using the orientation and tilt sensors. Can someone tell me if i can lay down some scale of tilting whereby at some degrees, then something is done. if possible give a code snippet on how to go about it. Best regards --

[android-developers] Android WebView bug with zoom

2011-10-18 Thread Artemm
WebView does not seem to work properly after zoom (performed with touch). To reproduce after page load zoom page but do not allow view to be scrolled after zoom (it will cause the issue not to appear). Click on link. Link highlighted like it is clicked but WebView not navigate to the next page (so

[android-developers] monkeyrunner via TCP

2011-10-18 Thread Jakub Czaplicki
When connecting monkeyrunner to a device via TCP, it throws up the Adb rejected adb port forwarding command: unknown host service error. I can successfully talk to the device using just adb (adb shell, install, push, pull etc.) Is there something that I am forgetting to set ? Should I start ADB

[android-developers] guidelines to build an app for tech magzine at college level

2011-10-18 Thread nikhil
hello, d geek, coders and android lovers i am a undergraduate student and recently devloped interest in android os and apps...my skills set is i hv d knowledge of basic java ,html,css and all...but am ready to work n numbers of hours for dis aap but want perfect guidelines nd exact

[android-developers] what is custom rom

2011-10-18 Thread vijay katta
When i was trying to learn android and hardware , i found the word custom rom , i did't proper information on it , can any please explain what it is ? thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: How install Android Development Tools (ADT) ?

2011-10-18 Thread Stratolifter
I have the same exact problem as CelloHann! This is my first ever installation of Eclipse. Currently, I'm using Windows Vista x64, jdk7, and Eclipse IDE for Java Developers (Indigo) I even found the instruction to install the ADT by archive method by downloading the zip file of the ADT first

[android-developers] How to pull information like current song, user-count etc from shoutcast URL in Android

2011-10-18 Thread KK
Hi All, I'm not sure if my question fully belongs to this dev group, apologies for any mistake. As part of my stream media player development, I''m done with playing the stream media, using the standard/default media player(android.media.MediaPlayer) available as part of android OS. Now the next

Re: [android-developers] Re: How install Android Development Tools (ADT) ?

2011-10-18 Thread Kostya Vasilyev
I don't believe the current public version of ADT is compatible with Java 7. Running Eclipse 3.7.1/32, Java 1.6.26/32 here on Windows 7/64 without any issues. -- Kostya 18.10.2011 9:47, Stratolifter пишет: I have the same exact problem as CelloHann! This is my first ever installation of

Re: [android-developers] ListView scroll lag with images

2011-10-18 Thread Justin Anderson
Load the images asynchronously in a separate background thread... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 5:27 AM, Sharief Shaik sharie...@gmail.com wrote: Hi All, I have a ListView with dynamic content from web. It has

Re: [android-developers] ToDolist Error on android

2011-10-18 Thread Justin Anderson
Please post the xml file where R.id.myListView is defined... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Oct 15, 2011 at 2:29 AM, Varun vjjva...@gmail.com wrote: R.id.myListView -- You received this message because you are subscribed to the

Re: [android-developers] how to calculate area of ​​a polygon of points on the map?

2011-10-18 Thread Justin Anderson
Yes Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 11:40 AM, Turim turim_thi...@hotmail.com wrote: is there any way or WebService to make this calculation? -- You received this message because you are subscribed to the Google

Re: [android-developers] Handling gestures in AppWidget

2011-10-18 Thread Jonas Petersson
On 2011-10-18 19:51, Kostya Vasilyev wrote: Not with stock Android, but it depends on the launcher. I've also looked into this as several users of my Zap's Gestures launcher app have requested this features and I can confirm this. The responses I've had (including from Google's own coders)

Re: [android-developers] what is custom rom

2011-10-18 Thread Kristopher Micinski
This phrase refers to a custom version of android that you have built (or somebody has built) and installed on a system, one that isn't the standard android rom. Although, since most manufacturers put their own tweaks on the system anyway, you could argue that there are a bunch of custom roms..

[android-developers] possible bug in AsyncTask?

2011-10-18 Thread Jon Perlow
AsyncTask.java has the following code: private static final InternalHandler sHandler = new InternalHandler(); Clearly it expects this to be initialized on the main thread. What guarantees that? Isn't is possible that InternalHandler might be created on a worker thread, if the first time it's

[android-developers] Re: Auto hiddable side button bar/tool bar

2011-10-18 Thread Jean-Michel
Hi Kostya, I started to play with sliding drawer and it seems it can do the trick. My issue for now is that I cannot set the correct size... I would like the drawer to extend just enough for its content, but it seems pretty random, I tried a number of combination for width and height

  1   2   >