[android-developers] Setting density-specific drawable as button background

2013-04-02 Thread Alex D
I have a few buttons in my application that don't have any text, only background drawable. I need to make it so that the drawable is taken from an appropriate drawable-?dpi folder, and then displayed without resizing. The first part works, the appropriate image file is selected. However, it

[android-developers] Re: How can I get notified when the server has closed the TCP connection

2013-04-02 Thread Danny D
I absolutely agree with putting the 'smarts' at the application level instead of relying on various flags and events from the TCP/IP layer. What interested me in this thread was your process / equipment control via the handset. As a safety mechanism, any equipment should go immediately into a

[android-developers] Re: Automatied Environment for Android Building and Testing

2013-02-21 Thread Danny D
I agree with Mark's comment. Jenkins has plug ins for all this. I got from zero to working automated build system in something like two days. Hardest part was getting the SVN pull working correctly. Getting EMMA configured right was also a little tough, but once done it's 100% hands-off.

[android-developers] using IP address 10.0.2.2 for android simulator works, but how do I point to localhost when testing on android device?

2013-01-05 Thread Danny D
I use the office WiFi without any trouble. Development machine is setup with a local 192... address, the hansdet will get another local address on the same subnet. I just direct requests to the development machine's address and everything works great. Debug through ADB is still by USB

[android-developers] Re: Problem while updating adapter from AsyncTask

2012-11-04 Thread Danny D
I'm pretty sure that you're going to need to do these updates through the runOnUiThread() method. Here's an example of how I typically notify the list adapter/view /etc. Basically, if I think that there's any chance of cross thread problems, opt for the runOnUiThread() @Override

[android-developers] Can we save a file on android device, even after uninstalling the app

2012-10-19 Thread Jatin D Patel
, we can check that file for records. Secondly is this solution, recommended? -- Thanks, Jatin D N Patel -- 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

[android-developers] ActivityUnitTestCase and sendKeys()

2012-04-27 Thread Danny D
Can anyone please quickly confirm that ActivityUnitTestCase and sendKeys() DO work as the Android Developer docs describe. I've searched through a number of threads on this topic and I'm getting conflicting info. I've run through the Spinner and SpinnerTest samples, and the call to sendKeys()

[android-developers] Re: Modify a textview value in a custom listview after clicking

2012-03-26 Thread Danny D
Does the no modification rule apply to moving the views around? I've got a ListView object, where I'm using the TouchListView.java adaption to allow the user to resort the items Does this movement qualify as a modification? I'm performing data changes within the Adapter, but the actual view

[android-developers] Re: httpclient post - debug the request?

2012-03-25 Thread Danny D
Hey Paul, I've had good luck with the TCP Monitor that's built into Eclipse. That seems to work really well for me. I've been debugging from one instance of Eclipse with the Android debugger against another instance of Eclipse running my servlet code in Tomcat. I've been able to use the TCP

[android-developers] RenderScript Carousel Custom View

2012-03-09 Thread Kubilay D . Yılmaz
I have found many example related with RenderScript Carousel and their user experience is greater than widget.Gallery. However, I would like to put some layouts inside RenderScript Carousel but cannot. For e.q. in below code, all parameters are not null but Allocation.createFromBitmapResource

[android-developers] Carousel || Coverflow with LinearLayout Views

2012-02-13 Thread Kubilay D . Yılmaz
Dear Friends, I have some layout views and I want to display them in screen such as carousel or coverflow . However I found many examples and all of them take only imageview. Is there any example that you provide me? Thank you -- You received this message because you are subscribed to the

Re: [android-developers] Carousel || Coverflow with LinearLayout Views

2012-02-13 Thread Kubilay D . Yılmaz
I guess it is not possible, because class extends Gallery, On 13 February 2012 15:21, TreKing treking...@gmail.com wrote: On Mon, Feb 13, 2012 at 6:55 AM, Kubilay D. Yılmaz kubilayd.yil...@gmail.com wrote: However I found many examples and all of them take only imageview. Is there any

[android-developers] Android testing

