Re: [android-beginners] how to install steel browser

2010-04-20 Thread nubh bhargava
Hi,

I dont know much what are you speaking of. Is it some sort of application?
Check for this link I hope you get something useful here

http://developer.android.com/guide/developing/tools/emulator.html

There are sublinks for your use.

Thanks  Regards
NUBH

-- 
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

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


Re: [android-beginners] Android Managing services and activities

2010-04-14 Thread nubh bhargava
Please see the 'adb', I hope it might help you a lot.

Thanks  Regards
NUBH

-- 
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

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using remove me as the subject.


Re: [android-beginners] Re: eclipse problem

2010-04-12 Thread nubh bhargava
Hey try this I hope it might help, what I understood from your problem is
that you need to make a build for the project i.e. Right click on the folder
of the project and you see a list and out of that list, click Android out of
it and set the build path or the version on which you are about to test the
application, please see which version you are building the application.

Thanks  Regards
NUBH

-- 
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

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using remove me as the subject.


[android-beginners] Conversion to Dalvik format failed with error

2010-04-12 Thread nubh bhargava
Hi

I am a newbie in developing android applications. There are few problems
while development.

I’ll start with few,

[2010-03-25 14:24:22 - Dialing]Conversion to Dalvik format failed with error

I don’t know why it is generation some error of this sort read there are
some settings we need to do while setting up an android project I don’t
understand from where to go there as I am new to android environment .



[2010-03-25 14:17:39 - Dialing]java.io.IOException: Unable to upload file:
Local file doesn't exist.

[2010-03-25 14:17:39 - Dialing]Launch canceled!

[2010-03-25 14:24:22 - Dialing]

trouble processing java/lang/Object.class:

[2010-03-25 14:24:22 - Dialing]

Attempt to include a core VM class in something other than a core library.

It is likely that you have attempted to include the core library from a
desktop

virtual machine into an application, which will most assuredly not work. If

you really intend to build a core library -- which is only appropriate as

part of creating a full virtual machine binary, as opposed to compiling an

application -- then use the --core-library option to suppress this error

message. If you go ahead and use --core-library but are in fact building

an application, then please be aware that your build will still fail at some

point; you will simply be denied the pleasure of reading this helpful error

message.



This is the exact message that is coming in the eclipse, I searched on the
Google also got response that some  settings in eclipse has to be changed
like below and followed this mail



“ The problem is that GAE plugin for Eclipse is default configured with a
JRE instead

of a JDK.



To change this, do the following:



Preferences  Java  Installed JRE's  Add...

For 'JRE Type' select 'Standard VM'  Next  Directory: select your JDK
directory

(instead of JRE)

(in my case: C:\Program Files\Java\jdk1.6.0_16 ), press OK.



Now, you are back at 'Installed JRE's', select the JDK here also. ”



Still the problem is persistent can u help..



The problem is with particular programs where I am trying to call an
activity after clicking a button in the main activity.


Thanking in advance for the solution,
nubh

-- 
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

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using remove me as the subject.


Re: [android-beginners] Re: Having some trouble with ADT

2010-04-07 Thread nubh bhargava

 Hi

The problem might be occuring with the eclipse version or the type of
eclipse you choose, just check which type of eclipse you are choosing. You
may also check on Youtube about the installation of android setup, there are
few people who also have problems while installing android every thing is
solved on that, just check

Regards
NUBH

-- 
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

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using remove me as the subject.


Re: [android-beginners] Re: Having some trouble with ADT

2010-04-07 Thread nubh bhargava
Gallileo works fine, have you checked the steps properly, if yes then you
might be proxy there are problems if you are behind a proxy but else wise
things work fine. I had some problem earlier.

Thanks  Regards
NUBH

-- 
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

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using remove me as the subject.


Re: [android-beginners] About Android and Java?

2010-04-07 Thread nubh bhargava
In Android Phones there's a provision for J2ME applications too so dont
worry. Its a lot more flexible in Android.

Thanks
NUBH

-- 
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

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


Re: [android-beginners] Run an application on server

2010-04-06 Thread nubh bhargava
Just check the SensorSimulator application on Open Intents, I think it might
be useful for you.

Thanks
NUBH

-- 
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

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using remove me as the subject.


[android-beginners] Need Help in Listview need to fetch Contacts

2010-04-05 Thread nubh bhargava
Hi

I am very new to android, I am working on CupCake or version 1.5 and need to
import contact list with phone no and name into a new list. can anyone
please suggest me what to do.

Thanks in Advance
NUBH

-- 
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

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using remove me as the subject.


Re: [android-beginners] Need Help in Listview need to fetch Contacts

2010-04-05 Thread nubh bhargava
The problem is ContactsContract class only supports level 5 and after I
looked onto it.
Thanks
NUBH

-- 
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

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using remove me as the subject.


Re: [android-beginners] Need Help in Listview need to fetch Contacts

2010-04-05 Thread nubh bhargava
Ya, exactly please see the code I need to fetch something in the adapter
area but do not understand how to do it, please help.

*

package* com.example.HelloSpinner;

*

import* android.app.Activity;
*

import* android.content.ContentUris;
*

import* android.content.Intent;
*

import* android.database.Cursor;
*

import* android.os.Bundle;
*

import* android.provider.Contacts.People;
*

import* android.provider.Contacts.Phones;
*

import* android.view.View;
*

import* android.widget.AdapterView;
*

import* android.widget.SimpleCursorAdapter;
*

import* android.widget.Spinner;
*

import* android.widget.Toast;
*

import* android.widget.AdapterView.OnItemSelectedListener;

*

public* *class* HelloSpinner *extends* Activity

{

*public* *void* onCreate(Bundle savedInstanceState)

{

*super*.onCreate(savedInstanceState);

setContentView(R.layout.*main*);

String[] *PROJECTION* = *new* String[]

{

People.*_ID*, People.*NAME
*

};

Spinner spinner = (Spinner) findViewById(R.id.*spinner*);

spinner.setOnItemSelectedListener(*new* MyOnItemSelectedListener());

Cursor cur = getContentResolver().query(People.*CONTENT_URI*, *null*, *null*,
*null*, *null*);

SimpleCursorAdapter adapter2 = *new* SimpleCursorAdapter(*this*,

android.R.layout.*simple_spinner_item*,

// Use a template

// that displays a

// text view

cur,

// Give the cursor to the list adapter

*new* String[] {People.*NAME*},

// Map the NAME column in the

// people database to...

*new* *int*[] {android.R.id.*text1*});

// The text1 view defined in

// the XML template

adapter2.setDropDownViewResource(android.R.layout.*
simple_spinner_dropdown_item*);

spinner.setAdapter(adapter2);

 } // The create method ends

*public* *class* MyOnItemSelectedListener *implements*OnItemSelectedListener

{

*public* *void* onItemSelected(AdapterView? parent,

View view, *int* pos, *long* id)

{

Intent intent = *new* Intent(Intent.*ACTION_CALL*);

Cursor cursor = *(Cursor) AdapterView.*;

*long* phoneId = cursor.getLong(cursor.getColumnIndex(People.*
PRIMARY_PHONE_ID*));

intent.setData(ContentUris.*withAppendedId*(Phones.*CONTENT_URI*, phoneId));

startActivity(intent);

Toast.*makeText*(parent.getContext(),

The Person is  +

parent.getItemAtPosition(pos).toString(),

Toast.*LENGTH_LONG*).show();

}

*public* *void* onNothingSelected(AdapterView? parent)

{

// Do nothing.

}

}

}

-- 
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

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using remove me as the subject.


Re: [android-beginners] Need Help in Listview need to fetch Contacts

2010-04-05 Thread nubh bhargava
The problem is on the underlined text, just check.

Thanks  Regards
NUBH

-- 
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

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using remove me as the subject.