[android-developers] VZ services

2012-01-09 Thread jaggu
Hi how to test the for the location service in android . i have figured about the 2,3 points but how to test the 1.VZW Location Services: ? 2. GPS: Uses GPS satellites. 3. Google Location Services: Uses a combination of IP address and wi-fi access points to determine your location. in

[android-developers] gps to work om emulator

2012-01-06 Thread jaggu
Hi how to work with emulator gps can any one guide how to do ? eclipse window--openprespective---DDMs through iam sending gps :: lat,long for my current project but emulator each time will strating can any one tell me about this -- You received this message because you are subscribed to

[android-developers]

2012-01-04 Thread jaggu
Hi i want to intsall htc desire sdk for my eclipse which version and avd also what the scale display size. i have done googling cant get the any thing can any one help -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] resoultion issues

2012-01-03 Thread jaggu
Hi iam facing issue screen resolution issues 1.samsung galaxy s2 its working fine 2.application when iam testing different device motorola,htc facing issues. how to solve this issue.to support all the devices screen resolution can any one suggest me about this -- You received this

[android-developers] Service

2011-12-13 Thread jaggu
Hi i need to use service alerts how can we get using android can any one briefly about this help whats is the process to apply -- 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]

2011-12-07 Thread jaggu
Hi quick response iam useing sax parser iam reading the value from webservice import android.app.Activity; import android.content.Context; import android.os.AsyncTask; import android.os.Bundle; import android.widget.TextView; import com.android.wt360weather.R; public class ActiveSevereAlerts

[android-developers] list actvity is scrolling

2011-12-03 Thread jaggu
Hi i used list actvity in my code but the list is scrolling . in my list shouldnt be scroll can any one tell how -- 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: list actvity is scrolling

2011-12-03 Thread jaggu
...@gmail.com wrote: Scrolling is an integral feature of list activity. is there a specific reason why your list should not scroll?  maybe we can suggest an alternative approach. On Dec 3, 5:03 am, jaggu mjagadeeshb...@gmail.com wrote: Hi i used list actvity in my code but the list is scrolling

[android-developers] Tab indicator line at end of the screen

2011-12-03 Thread jaggu
hi i have implemeted tabactvity but in this one line is indicating to at the end of the screen ; each selecting the tabicon the line indicating to end of the screen,in other tabs also shows line indicator at the bottom of the screen can any one tell how to solve this,i have to remove that line

[android-developers] useing tabactvitygroup in on click listener

2011-12-02 Thread jaggu
Hi iam getting tis error my actvity when pressing the button can any one help me in this currentLoc = (Button) findViewById(R.id.Current); currentLoc.setOnClickListener(new OnClickListener() { @Override

[android-developers] Tabactiviy

2011-11-30 Thread jaggu
Hi i have taken tabactvity group . from spalchscreen itself how to strat my actvity i caludnt able start can any one please hguide me how to do this -- 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] listactvity should not scrooll inmy view can any one tell how to do this

2011-11-29 Thread jaggu
Hi iam useing list actvity should not be scroll can any one tell me for ths guidance package com.android.wt360weather.more; import java.io.UTFDataFormatException; import java.util.HashMap; import android.app.ListActivity; import android.content.Context; import android.content.Intent; import

[android-developers] Re: listactvity should not scrooll inmy view can any one tell how to do this

2011-11-29 Thread jaggu
Hi can any one please respond me my list is scrolling this list should be not be scrolling can any guide below the code On Tue, Nov 29, 2011 at 8:33 PM, jaggu mjagadeeshb...@gmail.com wrote: Hi iam useing list actvity should not be scroll can any one tell me for ths guidance package

Re: [android-developers] Vertically Aligning the Image Buttons

2011-11-28 Thread jaggu
Hi same issue i'm also faceing below u given image like that i required the buttons On Mon, Nov 28, 2011 at 1:17 PM, s.rawat imsaurabhra...@gmail.com wrote: HI,  My image buttons are coming horizontally across teh screen, I have tried enough but couldnt get it align vertically on the right or

Re: [android-developers] Vertically Aligning the Image Buttons

2011-11-28 Thread jaggu
-objects.html On Mon, Nov 28, 2011 at 1:37 PM, Raghav Sood raghavs...@androidactivist.org wrote: AbsoluteLayout is deprecated. You can easily get the buttons to align to the right by using the RelativeLayout. Thanks On Mon, Nov 28, 2011 at 1:31 PM, jaggu mjagadeeshb...@gmail.com wrote: Hi same

Re: [android-developers] Vertically Aligning the Image Buttons

2011-11-28 Thread jaggu
.. On Mon, Nov 28, 2011 at 3:06 PM, jaggu mjagadeeshb...@gmail.com wrote: did u got for that solution ? imagebutton On Mon, Nov 28, 2011 at 2:50 PM, Jovish P android.f...@gmail.com wrote: you can also use LinearLayout with vertical orientation .. Check the or below link for more info

[android-developers] callingweburl

2011-11-28 Thread jaggu
Hi calling weburl from coming when coming back actvity iam pressing the backbutton 2 times why like that is there any way calling the weburl WebView mWebView; String Url = www.google.com; Intent myIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(Url));

