[android-developers] [Socket/Client-Server communication ] how to verify if url and port is working fine

2013-04-07 Thread A N K ! T
Problem is can not able to write/read data to server. Want to verify if url and portNo is working so it can be confirmed that error is in code. basically i have inetAddress = 38.92.76.143 port 99 and data e_device = Test. Can anybody tell me how can i verify this data by sending a request

Re: [android-developers] drawBitmapMesh

2013-03-08 Thread A N K ! T
Have you able to do this? On Sun, Feb 20, 2011 at 11:41 AM, loril...@gmail.com loril...@gmail.comwrote: Hi, I want to apply a bulge effect on my image using a circular brush. I found a useful method drawBitmapMesh using which I can define a mesh and apply the warp effect. But I'm not

[android-developers] [Android-source][android-framework]Seeking Help :- need to add files/folders in framework.

2013-01-23 Thread A N K ! T
Hi All, I am in need of a little help, I have some source code/library downloaded, which basically I want to add into Android JB source code source code(I have downloaded Jelly Bean source code). This library only have java and aidl files, So i thought to add in framework/base/core/java folder.

Re: [android-developers] Re: [Android-source][android-framework]Seeking Help :- need to add files/folders in framework.

2013-01-23 Thread A N K ! T
On Wed, Jan 23, 2013 at 7:29 PM, RichardC richard.crit...@googlemail.comwrote: : Thanks Richard :) -- Thanks Regards, Ankit Awasthi -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] detect weather incoming call fron landline number or mobile number

2012-08-28 Thread A N K ! T
Sorry, no api to detect this. On Tue, Aug 28, 2012 at 11:21 PM, Aashish kumar testchetu...@gmail.comwrote: Hi, Anyone help me ,how to detect wether the incoming call from landline number or moblie number, is there any API for it. -- You received this message because you are subscribed to

Re: [android-developers] TWO APPS WITH SAME NAME

2012-08-27 Thread A N K ! T
Vivek, If you get three application for Facebook and only one from facebook. How would u differentiate them :P. Don't u look for developer name or Development company name. Regards, Ankit Don't judge people from their Answers ;) On Tue, Aug 28, 2012 at 12:30 AM, TreKing treking...@gmail.com

Re: [android-developers] MMS on Network

2011-07-14 Thread A N K ! T
Any one.. On Wed, Jul 13, 2011 at 12:24 PM, A N K ! T ankit.awasth...@gmail.comwrote: Thanks Kirubakaran, I have tried that. i dont want to open dialog of available apps. i Just want to send it through Messaging Client. any clue? On Tue, Jul 12, 2011 at 3:02 PM, kirubakaran S

Re: [android-developers] MMS on Network

2011-07-13 Thread A N K ! T
of Intent. Intent is the best way to send MMS. On Tue, Jul 12, 2011 at 2:50 PM, A N K ! T ankit.awasth...@gmail.comwrote: Hi All, I have an issue. I want to send MMS. if i use Intent then it is starting application which can send MMS. I need to sent it by default. I have gone through

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread A N K ! T
Create new project from existing source... then it will work fine... On Wed, Jul 13, 2011 at 4:46 PM, arun kumar hariarun2...@gmail.com wrote: you not import project by click import menu you goto file-new-android project-create project from existing resource and give exact path its perfectly

Re: [android-developers] How to create Dynamic Arrays?

2011-07-13 Thread A N K ! T
@ shruthi as Durgadoss gave u clear example. u can add any number of item at run time. with specifying it. go through documentation of ArrayList -- Regards, Ankit On Wed, Jul 13, 2011 at 7:34 PM, Justin Anderson magouyaw...@gmail.comwrote: You are getting arrays and ArrayList mixed up...

[android-developers] MMS on Network

2011-07-12 Thread A N K ! T
Hi All, I have an issue. I want to send MMS. if i use Intent then it is starting application which can send MMS. I need to sent it by default. I have gone through the code of MMS native app there is a Class called MMSMessageSender which is responsible for sending mms(I think). but dont know

[android-developers] Re: MMS on Network