2012-02-05 Thread Jatin D Patel
Hi all, Can somebody please provide me suggestions to test my application on various devices? Its targeted for all android mobile devices. -- Thanks, Jatin D N Patel You Got To Think HIGH to RISE. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Reading files in a background thread

2012-02-05 Thread Dave D
I have a class that reads from an input file fine but when I add it to an Async thread it errors on openFileInput with the method being undefined even though I have imported exactly the same classes Am I not allowed to use this method in the background? code snippet is: public class buildcustomer

[android-developers] Android Animation Sound

2012-02-04 Thread Jatin D Patel
Hi all, I need to start playing sound at a specific frame. Is it possible in android.? For eg, I have 10 frames which animates one after the other. I need to start my sound file at frame 4. Is it possible.? Thanking in advance for help. -- Thanks, Jatin D N Patel -- You received this message

[android-developers] My first Android App: Audio Clipboard - Please help me improve it.

2012-01-25 Thread Jatin D Patel
. Converts into editable text. 3. You can copy that text and use it for Tweets, fb chat, messaging etc. Please let me know if you have any trouble finding / using the app. Thanking you in advance for your time. Works on Android Devices Only... -- Thanks, Jatin D N Patel -- You received

[android-developers] How to draw SoftKeyboard keyCodes on a SurfaceView

2012-01-23 Thread Marcelo D . Ré
I have a problem with the softkeyboard and the surfaceview. I want to write text on the surfaceview throught the onDraw method when I type in the soft keyboard. I get the event but I couldn't get the corresponding character to draw. I see a lot of post, and in someone it say that the getNumber()

Re: [android-developers] How to store images in sdcard, at the time of downloading app.?

2012-01-12 Thread Jatin D Patel
Thank you all for your time and opinion. On Wed, Jan 11, 2012 at 7:44 PM, Kristopher Micinski krismicin...@gmail.com wrote: On Wed, Jan 11, 2012 at 6:08 PM, Jatin D Patel depo.ja...@gmail.com wrote: How come downloading images is possible in iphone during application installation, from

[android-developers] Re: Android Library Broken

2012-01-12 Thread Robert D .
look here http://www.enterra-inc.com/techzone/ using_ant_android_applications_building/ hope it could be useful -- 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] .PLIST file - Android

2012-01-11 Thread Jatin D Patel
Hi all, I am making an android application, which is a replica of iphone app. Client has given me an .plist file. Is it string resource file, which we have have in android (i.e. strings.xml)? Thanks in advance. -- Thanks, Jatin D N Patel You Got To Think HIGH to RISE. -- You received

[android-developers] How to store images in sdcard, at the time of downloading app.?

2012-01-11 Thread Jatin D Patel
Hi all, How can we download images at the time of downloading app, in local drive.? 1. local drive. (i.e in Package of application / sdcard) of mobile. 2. I have lots of images, so i cannot think of storing in res folder, as i get exception. Please help? -- Thanks, Jatin D N Patel You Got

Re: [android-developers] Re: need help in coding for animation

2012-01-11 Thread Jatin D Patel
+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Thanks, Jatin D N Patel You Got To Think HIGH to RISE. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] How to store images in sdcard, at the time of downloading app.?

2012-01-11 Thread Jatin D Patel
How come downloading images is possible in iphone during application installation, from server and not possible in android. Is it one of the limitation of Android? On Wed, Jan 11, 2012 at 2:53 PM, TreKing treking...@gmail.com wrote: On Wed, Jan 11, 2012 at 1:34 PM, Jatin D Patel depo.ja

[android-developers] Changing contact's photo

2011-12-18 Thread L[s]D
Hi, I'm trying to change chosen contact's photo and I ran into some trouble.. I used the code from this post: http://groups.google.com/group/android-developers/msg/7798b51e01c61c1e? and this is my entire code: public class ContactFacesActivity extends ListActivity { ArrayListContact

[android-developers] using android.net.sip for video calls

2011-11-29 Thread A D
Hello Developers! I'm new to android developing and I need some information for a project work. My team and I want to create an application for video calls, with a very simple userinterface. We tried a lot of things, also analyzed the Sipdroid code, which is not very good documented. In the