[android-developers] Dynamiclistview iam reading from the xml

2011-11-27 Thread jaggu
Hi can any one tell me how to read dynamic list view help me for what i mademistake public class Lookup extends ListActivity { private TextView title,updated,name,locationID,loocationName; ArrayListlookupforecastfeed list = new ArrayListlookupforecastfeed();

[android-developers] regarding button issue

2011-11-27 Thread jaggu
Hi i want add 5 button in my screen one by one in buttton 1 button2 button3 rest of the text not required can any one tell about this layout problem can any

Re: [android-developers] regarding button issue

2011-11-27 Thread jaggu
one button i have done right now but i required 5 Buttons Top to bottom This my doubt On Mon, Nov 28, 2011 at 12:50 PM, Raghav Sood raghavs...@androidactivist.org wrote: And what is your doubt? Thanks On Mon, Nov 28, 2011 at 12:47 PM, jaggu mjagadeeshb...@gmail.com wrote: Hi i want add 5

[android-developers] matching texview in layout

2011-11-25 Thread jaggu
In Layout file please see my layout xml: i Required like this can you any one guide me how tdo this i have taken relelative layout please any one tell me how to do this Preciption:preciption Relhumidity:relhumidity TextView android:id=@+id/Preciption

Re: [android-developers] matching texview in layout

2011-11-25 Thread jaggu
On Sat, Nov 26, 2011 at 12:24 AM, TreKing treking...@gmail.com wrote: On Fri, Nov 25, 2011 at 12:42 PM, jaggu mjagadeeshb...@gmail.com wrote: can you any one guide me how tdo this i have taken relelative layout please any one tell me how to do this How to do what

Re: [android-developers] matching texview in layout

2011-11-25 Thread jaggu
can any one respond pls On Sat, Nov 26, 2011 at 12:30 AM, jaggu mjagadeeshb...@gmail.com wrote: Hi i have doubt matching both textview each of the textview need to match the same text so i am getting the data from the webservices :its coming down from the textview what i asked the previous

Re: [android-developers] matching texview in layout

2011-11-25 Thread jaggu
, 2011 at 1:00 PM, jaggu mjagadeeshb...@gmail.com wrote: each of the textview need to match the same text so i am getting the data from the webservices So set the text on the TextViews you need to match. I still don't know what your question is. :its coming down from the textview what i

[android-developers] Re:my app

2011-11-22 Thread jaggu
hi myt takeing 58mb memory space how to reduce the memory my application -- 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] webcall service

