[android-developers] Changes doesn't reflect in Launcher

2010-12-28 Thread nubh bhargava
Hi, I am trying to make some changes in the Launcher app. As much changes I make changes doesn't affect the workspace, please let me know more information on this as I need to know more about this app as I want to make some changes in the main area where the apps are loaded. Thanks Nishant

[android-developers] Can we Import contacts in List Preferences

2010-11-29 Thread nubh bhargava
Hi, I am trying to import contacts in the preferences, actually I want that particular code should access a contact which I select and that value needs to be passed to other class or activity in future. For that I need to import contacts in the form of array I suppose. I need to know how I can

Re: [android-developers] Re: Can we Import contacts in List Preferences

2010-11-29 Thread nubh bhargava
I was slightly confused, as I want a particular number would be stored for further use later in another activity. I was thinking to use preferences as I wished not to use external storage, I thought it would be apt for this area. Please suggest and let me correct if I am going wrong that's why I

Re: [android-developers] Problem in providing a string to the JavaScript

2010-11-21 Thread nubh bhargava
Ya, that's what really makes me worry. I get the string as output when I provide an alert and when I pass the string which I have commented in the above code a specific function the code works fine. Just don't understand the problem why its not showing the output when I pass the string from Java.

Re: [android-developers] Problem in providing a string to the JavaScript

2010-11-21 Thread nubh bhargava
Guys, I am able to do it. By converting the value to String which I am fetching from Java. The value was coming in the alert which was strange earlier. Thanks for helping anyway. Nishant -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] How to Validate the Data

2010-04-20 Thread nubh bhargava
Cool!!! Got it. Thanks NUBH -- 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: Android Phones

2010-04-13 Thread nubh bhargava
ya thats true but can look out for cheaper option, Thats all my intention as I am a student [?] Thanks NUBH -- 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 Validate the Data

2010-04-12 Thread Nubh
Hi Was going through some apps, I found out there was one application with validation, lets say we validate the data on web, similarly can anyone suggest and show a piece of code so that can get it how to do it. Thanks NUBH -- You received this message because you are subscribed to the Google

[android-developers] Android Phones

2010-04-12 Thread Nubh
hey how to buy a phone for testing applications, can anyone suggest. Other phones in market are way to expensive. NUBH -- 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] Re: What to use prefrences or Databases

2010-04-12 Thread nubh bhargava
, my basic motto is to save the values and then pass it to the ACTION_CALL as i previously explained can you please suggest. Thanks in Advance NUBH -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Re: how an activity transfers the value from one activity

2010-04-12 Thread nubh bhargava
Thanks, can you please suggest me how to write preferences code, I havent done that and getting complications while doing so, as I am not able to retreive the data from the other activity, please help. Regards NUBH -- You received this message because you are subscribed to the Google Groups

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

2010-04-12 Thread nubh bhargava
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 Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] Re: Multiple Listviews in single Activity?

2010-04-08 Thread nubh bhargava
-with-simplecursoradapter Thanks regards NUBH -- 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

Re: [android-developers] Re: Multiple Listviews in single Activity?

2010-04-08 Thread nubh bhargava
*); spinner.setAdapter(adapter3); I hope it might help you can check the complete code on the link I sent, lets be co-operative its good for everyone Thanks regards NUBH -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Recreating the Menu .

2010-04-08 Thread Nubh
Can also make a menu by dragging the buttons, a simple one but effective. Just need to call the activity from one place to another. I know using the in built provides a better perspective but our motive is to make menu, so enjoy!!! Thanks NUBH -- You received this message because you

[android-developers] Re: Question on showing contacts with all numbers

2010-04-08 Thread Nubh
Check one earlier mail where I have posted almost the same issue. I hope it might help. I have few problems, if you know then please help me storing these values. Thanks regards NUBH -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: Question on showing contacts with all numbers

2010-04-08 Thread nubh bhargava
I think I have posted the whole source code in earlier topic, just check thanks NUBH -- 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: how an activity transfers the value from one activity

2010-04-07 Thread Nubh
Please Suggest on the Storage part I need to save the values in a file, I am slightly confused whether to use Preferences or Databases , Please help, Actually I am in college working on a Project for submission. Thanks NUBH -- You received this message because you are subscribed to the Google

[android-developers] What to use prefrences or Databases

2010-04-07 Thread Nubh
or 'ACTION_CALL'. Thanks NUBH // This is the method for first spinner and code block for first value public class MyOnItemSelectedListener implements OnItemSelectedListener { public void onItemSelected(AdapterView? parent, View view, int pos

Re: [android-developers] Re: Problem with the Spinner in ListView Activity

2010-04-06 Thread nubh bhargava
Thanks for your support able to do it, able to capture individual elements in individual spinners. NUBH -- 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] Need Help for Storing the Values

2010-04-06 Thread Nubh
in particular values that I can later pass for Calling. But I need this activity as a SubActivity which passes variable to some other subactivity. Thanks in Advance NUBH P.S. : The Code works fine, but its slow someone suggested to put the methods outside the onCreate() please suggest. The Layout

[android-developers] I need to store the values

2010-04-06 Thread Nubh
Hi I also sent a mail earlier, I need to store the values or names from the phonebook which I am able to fetch from the spinner, Please suggest how to do or send me a link, please help me. Thanks Regards NUBH -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Need Help for Storing the Values

2010-04-06 Thread nubh bhargava
Thanks for the suggestion, but you have any code for it to explain and I need to store the phone numbers into this code so mailed twice. Thanks NUBH -- 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 an activity transfers the value from one activity

2010-04-06 Thread Nubh
the activities are subactivities. Thanks NUBH // This is method for first spinner public class MyOnItemSelectedListener implements OnItemSelectedListener { public void onItemSelected(AdapterView? parent, View view, int pos, long id

[android-developers] Problem with the Spinner in ListView Activity

2010-04-05 Thread Nubh
Hi, I am newbie in Android Application Development. I am trying to invoke a list in spinner can anyone tell me where I am having trouble. Please help. Here is the code of my application public class Spinner extends ListActivity { public void onCreate(Bundle savedInstanceState) {

[android-developers] Re: Problem with the Spinner in ListView Activity

2010-04-05 Thread nubh bhargava
I want fours spinners in my code so that any number I want to import in any of the spinner should be properly done, will the same code be of any help. Thanks in advance NUBH -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: Problem with the Spinner in ListView Activity

2010-04-05 Thread nubh bhargava
Thanks for suggesting Activity class again, the code worked. But let me check it with spinners. I heard 'Myths' regarding the use of multiple spinners, but the code or the list I need to invoke in them is much similar so need suggestions. Thanks Regards NUBH -- You received this message

Re: [android-developers] Re: Problem with the Spinner in ListView Activity

2010-04-05 Thread nubh bhargava
There are few problems that are coming right now, the emulator shows these messages dont know for which reasons [2010-04-06 11:10:00 - HelloSpinner] ActivityManager: [1] Killed am start -D -n c... [2010-04-06 11:10:21 - HelloSpinner] Attempting to connect debugger to 'com.example.HelloSpinner'