[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

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 To

Re: [android-developers] Re: What to use prefrences or Databases

2010-04-12 Thread nubh bhargava
Hey where to write the prefrences in the create block removing the, public class MyOnItemSelectedListener implements OnItemSelectedListener because i mostly seen that while writing preferences to use and the problem is I have four spinners over this place I need to write the same code for four,

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

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

2010-04-08 Thread nubh bhargava
Whosever asked it I think if this might be able because I am generating multiple listviews in spinner just have a look if this helps. Its my blog I am creating few things so you might find a lot of things empty on this

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

2010-04-08 Thread nubh bhargava
The main thing for making the list view is your XML should contain this ListView android:id=@+id/listView android:layout_width=fill_parent android:layout_height=wrap_content/ and now for the code part, try this I call phonebook into my code in form of list where on the right there

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,

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

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 to

[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 to this

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'