2011-11-15 Thread jaggu
hi inside the button how to call my actvity its webservice how to call public void onClick(View v) { // TODO Auto-generated method stub location=(Button)findViewById(R.id.CurrentLocation); location.setOnClickListener(new OnClickListener() {

[android-developers] re:button click listener

2011-11-15 Thread jaggu
how to call webservice in android useing onclicklistener webservice call i have implemented another mainactviy and with defaulthandler and with sites list iam able to get response ,and iam calling that actvity in onclicklistener even that parseing data i have been saveing that data in sqlite

[android-developers] calviling webservice

2011-11-15 Thread jaggu
Hi how to call webservece in android inside the activity when on click listener -- 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

[android-developers] daydatemonthyear format in android

2011-11-14 Thread jaggu
how to implement monday 07 month year how can i implemeent like this format in actvity and with seekbar need to give implementaion please help in this -- 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] not detecting device my ecilpse

2011-11-13 Thread jaggu
my eclipse not detecting device for debugging mode please help -- 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] gps

2011-11-13 Thread jaggu
how to find gps in emulator with xml response please help me -- 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] emulator sdcard setup to run my app

2011-11-13 Thread jaggu
[2011-11-13 22:50:47 - Wtsampler] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE [2011-11-13 22:50:47 - Wtsampler] Please check logcat output for more details. [2011-11-13 22:50:47 - Wtsampler] Launch canceled hi i have got this error like when iam excuting the my application even i

Re: [android-developers] Re: Tabhost with Tabspec for all the screen

2011-11-06 Thread jaggu
/ /RelativeLayout /TabHost this is main.xml with bottom host displaying .. that i asked how to apply for this tabhost for entire my project On Sun, Nov 6, 2011 at 11:11 AM, skink psk...@gmail.com wrote: On Nov 6, 6:16 am, jaggu mjagadeeshb...@gmail.com wrote: Hi

[android-developers] Strange error

2011-11-06 Thread jaggu
Hi what is this please tell me iam getting like this [2011-11-06 13:07:10 - Wt360weatherActivity] Failed to install Wt360weatherActivity.apk on device 'emulator-5554': Local path doesn't exist. [2011-11-06 13:07:10 - Wt360weatherActivity] com.android.ddmlib.SyncException: Local path doesn't

Re: [android-developers] Re: Tabhost with Tabspec for all the screen

2011-11-06 Thread jaggu
please update this how to show same tabhost with tabacivity for all the actvityies how to implement please urgent On Sun, Nov 6, 2011 at 11:42 AM, jaggu mjagadeeshb...@gmail.com wrote: intent = new Intent().setClass(this,HourlyActivity.class);              spec = tabHost.newTabSpec(Hourly

Re: [android-developers] Re: Tabhost with Tabspec for all the screen

2011-11-06 Thread jaggu
pleas respond immediately On Sun, Nov 6, 2011 at 8:10 PM, jaggu mjagadeeshb...@gmail.com wrote: please update this how to show same tabhost with tabacivity for all the actvityies how to implement please urgent On Sun, Nov 6, 2011 at 11:42 AM, jaggu mjagadeeshb...@gmail.com wrote: intent

[android-developers] Tabhost with Tabspec for all the screen

2011-11-05 Thread jaggu
Hi i my currentactivity i have 5 tabhost with tab spec. this i need to apply for all the screen ,its another screen its missing how to apply please hlep me in this. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] re:Google Maps

2011-11-04 Thread jaggu
Hi How to get the map api key :because of my url is like ajax with javascripit combination : even when extends MapActvity also not coming in my activity class how to get that please help urgent this.. Thanks Jagadeesh -- You received this message because you are subscribed to the Google

[android-developers] Re:GoogleMap

2011-11-02 Thread jaggu
Hi i have to show googlemap in my application itself but ,its like api key is there some things i haven't understand how to get the map key please help me Thanks Jagadeesh -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] re:change backgroudn

