[android-beginners] Re: Question regarding Contact Application [Android SDK 2.1]

2010-04-06 Thread AJ
Any clue please. - AJ On Apr 3, 10:17 pm, AJ ajeet.invinci...@gmail.com wrote: Hi Group, I want to launch Contact application with some fields filled with data I have passed from my application. I am able to pass Name, Phone number and Emails. But the problem is :- 1- I am not able

[android-beginners] Question regarding Contact Application [Android SDK 2.1]

2010-04-03 Thread AJ
(ContactsContract.Intents.Insert.TERTIARY_PHONE_TYPE,ContactsContract.CommonDataKinds.Phone.TYPE_WORK); Thanks, AJ -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http

[android-beginners] Unable to Zoom Camera in Android 2.1

2010-03-26 Thread AJ
satisfactory information. Note: zoomCallback is missing in Android 2.1 Thanks, AJ -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android

[android-beginners] Maximum character that we can send to SMS application

2010-03-26 Thread AJ
Hi group I facing one strange problem. I am sending some text to SMS app as a body. But when the text size increases more than 200 characters, it cuts the body from there. Only first 200 characters are appearing in the SMS body. But I can write more text when SMS gets launched :( Is there any

[android-beginners] Re: Simple Call App

2009-12-15 Thread AJ
ACTION_DIAL works fine and without any changes to the permissions. thanks a lot --aj On Dec 15, 6:40 am, Sean Hodges seanhodge...@googlemail.com wrote: Nithin is right, you need to add the following permission to your AndroidManifest.xml, if it's not there already: uses-permission id

[android-beginners] Simple Call App

2009-12-14 Thread AJ
I am trying to make a very very simple app as a beginner but it does not work. The app just has a text bar and a button. Somehow, the call button does not start a call. Help please. Here is the code: package com.tests.helloandroid; import android.app.Activity; import android.content.Intent;

[android-beginners] Re: Simple Call App

2009-12-14 Thread AJ
=com.tests.helloandroid/.HelloAndroid } There was a warning though. Not sure why doesn't this code work. --aj On Dec 14, 11:56 pm, Nithin nithin.war...@gmail.com wrote: hi, try mEditText_number.getText().toString(); Thanks On Dec 15, 9:41 am, AJ amanjsi...@gmail.com wrote: I am trying to make a very very

[android-beginners] Simple Call App - Uri?

2009-12-14 Thread AJ
I was wondering if Uri is also used for parsing numbers or not? Here is my code... package com.tests.helloandroid; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.view.KeyEvent; import android.view.View; import

[android-beginners] Re: Error in helloandroid tutorial

2009-12-13 Thread AJ
I was wondering if you found out why do we see this error. I am having this error too with Hello Android App. --AJ On Nov 24, 1:39 am, Qin XiaoYang qinxiaoy...@gmail.com wrote: Thanks for you help, in fact the application runs normally after force close the message box. I was just curious

[android-beginners] Re: How to create and open an SQLite database? (Based on NotePad tutorial)

2009-05-09 Thread AJ
mmur...@commonsware.com wrote: AJ wrote: Here's the full onCreate() function.  Seems like standard SQL syntax to me? What was the error you got? You can get the error log from adb logcat or DDMS. It should tell you what SQLite or Android did not like. public void onCreate(SQLiteDatabase db

[android-beginners] Re: How to create and open an SQLite database? (Based on NotePad tutorial)

2009-05-07 Thread AJ
, + CONSTRAINT FK_goal FOREIGN KEY (goal) REFERENCES Ach);); } ** On May 6, 3:37 am, swarup me.s...@gmail.com wrote: check your table creation statements within onCreate() On May 5, 11:29 pm, AJ warhawk...@charter.net wrote: Hello - our dev team is looking into utilizing an SQLite DB

[android-beginners] How to create and open an SQLite database? (Based on NotePad tutorial)

2009-05-05 Thread AJ
Hello - our dev team is looking into utilizing an SQLite DB as a means to store data within our application. We've been following the official dev guide's NotePad tutorial (http://d.android.com/guide/ tutorials/notepad/notepad-ex1.html) to accomplish this, but we're stuck on Step 2: the

[android-beginners] Background Color

2009-03-11 Thread AJ
I'm a complete newb here (got a Hello World app working, but otherwise my mind is a blank slate as far as Java goes), but how do you set the background color for an application that will utilize nothing but text and simple shapes? The javax.swing.* package doesn't seem to be available, and I'm

[android-beginners] Re: Background Color

2009-03-11 Thread AJ
recently on performance issues for backgrounds:http://android-developers.blogspot.com/2009/03/window-backgrounds-ui-... serge On Mar 11, 1:26 pm, Mark Murphy mmur...@commonsware.com wrote: AJ wrote: I'm a complete newb here (got a Hello World app working, but otherwise my mind is a blank

[android-beginners] Re: Background Color

2009-03-11 Thread AJ
again. Any ideas? I really appreciate your guys' help. On Mar 11, 7:46 pm, Mark Murphy mmur...@commonsware.com wrote: AJ wrote: sm1, I'm confused by the example code you provided (the EditText block).  Which parts of the text are to be interpreted literally, and which are just placeholders

[android-beginners] Populating 2nd Spinner Based on 1st. Using Arrays.

2008-11-18 Thread AJ Quick
cannot figure out how to get the Item name when having the position. Figuring out how to read from an Array is pretty hard. Thanks, -AJ Quick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] WebView and POST requests problem

2008-10-02 Thread AJ
Hi there, My Android application has to use web and I am having a problem with submitting forms. I am using WebView for displaying web pages. So here is the description of the problem, which I was not able to solve. I created a web page called messages.php. This page has a web form on it and the

[android-beginners] Re: Difficulty writing android manifest file

2008-06-09 Thread AJ
in an opaque surface. On Jun 5, 10:40 am, AJ [EMAIL PROTECTED] wrote: A bug that i can think of is may be i need to refresh the screen after view is created again for main activity. Or should I put a wait state in the code so that the activity does not quit before playing the video completely

[android-beginners] Re: can't edit AndroidManifest.xml in eclipse

2008-06-09 Thread AJ
what i feel is that u did not install all the utilities along with the eclipse. there are other toolkit required with eclipse which u can chck out at code.google.com On Jun 9, 5:12 am, Danny [EMAIL PROTECTED] wrote: how about just a normal XML file? did you download and install the J2EE and

[android-beginners] Re: Difficulty writing android manifest file

2008-06-04 Thread AJ
it back in original class. Plz help... On Jun 3, 5:44 pm, Mark Murphy [EMAIL PROTECTED] wrote: AJ wrote: Hi i am writing a video player code in which my search button calls a subactivity to display the found results. then on list item click the original activity is called. since i am