2011-07-12 Thread A N K ! T
I have seen many posts.. nothing working/helpful On Tue, Jul 12, 2011 at 2:50 PM, A N K ! T ankit.awasth...@gmail.comwrote: Hi All, I have an issue. I want to send MMS. if i use Intent then it is starting application which can send MMS. I need to sent it by default. I have gone through

[android-developers] Re: MMS on Network

2011-07-12 Thread A N K ! T
any clues ! On Tue, Jul 12, 2011 at 9:25 PM, A N K ! T ankit.awasth...@gmail.comwrote: I have seen many posts.. nothing working/helpful On Tue, Jul 12, 2011 at 2:50 PM, A N K ! T ankit.awasth...@gmail.comwrote: Hi All, I have an issue. I want to send MMS. if i use Intent

Re: [android-developers] Service Process Vs background process

2011-02-17 Thread A N K ! T
://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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

Re: [android-developers] Re: Problem reading shared preferences in Gingerbread

2011-02-17 Thread A N K ! T
. 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 For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- You

Re: [android-developers] Re: Regarding Database

2011-02-17 Thread A N K ! T
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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: [android-developers] Regarding Server connection

2011-02-17 Thread A N K ! T
+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] TimerTask

2011-02-03 Thread A N K ! T
i am Starting a TimerTask but after few runs it got stops...is there a way to know task is running or i shud start it again -- A N K ! T.. -- 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] TimerTask

2011-02-03 Thread A N K ! T
nO I dont want to add background Service...so i started it from Outgoing Call Receiver.. but after certain number of times it goes stopeed On Thu, Feb 3, 2011 at 6:18 PM, Kostya Vasilyev kmans...@gmail.com wrote: Is this in a background service? 03.02.2011 15:40, A N K ! T пишет: i am

[android-developers] how to get user Email id.

2011-01-31 Thread A N K ! T
i want to take Mobile owner/user email id through which he registered for gmail or any account -- A N K ! T.. -- 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: how to get user Email id.

2011-01-31 Thread A N K ! T
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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: [android-developers] Re: Eclipse ADT update ruins XML layout files development

2011-01-03 Thread A N K ! T
://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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

Re: [android-developers] application in Long press Home button(Recent task info)

2010-11-25 Thread A N K ! T
25.11.2010 7:49, A N K ! T пишет: yes that what i meantbut if i set any flag except FLAG_ACTIVITY_NEW_TASK that activity wont start 2010/11/24 Kostya Vasilyev kmans...@gmail.com That's not a running task list - it's a recent task list. I *think* there is a flag you can set

[android-developers] application in Long press Home button(Recent task info)

2010-11-24 Thread A N K ! T
that activity can start and finish after certain action performed but application should not come in long press home button screen.. -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] application in Long press Home button(Recent task info)

2010-11-24 Thread A N K ! T
to prevent it from showing up in this list. Look up Intent in the reference, the flag starts with FLAG_ACTIVITY_ -- Kostya Vasilyev -- http://kmansoft.wordpress.com 24.11.2010 19:50 пользователь A N K ! T ankit.awasth...@gmail.com написал: i am trying to start an activity from Receiver

Re: [android-developers] View.bringToFront() not working

2010-11-11 Thread A N K ! T
For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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] internal error

2010-11-10 Thread A N K ! T
...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] reading contacts...

2010-10-26 Thread A N K ! T
); } } while (c.moveToNext());* -- A N K ! T.. -- 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] reading contacts...

2010-10-26 Thread A N K ! T
but that would result in a problem like what you are describing... On Oct 26, 2010 7:40 AM, A N K ! T ankit.awasth...@gmail.com wrote: while am trying to pick a contact from phone book it is returning another contact... i dont know what happening.. this is my code .//*contactData

[android-developers] how to change location provider provider...

2010-10-21 Thread A N K ! T
there in status change method of listener.with provider to network provider... or something else will do the task... -- A N K ! T.. -- 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: [android-developers] prefetch database values

2010-10-18 Thread A N K ! T
-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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 to get focus color of button in theme