2011-11-01 Thread jaggu
Hi i have around 14 images if i want change keep on image how to do for each activity . like i have 10 screen for each how to change the images. please tell me any one .help required -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] re:change backgroudn

2011-11-01 Thread jaggu
Hi i have mainactivity in and i have 10 actvity screens if each screen navigating in the activity screen : like right to left and left to right needs to change the backgroud images how can i change. those images are stored and fixed.default one image i need to show after that user by clicking

[android-developers] Re:Background

2011-10-31 Thread jaggu
Hi how to change the background image ,right now i have kept the only one image ; like tht arounnd i have 14 image useing database i have stored those images keep on needs to change the user how come its possoble can any one tell me thanks jagadeesh -- You received this message because you are

[android-developers] in Framelayout image drawn on and off

2011-10-30 Thread jaggu
Hi please see that image like this in android is it possible , because of i tryiede in android i didnt get can any one guide me like that in framelayout that i have to design becaue of i already applied for other useing framelayouts i have draw around 4 images expcet this with in one screen

[android-developers] Re:Tab host

2011-10-28 Thread jaggu
Hi i have tab host in 1st screen in the next screen also same tabhost i have display how to call thanks jagadeesh -- 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

[android-developers] Re: back,edit button ActionBar

2011-10-27 Thread jaggu
hi how to implement actionbar with backbutton -- 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: back,edit button ActionBar

2011-10-27 Thread jaggu
how to implement actionbar with backbutton,and editbutton how to include in current activity in top and bottom i have tabhost On Thu, Oct 27, 2011 at 3:02 PM, Ratheesh Valamchuzhy android...@gmail.comwrote: need more explanation -- You received this message because you are subscribed to

[android-developers] re:sqlitedatabase

2011-10-27 Thread jaggu
Hi when loading the application The following tables have some default values that should be copied with the app’s database: i. SETTINGS table 1. locationID = ‘ST3514’ 2. units = ‘british pls guide me -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: back,edit button ActionBar

2011-10-27 Thread jaggu
customized action bar. On Thu, Oct 27, 2011 at 4:00 PM, Ratheesh Valamchuzhy android...@gmail.comwrote: how to implement actionbar with backbutton, *u want the built in action bar or a customized action bar ?* how to include in current activity in top and bottom i have tabhost * see the

[android-developers] back,edit button ActionBar

2011-10-27 Thread jaggu
i want screen like second actionbar in down i have tabhost also in the same screen can any one guide for this On Thu, Oct 27, 2011 at 4:11 PM, Ratheesh Valamchuzhy android...@gmail.comwrote: u want the screen something like this? while selecting each tab u need to display the activity

Re: [android-developers] tabwidget

2011-10-26 Thread jaggu
any color that listview should display one of the tab spec clicks on it should go another scren image ,text , like this i need can u guide me On 10/26/11, Ratheesh Valamchuzhy android...@gmail.com wrote: i have used listactivity with simpledapater but i didnt get simple normal list its

[android-developers] service

2011-09-26 Thread jaggu
Hi i have an small doubt regarding the service .. how to start service and how to stop the service in my mediaplayer activity can any one give me exact flow for this application Thanks jagadeesh -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: Intent

2011-08-07 Thread jaggu
Hi where i need tel: in my code Thanks Jagadeesh On Mon, Aug 8, 2011 at 3:08 AM, nadam a...@anyro.se wrote: Check logcat to find the reason for force close. I think you need to add tel: in front of the phone number. On 6 Aug, 07:37, jagadeesh mjagadeeshb...@gmail.com wrote: Hi see the

Re: [android-developers] Re: Intent

2011-08-07 Thread jaggu
Hi nadam Thanks its working fyn On Mon, Aug 8, 2011 at 3:08 AM, nadam a...@anyro.se wrote: Check logcat to find the reason for force close. I think you need to add tel: in front of the phone number. On 6 Aug, 07:37, jagadeesh mjagadeeshb...@gmail.com wrote: Hi see the below code: