[android-beginners] Question about Andriod application's IPC

2010-03-26 Thread RAJ
Hello, Have a real basic question about IPC exists in android application space(SDK) I have two projects in eclipse workspace – (So two processes) one is activity which is UI app Second one is “service” which exposes some apis to client (above UI App) I want my first UI app(activity) to call some

[android-beginners] Re: Using browser within Emulator to launch an app

2009-12-10 Thread Raj
I am having a similar issue. I can't open my app. Is this possible RKAM On Dec 7, 10:15 am, Vertifi wrote: > Hello, > > I'm using Eclipse and the emulator.  I've created an app with the > following Intent: > > > > > > > > > > > ... > > permission> > > > When opening the browser (wit

[android-beginners] Launching App from a browser

2009-12-10 Thread Raj
Hi I am desperately trying to launch android app from a browser via a link in a page. I tried all the options using Intent Filters but none of them seemed to work. Please point to an example Thanks Rkam -- You received this message because you are subscribed to the Google Groups "Android Begin

[android-beginners] New to Android

2009-12-02 Thread raj
how to access internet on emulator -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegrou

[android-beginners] Re: Getting IM Ids from the contact database in 2.0

2009-11-19 Thread Raj
String im = ims.getString( ims.getColumnIndex( ContactsContract.Data.DATA1)); Log.d(TAG,"Im : " + im); } ims.close(); where id is the contact id Raj On Nov 17, 5:29 pm, Raj wro

[android-beginners] Getting IM Ids from the contact database in 2.0

2009-11-18 Thread Raj
Website and other content types Raj -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners+unsubscr..

[android-beginners] Re: Edit a Contact

2009-11-18 Thread Raj
myPerson = ContentUris.withAppendedId (ContactsContract.Data.CONTENT_URI, id); The above will not work. Raj On Nov 11, 10:07 am, RichardC wrote: > On what - phone or emulator and version? > > -- > RichardC > > On Nov 6, 5:20 pm, Raj wrote: > > > Hi > > >

[android-beginners] Re: Edit a Contact

2009-11-18 Thread Raj
Both on the emulator and on Motorola droid. I simply want to edit this person using the built in activity. Raj On Nov 11, 10:07 am, RichardC wrote: > On what - phone or emulator and version? > > -- > RichardC > > On Nov 6, 5:20 pm, Raj wrote: > > > Hi > > &

[android-beginners] Broadcast receivers

2009-11-18 Thread Raj
Basically I want to get reference to this BroadcastRecevier object and add listeners to it. How do I get the object reference that is declared in AndroidManifest.xml Or is there an alternative way to do this? thanks Raj -- You received this message because you are subscribed to the Google Groups "

[android-beginners] Broadcast receivers

2009-11-18 Thread Raj
Hi I would like to add my own listeners to broadcast receiver so that when different SMS arrive with different subjects, I can notify the respective listeners. @Override public void onReceive(Context context, Intent intent) { Bundle bundle = intent.getExtras();

[android-beginners] Re: This class was probably produced by a broken compiler.

2009-11-11 Thread Raj
bs to the android project or do we have to do some thing to get this working on android OS thanks Raj On Nov 9, 9:37 am, Justin Anderson wrote: > We're going to need more information... perhaps some code and the lo

[android-beginners] Edit a Contact

2009-11-11 Thread Raj
tent); My question is what needs to be set, so that I can edit this contact. Thanks Raj -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this

[android-beginners] Calculate TextView height based on Font size and TextView width

2009-10-28 Thread Raj
Hi All, Can i calculate TextView height given font size of the text view and width of text view? Thanks & Regards Raj --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post

[android-beginners] video live streaming and recording

2009-10-07 Thread raj.10788
Hi All, Is there any way to stream the video through rtsp at the same time parally I want to record the video using the media recorder. Is it possible for me to do that. Thanks RC --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

[android-beginners] Game Development sample code

2009-09-24 Thread Pruthvi Raj
Hi,I am planning to develop the car game, so if any body having sample code to start with,please let me know -- Thank You, Pruthvi Raj G.R --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners"

[android-beginners] Failed to start monitoring

2009-09-23 Thread Pruthvi Raj
Hi,If i plug in my device its showing as Failed to start monitoring HT851GZ44724. But it was working fine i minute before. Can you please tell me what might be the problem. -- Thank You, Pruthvi Raj G.R --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] Re: Simple Animation Code

2009-08-20 Thread Pruthvi Raj
AnimationDrawable XML resource. ImageView img = (ImageView)findViewById(R.id.simple_anim); img.setBackgroundResource(R.anim.simple_animation); -- Thank You, Pruthvi Raj G.R On Thu, Aug 20, 2009 at 3:03 PM, Kingcrowley wrote: > > I am just gonna put in snippets of the code > >

[android-beginners] Please Tell the Book to Purchase

2009-08-19 Thread Pruthvi Raj
Hi,Can you please guide me to take android book for Programming? -- Thank You, Pruthvi Raj G.R --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email

[android-beginners] API Demo's tests

2009-08-17 Thread raj.10788
Hi, I am having the G1 Dev Device with me. I updated that device with the Android 1.5 (As per the instructions given in the HTC support page). After that I just installed the API demos in the Android 1.5 r3 SDK. After that I am trying to run the instrumentation test cases in the API Demos. I am

[android-beginners] " Creating a file in AFS with NativeBinary and Android App"

2009-07-28 Thread raj.10788
16:26 test.sc So can some one tell me where the logic is creating the problem. Any poninters and suggestions to this one will help me a lot. thx raj --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android

[android-beginners] android tool error

2009-07-28 Thread raj.10788
Hi, I am have the Ubuntu PC, where I installed the Android SDK 1.5 r3. But when I use adb that tool is working fine. But at the same time when I use the android command I am getting the following error. Exception in thread "main" java.lang.AssertionError at com.android.sdkmanager.CommandLineP

[android-beginners] Re: How to destroy an Activity in android

2009-04-09 Thread raj.10788
hi, as per mark told you use the finish() method to end the activity. when you finish() the activity the onDestroy() will get called. I hope your don the onCreat() and OnDestroy() methods well. On Apr 8, 8:39 am, Rohit Kundalkar wrote: > @Override >     public void onDestroy() { >         su

[android-beginners] Re: Uninstall existing app from emulator?

2008-11-04 Thread kiran raj
On Tue, Nov 4, 2008 at 3:13 PM, parani kumar <[EMAIL PROTECTED]> wrote: > Hi, > > I am also having the same question. Any response greatly appreciated and > would help us. > > -- > Thanks, > parani > > On Tue, Nov 4, 2008 at 8:17 AM, Thaw <[EMAIL PROTECTED]> wrote: >> >> Hi, >> I am using eclipse

[android-beginners] Re: Camera Test Phone

2008-06-19 Thread Raj
Anyone There??? On Jun 17, 11:15 pm, Raj <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to use Camera related API and what's the easy way for me to > test the images with the code? > I mean where can i get the development phones with camera? > > Is

[android-beginners] Camera Test Phone

2008-06-17 Thread Raj
Hello, I'm trying to use Camera related API and what's the easy way for me to test the images with the code? I mean where can i get the development phones with camera? Is there any way for me to get a picture quality of equivalent of cell phones for my testings. Thanks --~--~-~--~~