2010-10-15 Thread A N K ! T
? There don't seem to be too many examples out there. (I realise that focused buttons are probably drawn using drawables, but is the focus colour stored separately as a colour resource in the current theme's styles?) -- A N K ! T.. -- You received this message because you are subscribed

Re: [android-developers] Re: Detect a received outgoing call

2010-10-15 Thread A N K ! T
-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- You

Re: [android-developers] Re: how to get current location

2010-10-14 Thread A N K ! T
is cleared off, you really don't have any other option than to wait for a fix. You also might think about caching the last known location in your app. On Oct 13, 5:05 pm, A N K ! T ankit.awasth...@gmail.com wrote: hey mark ...thanks a lot...i did that application and it is showing exact

Re: [android-developers] Location problem

2010-10-14 Thread A N K ! T
to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: how to get current location

2010-10-14 Thread A N K ! T
if activity is open... On Thu, Oct 14, 2010 at 1:17 PM, Kumar Bibek coomar@gmail.com wrote: Then you should go for a service which gets the location at regular intervals and sends it to your server. On Thu, Oct 14, 2010 at 1:16 PM, A N K ! T ankit.awasth...@gmail.comwrote: @Kumar Bibek

Re: [android-developers] Re: how to get current location

2010-10-14 Thread A N K ! T
, 2010 at 4:34 PM, A N K ! T ankit.awasth...@gmail.comwrote: hey kumar...again i am in a problem now i am using a service which notify when locationchange occure.. but i am not getting how to show that location on map...as am calling the draw method of activity from service..than it is causing

Re: [android-developers] speech to text app

2010-10-14 Thread A N K ! T
this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- You received this message because you are subscribed

Re: [android-developers] divider for forms

2010-10-14 Thread A N K ! T
, visit this group at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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] location receiver

2010-10-13 Thread A N K ! T
MyLocationOverlay. On Tue, Oct 12, 2010 at 9:28 AM, A N K ! T ankit.awasth...@gmail.com wrote: not workingi just want to do the thingmenu item my location do on google map.. is there any example for that On Tue, Oct 12, 2010 at 6:13 PM, Mark Murphy mmur...@commonsware.com wrote

[android-developers] how to get current location

2010-10-13 Thread A N K ! T
am trying to develop an app that show current location. but i am having one prob. my application is showing location on location change occur.* but how to show location first time. * i want to take location manually..not by onlocationchange Method in location manager wot to do? -- A N K ! T

Re: [android-developers] how to get current location

2010-10-13 Thread A N K ! T
:45 PM, Mark Murphy mmur...@commonsware.comwrote: On Wed, Oct 13, 2010 at 5:51 AM, A N K ! T ankit.awasth...@gmail.com wrote: am trying to develop an app that show current location. but i am having one prob. my application is showing location on location change occur. but how to show

[android-developers] location receiver

2010-10-12 Thread A N K ! T
android:name=android.intent.category.DEFAULT/ /intent-filter -- A N K ! T.. -- 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

Re: [android-developers] location receiver

2010-10-12 Thread A N K ! T
: There is no android.intent.action.LOCATION_CHANGED in Android. Use requestLocationUpdates() to arrange to have location updates delivered to your BroadcastReceiver. On Tue, Oct 12, 2010 at 7:18 AM, A N K ! T ankit.awasth...@gmail.com wrote: i have created a broadcast receiver registered it statically

Re: [android-developers] location receiver

2010-10-12 Thread A N K ! T
ya i know it is the method in LocationManager. but how to use it that it listen everytime a location change occur.. can u give a example here it will be very helpful. On Tue, Oct 12, 2010 at 5:15 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Oct 12, 2010 at 7:35 AM, A N K ! T

Re: [android-developers] location receiver

2010-10-12 Thread A N K ! T
hey sorry i dint read the documentation of that method... it is working fine... thank a lot for help... On Tue, Oct 12, 2010 at 5:34 PM, guru sagar gurusagar...@gmail.com wrote: keep that method in @Overide public void onStart(){ } in Your activity On 10/12/10, A N K ! T ankit.awasth

Re: [android-developers] location receiver

2010-10-12 Thread A N K ! T
not getting how to make zoom till that label.. On Tue, Oct 12, 2010 at 5:55 PM, A N K ! T ankit.awasth...@gmail.comwrote: hey sorry i dint read the documentation of that method... it is working fine... thank a lot for help... On Tue, Oct 12, 2010 at 5:34 PM, guru sagar gurusagar

Re: [android-developers] location receiver

2010-10-12 Thread A N K ! T
not workingi just want to do the thingmenu item my location do on google map.. is there any example for that On Tue, Oct 12, 2010 at 6:13 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Oct 12, 2010 at 8:29 AM, A N K ! T ankit.awasth...@gmail.com wrote: 2) if location change

[android-developers] getdeviceid() causing invocation target exception

2010-10-12 Thread A N K ! T
hey i am trying to get imei no of the phone.. for that i am using telephonyManagerObject.getDeviceID() but it is causing invocationTargetExceptioni am using it in my MapActivity class what is wrong with it -- A N K ! T.. -- You received this message because you are subscribed

Re: [android-developers] Example of adding custom contact group using sdk 1.6

2010-10-06 Thread A N K ! T
-- A N K ! T.. -- 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] button focus

2010-10-06 Thread A N K ! T
in different states. Rather than setting a drawable(picture) as a background, you should be using a state list drawable which specifies which images to use for different states. On Wed, Oct 6, 2010 at 11:28 AM, A N K ! T ankit.awasth...@gmail.comwrote: i have set background as transparent

[android-developers] button focus

2010-10-05 Thread A N K ! T
i have set background as transparent for the button .. (button.setbacgroundcolor(Color.transparent) )... now it is not showing focus on the same button..what to do.. -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] can i create FOLDER for some message ....

2010-09-21 Thread A N K ! T
am creating a sms application in which am trying to move some msg according to users choice to predefined Folderbut am not getting any way to do this task.. please some one guide me. -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag ?

2010-09-21 Thread A N K ! T
at http://groups.google.com/group/android-developers?hl=en -- A N K ! T.. -- 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

Re: [android-developers] Re: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag ?

2010-09-21 Thread A N K ! T
then try to use webview On Tue, Sep 21, 2010 at 5:18 PM, mani smanikanda...@gmail.com wrote: Yes i tried now.!! It dint work...:( - mani On Sep 21, 7:36 pm, A N K ! T ankit.awasth...@gmail.com wrote: have u try to put this line after defining intent. browserIntent .setFlag

[android-developers] some time my Phone state receiver not receiving any broadcast message wot to do

2010-09-10 Thread A N K ! T
Receiver... guide me wot to do. -- A N K ! T.. -- 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

[android-developers] Re: some time my Phone state receiver not receiving any broadcast message wot to do

2010-09-10 Thread A N K ! T
no one know how to resolve this On Fri, Sep 10, 2010 at 12:10 PM, A N K ! T ankit.awasth...@gmail.comwrote: i have create a receiver which receive on phone state change i have register it in xml by android.intent.action.PHONE_STATE but some time it dont receive any broadcast message log

Re: [android-developers] Re: how to press menu key programmatically..

2010-09-08 Thread A N K ! T
-developers?hl=en -- A N K ! T.. -- 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

[android-developers] how to make conference.......

2010-09-08 Thread A N K ! T
hey am trying to make conference of two calls what i have done isi can pick the first call and can dial another call programmatically but not getting how to merge these calls... please guide me out -- A N K ! T.. -- You received this message because you are subscribed

[android-developers] how to press menu key programmatically..

2010-09-07 Thread A N K ! T
i am trying to open lock in my app . i think pressing menu key by code will do that...but i dont know how to do this so can anybody guide me for that.. -- thanks A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] how to get number type for a contacts number..

2010-09-06 Thread A N K ! T
) please let me know how to do it... -- A N K ! T.. -- 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

[android-developers] listView: how to add text view on top of the list

2010-09-03 Thread A N K ! T
= new EfficientAdapter(this); setListAdapter(efficientAdapter); * and want to add a text view on the top of list...but it should not be the list item* -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] listView: how to add text view on top of the list

