[android-developers] View on Image

2010-08-09 Thread ranjan ar
Hello all, How do I draw a view on top of image. There is a predefined android xml file and when I run the application I would like to bring up a dot or a square on the top of image. Here the image already shows up from pulling information from andrid res folder , how to draw an dot over it.

[android-developers] Fwd: View on Image

2010-08-09 Thread ranjan ar
Hello all, I am really frustrated not finding the answer. How do I draw a view on top of image. There is a predefined android xml file and when I run the application I would like to bring up a dot or a square on the top of image. Here the image already shows up from pulling information from

[android-developers] View Help Please

2010-08-09 Thread ranjan ar
Hello, How can I draw an dynamic view on top of view in android. For example I display the main screen using setContentView(R.layout.main); This draws many widgets and includes an image defined in main.xml this way : ImageView android:id=@+id/myImageView android:layout_width=wrap_content

[android-developers] Draw View on Image

2010-08-05 Thread ranjan ar
Hello All, ** Hello, Which is the most efficient way to draw view on a static image. The view is dynamic, a moving line on a static image stored in res drawable folder. It would be grate if you could give me some tutorial links you might wanna share as well. Thanks for your reply -- You

Re: [android-developers] Looking for recommendations for a textbook to use in a class on Android Development

2010-08-05 Thread ranjan ar
Apress, Beginning Android 2 *Mark L. Murphy* On Thu, Aug 5, 2010 at 11:46 AM, Flying Coder av8r.st...@gmail.com wrote: I've been approached by a local community college to teach a course on Android Development. Have you taught such a course? Taken one that you thought was good? I

[android-developers] Calling view from activity’s count down timer

2010-07-29 Thread ranjan ar
Hello, I have a class ViewforRed which extends View and have declared it in main.xml , I have an main activity and would like to call the ViewforRed from within the countdown timer's onTick. How can I do this. Any pointers or hints are appreciated. ?xml version=1.0 encoding=utf-8? TableLayout

[android-developers] Droid Motorola

2010-07-23 Thread ranjan ar
I have an app, in which part of its job is to mute and unmute the microphone, for some reason this is working fine in all mobiles except for Motorola Droid, can some one help me? audioService.setMicrophoneMute(true); -- You received this message because you are subscribed to the Google Groups

[android-developers] Android Rectangle

2010-07-23 Thread ranjan ar
Hello all, can you help me explain how to draw a rectangle and bring it up in the middle of screen. -- 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] Re: can we start application after installing .apk file

2010-07-22 Thread ranjan ar
paul.turche...@gmail.comwrote: You can't On Jul 21, 9:40 pm, ranjan ar ranjan@gmail.com wrote: You can start a service rather.. On Wed, Jul 21, 2010 at 5:44 AM, A N K ! T ankit.awasth...@gmail.com wrote: i am trying to make application run just after installing

[android-developers] Draw rectangle.

2010-07-22 Thread ranjan ar
Can some one show me the sample code to draw a rectangular pulse in android screen. I want to generate a bunch of them on x axis (which I imagine as middle of screen). -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Muting the Android

2010-07-21 Thread ranjan ar
Hello, I am trying to toggle the microphone of Android mobile. App. freezes if I run the mute and unmute in a loop, With a delay of say 500ms. Is there a specific reason mobile behaves this way? (Motorola Droid is not even able to mute the phone) however all other mobiles are able to do it. This

[android-developers] Android Freezes

2010-07-21 Thread ranjan ar
Hello, I am trying to toggle the microphone of Android mobile. App. freezes if I run the mute and unmute in a loop, With a delay of say 500ms. Is there a specific reason mobile behaves this way? (Motorola Droid is not even able to mute the phone) however all other mobiles are able to do it. This

Re: [android-developers] can we start application after installing .apk file

2010-07-21 Thread ranjan ar
You can start a service rather.. On Wed, Jul 21, 2010 at 5:44 AM, A N K ! T ankit.awasth...@gmail.comwrote: i am trying to make application run just after installing it. -- Thanks Ankit Awasthi -- You received this message because you are subscribed to the Google Groups Android

[android-developers] LG-debug

2010-07-15 Thread ranjan ar
Hello all, I am trying to Deploy my code from Eclipse to LG Ally mobile, I need to test it on LG Ally. My laptop wouldn't recognize the device, I need to test my code, what do I do now. I did not find the drivers online. I have droid , and it is working fine, is there a way I can transfer the .apk

[android-developers] Block Text

2010-07-12 Thread ranjan ar
Hello, I want to block incoming and outgoing Text (as well as email). I am using the broadcast receiver that is not blocking the text but its blocking the outgoing calls. Can some one help me. Thank you. Here is the piece of code that blocks the SMS.

[android-developers] Calling Activity

2010-07-09 Thread ranjan ar
Hello , I have a broadcast class that blocks the incoming call. I want to call that broadcast receiver from the activity . Can any one help me fix this. I appreciate your help. 1. Class A extends activity will call Class B that extends BroadcastReceiver, now I want to block calls , only based on

[android-developers] Screen Block

2010-07-07 Thread ranjan ar
Hello, I would like to bring up a screen lock window. that constantly keeps popping up and doesn't allow users to get rid of it until he enters the right password. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Screen Block

2010-07-07 Thread ranjan ar
you mean to say..it is not possible at all? On Wed, Jul 7, 2010 at 1:28 PM, Frank Weiss fewe...@gmail.com wrote: Yes indeed if it were possible with the SDK, any Android app could really screw up things! On Jul 7, 2010 1:09 PM, ranjan ar ranjan@gmail.com wrote: Hello, I would like

[android-developers] Speed of Android Device

2010-07-07 Thread ranjan ar
Can anyone help me with calculating the speed of Android Device. how to determine the speed with which device is moving. Thank you very much. -- 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]

2010-07-06 Thread ranjan ar
Good luck with your married life. On Tue, Jul 6, 2010 at 12:27 PM, saurabh sinha saurs...@gmail.com wrote: hello friends I am android developer getting married on 24 july in AMERICA california so best of luck to me for good life and all you keep working on android one day it will take up

[android-developers] GUI Android

2010-07-06 Thread ranjan ar
I have problems aligning Widgets (using Droid Draw) the GUI, while in emulator the GUI looks perfect..but when I deploy in Droid (Motorola) the buttons and text boxes get overlapped on each other.. a lot of compatibility issues..is there a way to design .. any tool other than Droid Draw? --

[android-developers] Block Call Text SMS

2010-06-30 Thread ranjan ar
How to Block outgoing calls and Text SMS I am developing an App in which I need to block the teenager from using mobile while driving and stuff, I need to block the call and sms. please help . any small hints and clues will do. I appreciate your help. -- You received this message because you are

[android-developers] remote exception error -Android Sqlite

2010-06-23 Thread ranjan ar
I am trying to insert a data in first page and select data from same db in second page, (in Android emulator). But when click on button in first page the cmd window shows got remoteexception sending setactive false notification to pid . Please help. Thank you. -- You received this message

[android-developers] Personalized Screen lock

2010-06-15 Thread ranjan ar
I am looking for help with a screen lock password, which has 4 vertical lines of numbers which rotate , when user slides down his finger on it. (slides from up to down- the numbers from 0-9 moves down smoothly) can you let me know if there is a tool or something. Thanks -- You received this

Re: [android-developers] Re: How to catch a Done key press from the soft keyboard

2010-06-15 Thread ranjan ar
Button submit_figc = (Button) findViewById(R.id.skipbutton);//to load figc submit_figc.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { // TODO Auto-generated method stub Intent i = new Intent(getBaseContext(), Figc.class); startActivity(i); } });}} On