[android-developers] using android.net.sip for video calls

2011-11-29 Thread A D
Hello Developers! I'm new to android developing and I need some information for a project work. My team and I want to create an application for video calls, with a very simple userinterface. We tried a lot of things, also analyzed the Sipdroid code, which is not very good documented. In the

[android-developers] Multilanguage via market

2011-11-23 Thread Kubilay D . Yılmaz
Hello friends; I want to make my application multi language. And want to set its language from market, I mean if user downloaded it from UK android market, then application should start english. Is it possible? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] generating 1d barcode

2011-11-22 Thread Kubilay D . Yılmaz
Hi Friends, How can i generate barcodes in android? I tried java version of barcode4j but it uses awt components. -- 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

Re: [android-developers] generating 1d barcode

2011-11-22 Thread Kubilay D . Yılmaz
Dear Mark, Thank you for your response, I have also own services that produces barcode using barcode4j api, however I have to generate inside android device. On 22 November 2011 14:12, Mark Murphy mmur...@commonsware.com wrote: On Tue, Nov 22, 2011 at 4:03 AM, Kubilay D. Yılmaz kubilayd.yil

[android-developers] Layout Question

2011-11-20 Thread Kubilay D . Yılmaz
Hi Friends; I have a problem with layout. I have 4 images, - redbackground.png 80px - triangle.png 80px - star.png 80px - green_diamond.png 160px I want to show these images like attached file as shouldbe.png My layout xml is like //above layout fit LinearLayout

Re: [android-developers] Layout Question

2011-11-20 Thread Kubilay D . Yılmaz
of the LinearLayout. It is not a child of the LinearLayout in your desired result. On Sun, Nov 20, 2011 at 7:51 AM, Kubilay D. Yılmaz kubilayd.yil...@gmail.com wrote: Hi Friends; I have a problem with layout. I have 4 images, redbackground.png 80px triangle.png 80px star.png 80px

Re: [android-developers] Layout Question

2011-11-20 Thread Kubilay D . Yılmaz
=center_horizontal android:src=@drawable/imgDiamond / /RelativeLayout On 20 November 2011 16:00, Mark Murphy mmur...@commonsware.com wrote: On Sun, Nov 20, 2011 at 8:57 AM, Kubilay D. Yılmaz kubilayd.yil...@gmail.com wrote: if i put green diamond to under another child linearlayout

[android-developers] Android Tablets

2011-11-02 Thread John D. Kruse
, the users (and buyers) of Android tablets, before the get too frusted! John D. Kruse -- 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

[android-developers] Anyone know about BSE value web service..

2011-10-19 Thread GopalaKrishnan D
Anyone know about BSE value web service... can i get BSE details via free webservice. pls help me -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] help : in call recorder i get receiving voice is very low....

2011-10-17 Thread GopalaKrishnan D
(MediaRecorder.OutputFormat.THREE_GPP); recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB); recorder.setOutputFile(PATH_NAME); recorder.prepare(); recorder.start(); -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] is this possible to start an app every 5mins

2011-10-10 Thread GopalaKrishnan D
is this possible to start an app every 5mins? how to do that one... pls help me -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] how to call the alarm settings

2011-10-06 Thread GopalaKrishnan D
how to call the alarm settings -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] how to parse special characters from xml

2011-09-30 Thread GopalaKrishnan D
-- ~* Regards* *GopalaKrishnan D* -- 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

Re: [android-developers] Re: How To Store Build Date in apk?

2011-09-30 Thread GopalaKrishnan D
use shared 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 android-developers+unsubscr...@googlegroups.com For

[android-developers] how to parse xml from sdcard...

2011-09-29 Thread GopalaKrishnan D
how to parse xml from sdcard... -- ~* Regards* *GopalaKrishnan D* -- 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

Re: [android-developers] Re: how to parse xml from sdcard...

2011-09-29 Thread GopalaKrishnan D
i don't know how to parse xml... i saw many example but i can't understand... can u help me -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] How to create an XML using SAX parser or any parser...

2011-09-28 Thread GopalaKrishnan D
How to create an XML using SAX parser or any parser... and retrieve values from that pls provide any sample code -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] how to send email from android app.

2011-09-26 Thread GopalaKrishnan D
http://stackoverflow.com/questions/4668871/send-auto-email-programmatically http://stackoverflow.com/questions/7274949/send-email-programmatically-in-android -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Re: How to set selected color effect when click on any image button or image view same as iphone?

2011-09-21 Thread GopalaKrishnan D
in that code replace @drawable/image into @color/color id -- 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] how to read the sent sms

2011-09-20 Thread GopalaKrishnan D
how to read the sent sms and display it -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] How to encode the integer(30digit in to 10 digit) and decode it

2011-09-14 Thread GopalaKrishnan D
How to encode the integer(30digit in to 10 digit) and decode it -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] How to enable and disable Broadcast Receiver

2011-09-08 Thread GopalaKrishnan D
How to enable and disable Broadcast Receiver i don't how to pass value to onreceieve any one help me -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Fwd: How to use Shared Preference in OnReceive

2011-09-07 Thread GopalaKrishnan D
-- Forwarded message -- From: GopalaKrishnan D gopall...@gmail.com Date: Wed, Sep 7, 2011 at 1:57 PM Subject: How to use Shared Preference in OnReceive To: android-developers@googlegroups.com How to use Shared Preference in OnReceive -- ~* Regards* *GopalaKrishnan D

Re: [android-developers] Re: Fwd: How to use Shared Preference in OnReceive

2011-09-07 Thread GopalaKrishnan D
BroadCast Receiver onReceive( ) { // here i want use shared preferences and how to store value and retrieve it } -- 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] Application get crashed when camera open and i rotate the device.

2011-09-07 Thread GopalaKrishnan D
to rotate emulator ctrl+ F11 -- 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] How to control Broadcast receiver through buttons

2011-09-06 Thread GopalaKrishnan D
How we can control broadcast receiver through buttons in app. any one provide link for that -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] Advice Wanted: Common Authentication App for Suite

2011-09-05 Thread Greg D.
signed up. The book I read unfortunately only TOUCHES upon creating reusable applications... doesn't really go into detail about it. I'm also not sure if having a separate enrollment application in the application list is desirable. Thanks -- -- Greg D. -- You received this message because you

[android-developers] How to run an app while incoming or outgoing call starts

2011-08-29 Thread GopalaKrishnan D
How to run an app while incoming or outgoing call starts and the app end with while call end. -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] How to record voice(audio) while call

2011-08-26 Thread GopalaKrishnan D
how to record voice or audio while call can any one help me pls... any sample code -- ~* Regards* *GopalaKrishnan D* -- 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: [android-developers] How to record voice(audio) while call

2011-08-26 Thread GopalaKrishnan D
My Problem is how to record voice -- 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] How to attach audio file in program

2011-08-26 Thread GopalaKrishnan D
how to attach audio file in my app and want to send particular email address -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] How to exit application

2011-08-24 Thread GopalaKrishnan D
i tried finish(); and System.exit(0); if i use any one means only current activity closed its not close entire app Which code i want to use close or exit entire app. -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Best way to update location of OverlayItem

2011-08-17 Thread Danny D
I'm writing an application that will have lots of map points, using the Google Maps API. The locations of my OverlayItems will be moving and changing, so I'd like input on best approach to take to update the new locations of the points as they move. I think that I have only two options (correct

[android-developers] Get result from Calculator

2011-08-13 Thread Kubilay D . Yılmaz
Hi Friends, I start calculator from my activity and override onActivityResult method, however I cannot handle result from calculator. Is it possible? Here is my code. public static final String CALCULATOR_PACKAGE = com.android.calculator2; public static final String

Re: [android-developers] Get result from Calculator

2011-08-13 Thread Kubilay D . Yılmaz
Hi Treking, Activity starts standard calculator of android. On 14 August 2011 01:29, TreKing treking...@gmail.com wrote: On Sat, Aug 13, 2011 at 5:16 PM, Kubilay D. Yılmaz kubilayd.yil...@gmail.com wrote: I start calculator from my activity and override onActivityResult method, however I

Re: [android-developers] How to get mobile no from app without user permission...

2011-08-11 Thread GopalaKrishnan D
its possible through read_phone_state -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] How to disable first screen after execute first time

2011-08-10 Thread GopalaKrishnan D
pls anyone help me. i use shared preference but i can't get it... -- ~* Regards* *GopalaKrishnan D* -- 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

Re: [android-developers] How to disable first screen after execute first time

2011-08-10 Thread GopalaKrishnan D
after that how i fetch the value. and where i want to fetch... -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] ListFragment doesn't save the bundle in onSaveInstanceState()

2011-07-29 Thread Maria D.
I'm new to android and I'm facing the following problem. I'm developing for both, Android 2 and 3, and this is why I use fragments. However to make the app working on Android 2 devices I import android.support.v4.app.ListFragment (not sure if it makes any difference with this problem). I need to

[android-developers] can we set default browser will be our browser

2011-07-25 Thread GopalaKrishnan D
can we set default browser will be our browser and default search will be our search. This means that when the user selects Search from the home menu he will get our search.Each approved option should automatically be implemented -- ~* Regards* *GopalaKrishnan D* -- You received

Re: [android-developers] can we set default browser will be our browser

2011-07-25 Thread GopalaKrishnan D
i created one web browser and i want to set this as default browser... can i do it... -- ~* Regards* *GopalaKrishnan D* -- 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

Re: [android-developers] can we set default browser will be our browser

2011-07-25 Thread GopalaKrishnan D
whether each and every time we want to set it as default browser ah -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] whether each and every time we want to set set our own browser as default...

2011-07-25 Thread GopalaKrishnan D
whether each and every time we want to set set our own browser as default... help me for this -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] Guyzz Is this Possible to install Turbo C on My android Device i m using Galaxy S 2

2011-07-25 Thread d F|√-\m3R 2010™
Is this possible to install Languages like c , C++ in an android mob -- 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] Re: Dynamic Accordion Creation in android

2011-07-25 Thread Jatin D Patel
controls on list based items). On Tue, Jul 5, 2011 at 9:49 AM, Mark Murphy mmur...@commonsware.com wrote: What are the benefits of this over ExpandableListView? And, can you play a polka with this accordion? :-) On Tue, Jul 5, 2011 at 9:34 AM, Jatin D Patel depo.ja...@gmail.com wrote: Link

[android-developers] how to post comments in our app through facebook android app

2011-07-19 Thread GopalaKrishnan D
-- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] Is there a public SDK API for getting/setting the SMSC?

2011-07-19 Thread D Strick
I see an example of how to get/set the SMSC inside of com.android.settings.RadioInfo.javahttp://www.google.com/codesearch#ohAXAHj6Njg/src/com/android/settings/RadioInfo.javaq=radioinfo, but it uses the hidden com.android.internal.telephony.Phone class. Has anyone come across a public SDK API

[android-developers] any one send me HTTP Post request and Reponse example

2011-07-11 Thread GopalaKrishnan D
for my project http request and response is need .. can any one send example for that -- ~* Regards* *GopalaKrishnan D* -- 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: [android-developers] Track User moves

2011-07-09 Thread Kubilay D . Yılmaz
get bearing calculation gives angle between two coordinates to north . for example if I am in a car and turn 90° right, bearing calculation does not give me 90°, how can i convert it ? thank you On 6 July 2011 02:07, Kubilay D. Yılmaz kubilayd.yil...@gmail.com wrote: great man, thank you so

Re: [android-developers] Track User moves

2011-07-09 Thread Kubilay D . Yılmaz
for e.q. on below address, they explained, android get bearing gives like below? http://www.mathsrevision.net/gcse/pages.php?page=12 On 9 July 2011 23:21, Kubilay D. Yılmaz kubilayd.yil...@gmail.com wrote: get bearing calculation gives angle between two coordinates to north . for example if I

Re: [android-developers] Android SDK tools revision 12 and Proguard

2011-07-08 Thread GopalaKrishnan D
me also getting same problem. i think there is problem in sdk update -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] displaying thumbnails for the videos which are streamed from youtube

2011-07-08 Thread Anusha D
Hi, I am trying to display thumbnails for the videos which are streamed into my app from youtube by using the following code Bitmap bMap = ThumbnailUtils.createVideoThumbnail(videoUrl, MediaStore.Video.Thumbnails.MICRO_KIND); here the videoUrl is the url of the url of the video which i am

Re: [android-developers] Rotate Google Map

2011-07-05 Thread Kubilay D . Yılmaz
Sorry, what do you mean? I need only, if user turn right, then map which is in my application should turn right, how can i handle it? thank you On 5 July 2011 04:26, lbendlin l...@bendlin.us wrote: Your requirements contradict each other. -- You received this message because you are

Re: [android-developers] Rotate Google Map

2011-07-05 Thread Kubilay D . Yılmaz
, Kubilay D. Yılmaz kubilayd.yil...@gmail.com wrote: Sorry, what do you mean? I need only, if user turn right, then map which is in my application should turn right, how can i handle it? thank you On 5 July 2011 04:26, lbendlin l...@bendlin.us wrote: Your requirements contradict each other

[android-developers] Re: Dynamic Accordion Creation in android

2011-07-05 Thread Jatin D Patel
Link was incorrect in last email : here is the correct one http://jatin4rise.wordpress.com/2011/07/05/dynamic-accordion-creation-in-android/ On Tue, Jul 5, 2011 at 1:30 AM, Jatin D Patel depo.ja...@gmail.com wrote: Dynamic accordion creation Your Feedback / Comments will be Appreciated

[android-developers] Re: Orientation in landscape

2011-07-05 Thread Mike D
on it that use the sensor to see if they work?  Have you tried other applications from Market on it that are known to work? On Mon, Jul 4, 2011 at 3:21 PM, Mike D mdavie...@gmail.com wrote: Thanks for pointing me at the post, it makes sense. However I'm still only ever getting negative

Re: [android-developers] Rotate Google Map

2011-07-05 Thread Kubilay D . Yılmaz
Is there any update? On 5 July 2011 10:32, Kubilay D. Yılmaz kubilayd.yil...@gmail.com wrote: Dear Raghay, Sorry for first mail and missed explanation. Map has canvas.rotate method also all of many navigation application has this function. Our application has a mapview and user will use

[android-developers] Track User moves

2011-07-05 Thread Kubilay D . Yılmaz
Dear Friends; How can i track, follow the if user in a car and turns right, or turns left? I have a map application and have to catch moves of user. Thanks you -- 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] Track User moves

2011-07-05 Thread Kubilay D . Yılmaz
great man, thank you so much, i am trying On 6 July 2011 02:04, TreKing treking...@gmail.com wrote: On Tue, Jul 5, 2011 at 5:57 PM, Kubilay D. Yılmaz kubilayd.yil...@gmail.com wrote: How can i track, follow the if user in a car and turns right, or turns left? I have a map application

[android-developers] Rotate Google Map

2011-07-04 Thread Kubilay D . Yılmaz
Hi Friends, I developed a map applications and if there is an U-Turn on the road I want to rotate map (North point must be always on top of phone) How can i handle it. Thank you for your concern. Regards, -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Calculate Distance like GoogleMap

2011-07-04 Thread Kubilay D . Yılmaz
Dear Friends, I have two lat's and Lon's and want to calculate distance between them. However I do not want use Location.distanceBetween or float distance = locationA.distanceTo(locationB); I want to get results over road.(like google map) How can I handle this on android? Thank you -- You

[android-developers] Re: Orientation in landscape

2011-07-04 Thread Mike D
, Dianne Hackborn hack...@android.com wrote: http://android-developers.blogspot.com/2010/09/one-screen-turn-deserv... On Wed, Jun 29, 2011 at 10:22 AM, Mike D mdavie...@gmail.com wrote: Hi guys, I've been playing around with orientation (especially in relation to the real world so

[android-developers] Dynamic Accordion Creation in android

2011-07-04 Thread Jatin D Patel
Dynamic accordion creation Your Feedback / Comments will be Appreciated. http://jatin4rise.wordpress.com/2011/07/05/dynamic-accordion-creation-in-android/http://jatin4rise.wordpress.com/2010/10/03/webservicecallfromandroid/ -- Thanks, Jatin D N Patel You Got To Think HIGH to RISE. -- You

Re: [android-developers] Android Libray projects can not be launched

2011-07-01 Thread GopalaKrishnan D
u just include Facebook sdk as library in ur projects -- ~* Regards* *GopalaKrishnan D* -- 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] Re: KML Layers on Google Maps

2011-06-30 Thread Danny D
I don't believe that you can just pass the KML file to maps, at least I have not seen a way to do this. I am currently doing something similar, and I think you will need to draw the polygon manually on the canvas. As I'm approaching the problem, the individual OverlayItem (or child class derived

[android-developers] latitude and long sample code required

2011-06-29 Thread GopalaKrishnan D
dear friends can any one send the sample code for latitude and longitude sample code please -- ~* Regards* *GopalaKrishnan D* -- 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

[android-developers] Insecure Rfcomm Socket

2011-06-29 Thread D. Sav
Hi, I am trying to establish an insecure connection between my client (Android) and server (PC) using Bluetooth by using device.createInsecureRfcommSocketToServiceRecord But given that it was included starting with Android API Level 10 (or Android 2.3), it wouldnt work with Android 2.2 Is

[android-developers] Orientation in landscape

2011-06-29 Thread Mike D
Hi guys, I've been playing around with orientation (especially in relation to the real world so finding north is very useful) and started with the google api example. While investigating how to change that so it worked while the phone was in landscape I found out that I was using depricated

[android-developers] Re: Insecure Rfcomm Socket

2011-06-29 Thread D. Sav
By Insecure connection, I mean that pairing wouldn't be required to send data from the client to the server. When connected (not paired), the two can communicate. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] OverlayItem Parcelable?

2011-06-26 Thread Danny D
Hi, Is the Maps API class OverlayItem parcelable? If not, can I extend the OverlayItem class and add my own implementation of Parcelable (for my extended data) and have it function correctly? Thanks. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] authentication of an app in facebook

2011-06-23 Thread Anusha D
Hi, I am trying to authenticate an app on facebook just similarly as shown in the following link for twitter.Though i logged into my facebook account it says the information cannot be retrieved as user not logged in. The link is as follows: https://github.com/brione/Brion-Learns-OAuth -- You

[android-developers] The Monkeyrunner building problem

2011-06-21 Thread B D
Hi all, I need to use the method of loadfileFrom() to compare a local image with the buffer image.I don't know how to build one.Do I just need to replace the old Monkeyrunner.java and MonkeyImage.java source code with latest one?Then build the Monkeyrunner.jar again? Should I also modify some

[android-developers] Use of the Resource reference ? when setting widget attributes.

2011-06-08 Thread Danny D
Hi, I'm trying to set a widget's style attribute with a reference to a custom attribute that's been loaded with a real-concrete style. The Android SDK docs show an explicit example for just setting the textColor attribute based on a style reference: EditText id=text

[android-developers] Re: Use of the Resource reference ? when setting widget attributes.

2011-06-08 Thread Danny D
Thanks Kostya, I think I'm doing pretty much what you said (I'll check again), I'm trying to use the ?foo reference to dynamically set the style of an individual view or view-group. 1) I've created my own fixed styles, there are three of these. I want to select one of the three by setting the

[android-developers] Re: Use of the Resource reference ? when setting widget attributes.

2011-06-08 Thread Danny D
I think that may be where we're getting mixed up. I've created a style tree that follows the SDK recommendations like this. It follows inheritance, using the . notation, just like the examples in the SDK MyCompanyStyle | MyCompanyStyle.Header | | | MyCompanyStyle.Header.Bold |

<    1   2   3   4   5   >