2010-09-03 Thread A N K ! T
, use addHeaderView(). If you do not want it to scroll with the list, put it above the ListView using a LinearLayout or RelativeLayout. On Fri, Sep 3, 2010 at 8:28 AM, A N K ! T ankit.awasth...@gmail.com wrote: am making a list by this code public class myList extends ListActivity

Re: [android-developers] listView: how to add text view on top of the list

2010-09-03 Thread A N K ! T
: There is no ListView in this layout. Hence, this is not the correct layout. Here is a sample project showing a ListView with a TextView above it: http://github.com/commonsguy/cw-android/tree/master/Selection/List/ On Fri, Sep 3, 2010 at 8:56 AM, A N K ! T ankit.awasth...@gmail.com wrote

[android-developers] how to get contact detail from incoming number

2010-08-30 Thread A N K ! T
but number in contact is like 99-887- how to do it...please someone help me out -- A N K ! T.. -- 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: persistence storage...........

2010-08-16 Thread A N K ! T
on the external storage instead of as part of your app. On Aug 16, 2:46 pm, A N K ! T ankit.awasth...@gmail.com wrote: i wan,t my app database remains in phone even after uninstallation .for activation code or something like that... what should i use for that thanks -- A N K

[android-developers] how to read all numbers of particular contact

2010-08-16 Thread A N K ! T
am stuck in reading phone contacts ,,,i tried 1.6 api for it... and getting all detail of contacts .. but i am not getting all numbers of contact i need to get all numbers(mobile,work,home,other) of particular contact. help me out. thanks -- A N K ! T.. -- You received

[android-developers] persistence storage...........

2010-08-15 Thread A N K ! T
i wan,t my app database remains in phone even after uninstallation .for activation code or something like that... what should i use for that thanks -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] track-ball and qwerty keypad..causing error in tabview

2010-08-09 Thread A N K ! T
in my application am making a tab view. but when i type anything in edit text through keypad it is causing problem .but when i type through touch screen it is working fine... same problem in emulator as well as device -- A N K ! T.. -- You received this message because you are subscribed

[android-developers] screen design

2010-08-08 Thread A N K ! T
i am developing some UI screens.. but i am not getting ..should i make screens for all resolutions or some keywords like things are there by which i can make UI so that it can support all resolutions. guide me.. thanks -- A N K ! T.. -- You received this message because you

Re: [android-developers] listview....want to set different icon in each item in list.

2010-08-04 Thread A N K ! T
-in-listview-in-android -Shashi On Tue, Aug 3, 2010 at 1:25 PM, A N K ! T ankit.awasth...@gmail.comwrote: am trying to set 6 icon in 6 different items in list...but not getting how to do it. -- A N K ! T.. -- You received this message because you are subscribed to the Google

[android-developers] edit text,and button's size

2010-08-04 Thread A N K ! T
i am trying to set size of edit text and buttons according to screen size so what i want to know is there any way to set EditText Width dynamically according to screen size... -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] listview....want to set different icon in each item in list.

2010-08-03 Thread A N K ! T
am trying to set 6 icon in 6 different items in list...but not getting how to do it. -- A N K ! T.. -- 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: contacts.people is deprecated...........

2010-08-02 Thread A N K ! T
clearly (or show the code you did with Contacts.People, then may be I can suggest smaller code snippet. Regards Sarwar Erfan On Aug 2, 11:53 am, A N K ! T ankit.awasth...@gmail.com wrote: when i am using this class it is written there use contactscontract but am not getting how to use

Re: [android-developers] Re: contacts.people is deprecated...........

2010-08-02 Thread A N K ! T
:55 pm, A N K ! T ankit.awasth...@gmail.com wrote: //i am using this code for opening phone contacts. intentforcontact= new Intent(Intent.ACTION_PICK,Contacts.CONTENT_URI); startActivityForResult(intentforcontact, PICK_CONTACT); //in this code am trying

Re: [android-developers] Re: contacts.people is deprecated...........

2010-08-02 Thread A N K ! T
please sumbody help me out On Mon, Aug 2, 2010 at 4:23 PM, A N K ! T ankit.awasth...@gmail.com wrote: so tell me how to get number by contactscontract...am getting name and other info but not phone number..please help me On Mon, Aug 2, 2010 at 4:18 PM, Sarwar Erfan erfanonl

Re: [android-developers] Re: contacts.people is deprecated...........

2010-08-02 Thread A N K ! T
; } } //=== Beware, it is not mandatory for a contact to have a number :) You can add a contact without phone number. It in that case, you will end up inside catch(Exception ex){} Regards Sarwar Erfan On Aug 2, 4:53 pm, A N K ! T ankit.awasth...@gmail.com wrote: so tell me how to get number

[android-developers] need guidence in list-view

2010-08-02 Thread A N K ! T
i am trying to make a listview with icon in every item of this list view. i mean i want to put an icon in every item of listview. please let me know wot should i do for that. -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] contacts.people is deprecated...........

2010-08-01 Thread A N K ! T
when i am using this class it is written there use contactscontractbut am not getting how to use this class to fetch contacts number from phone. -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] problem using listview...

2010-07-30 Thread A N K ! T
android:layout_height=wrap_content/TextView /LinearLa -- A N K ! T.. -- 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

[android-developers] people.NUMBER is deprecated....what else i can use in place of it

2010-07-30 Thread A N K ! T
am trying to fetch phone contact.bu when i am using people.Number it is showing people.Number is deprecated.then wot should i use. -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] R.java file of my project is deleted.......how to get it back

2010-07-29 Thread A N K ! T
hey R.java has deleted autometically...how to get it back -- A N K ! T.. -- 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] R.java file of my project is deleted.......how to get it back

2010-07-29 Thread A N K ! T
for replying. On Thu, Jul 29, 2010 at 5:59 PM, Asad Ali syedasadalib...@gmail.com wrote: On Thu, Jul 29, 2010 at 5:19 PM, A N K ! T ankit.awasth...@gmail.comwrote: hey R.java has deleted autometically...how to get it back -- A N K ! T.. simple compile the code it will create

Re: [android-developers] How to see database files of my phone?

2010-07-22 Thread A N K ! T
go to command promt then in tools folder of ur SDK.then type *adb shell* u r in boot then use basic linux command to see whot u wanna see... On Thu, Jul 22, 2010 at 11:54 AM, Nency Robert angelgirl4...@gmail.comwrote: How to root the phone? Any command for that? On Wed, Jul 21, 2010 at

Re: [android-developers]

2010-07-22 Thread A N K ! T
refer this link and do what is written there it is too easy to install. *http://www.vogella.de/articles/Android/article.html#overview_android* On Thu, Jul 22, 2010 at 2:06 PM, Rajesh Pelluru mail2pell...@gmail.comwrote: What's ur confusion ??? They clearly mentioned steps in android

[android-developers] i want to put my application in front just after incoming call

2010-07-22 Thread A N K ! T
am trying to make my application in front just after incoming call.i mean when user cut the phone my application should come in front can it be possible -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: i want to put my application in front just after incoming call

2010-07-22 Thread A N K ! T
PhoneStateListener with state onCallStateChanged() Namrata On Jul 22, 6:27 pm, A N K ! T ankit.awasth...@gmail.com wrote: am trying to make my application in front just after incoming call.i mean when user cut the phone my application should come in front can it be possible

[android-developers] am trying to start my service on device boot up.

2010-07-21 Thread A N K ! T
.i write a app but it is not doing anything..code is given below if anybody can help. *manifest file:::* application android:icon=@drawable/icon android:label=@string/app_name receiver android:name=myBR intent-filter action

[android-developers] i am trying to write an application in which it shud start service by recieving boot_completed action

2010-07-21 Thread A N K ! T
.i write a app but it is not doing anything..code is given below if anybody can help. *manifest file:::* application android:icon=@drawable/icon android:label=@string/app_name receiver android:name=myBR intent-filter action

Re: [android-developers] Re: am trying to start my service on device boot up.

2010-07-21 Thread A N K ! T
ya i have added itactually problem was sumthing else after restarting the pc it is working fine .thanks to all On Wed, Jul 21, 2010 at 4:40 PM, mac-systems jens.h...@gmx.de wrote: Add: uses-permission android:name=android.permission.RECEIVE_BOOT_COMPLETED / To

[android-developers] can we start application after installing .apk file

2010-07-21 Thread A N K ! T
i am trying to make application run just after installing it. -- Thanks Ankit Awasthi -- 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

Re: [android-developers] can we start application after installing .apk file

2010-07-21 Thread A N K ! T
but it is starting .when am installing apk file ..application is starting cause i can see the app by long pressing home button. but its UI is not showing in front... On Wed, Jul 21, 2010 at 6:16 PM, Mark Murphy mmur...@commonsware.comwrote: On Wed, Jul 21, 2010 at 8:44 AM, A N K ! T

Re: [android-developers] can we start application after installing .apk file

2010-07-21 Thread A N K ! T
it is just showing in background , when i long press home button it is showing there but it is not working till i once click on it... i want to make it run just after installing...it shoud work...wot can i do for this On Wed, Jul 21, 2010 at 6:30 PM, A N K ! T ankit.awasth

Re: [android-developers] Re: can we start application after installing .apk file

2010-07-21 Thread A N K ! T
installation... On Thu, Jul 22, 2010 at 2:20 AM, Paul Turchenko paul.turche...@gmail.comwrote: You can't On Jul 21, 9:40 pm, ranjan ar ranjan@gmail.com wrote: You can start a service rather.. On Wed, Jul 21, 2010 at 5:44 AM, A N K ! T ankit.awasth...@gmail.com wrote: i am

Re: [android-developers] Re: trying to override OEM(Incoming call screen) screen

2010-07-21 Thread A N K ! T
A N K ! T ankit.awasth...@gmail.com please somebody guide me in thisat least a way in which i should make efforts. On Tue, Jul 20, 2010 at 9:56 AM, A N K ! T ankit.awasth...@gmail.comwrote: no, not get yet On Mon, Jul 19, 2010 at 4:44 PM, mike hasitharand...@gmail.com wrote: hi

Re: [android-developers] problem in using getcurrentfocus().... guide me...

2010-07-20 Thread A N K ! T
screen with my apps screen if u can help in this thing please guide me in which way i should make efforts... On Tue, Jul 20, 2010 at 10:49 PM, TreKing treking...@gmail.com wrote: On Mon, Jul 19, 2010 at 4:47 AM, A N K ! T ankit.awasth...@gmail.comwrote: while am trying to fetch current focus

[android-developers] problem in using getcurrentfocus().... guide me...

2010-07-19 Thread A N K ! T
while am trying to fetch current focus object i.e View by using getcurrent focus method ...but view object not getting any value it is showing null value please let me know what shu i do nowcode is given bellow *public* *class* CurrentView *extends* Activity { /** Called when the

Re: [android-developers] Re: trying to override OEM(Incoming call screen) screen

2010-07-19 Thread A N K ! T
no, not get yet On Mon, Jul 19, 2010 at 4:44 PM, mike hasitharand...@gmail.com wrote: hi Ankit, did u found a way to do this? regards, Mik -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: trying to override OEM(Incoming call screen) screen

2010-07-19 Thread A N K ! T
please somebody guide me in thisat least a way in which i should make efforts. On Tue, Jul 20, 2010 at 9:56 AM, A N K ! T ankit.awasth...@gmail.comwrote: no, not get yet On Mon, Jul 19, 2010 at 4:44 PM, mike hasitharand...@gmail.com wrote: hi Ankit, did u found a way to do

Re: [android-developers] Re: the emulator doesnt show up

2010-07-16 Thread A N K ! T
download another version of sdk from AVDavailable software .and then create new emulatorthen try to start it 2010/7/16 Harsha harsha.bl...@gmail.com Can anyone suggest something i changed the DEP but its not working. I cant disable the antivirus as its work place Laptop. On

  1   2   >