[android-developers] drawing text or gesture on image saved on sd card

2011-09-16 Thread Honest
Hello, Till now in my application i am scaling image and drawing it on screen according to screen size. after that user can draw text or any thing on it using his finger. and after that i convert view to Bitmap and i resize that bitmap and make it to the same height and width as real image. now

[android-developers] not able to create image and save resized image except the type Bitmap.Config.RGB_565

2011-09-11 Thread Honest
i have made simple application which load image in canvas scale it according to screen height and width and after that user can write and draw something on it using his finger and once user complete its drawing. He should be able to save it. But i have to save the image as same width and height as

[android-developers] Camera image editing not working.

2011-08-18 Thread Honest
Helllo, I am loading image scale it to screen size and after that user can draw some text on it using his hand. After that user can save it to SD card. I need to save it to same width and height as original image has. For others sameple image it is working fine. But when i am loading the image

Re: [android-developers] Re: Live Streaming to Android 2.1

2011-08-10 Thread Honest Knight
hi daniel, can you please be detail about 3rd party library? It will be great if you give some references and samples. - Mahabub Hassan Rahul http://www.flickr.com/photos/mahabub_hassan_rahul/ On Tue, Aug 2, 2011 at 5:48 PM, deepak emailmedee...@gmail.com

[android-developers] retrieving thumbnails of images

2011-07-07 Thread Honest
Hello, I want to retrieve Thumbnails of all images stored in SD CARD. i have wrote following code but some how it is only retrieving thumbnails of only three images. Even if i captured new image it do not come there. The following is the code. can some one tell me what are the wrong thing i am

[android-developers] setHintTextColor

2011-06-22 Thread Honest
I have View in which there is two text box and user can select text color from another view on the same screen through dialog box. So when user change color via dialog box i am changing color of EditText text and its hint. But when there is some text is available in EditText after that user select

[android-developers] Sending data from android apps to TCP IP

2011-03-23 Thread Honest
Hello, I am able to connect to TCP IP netwrok but even if i am sending some byte array but yet i am not seeing any output on Server console. Server is C++ and i need to send data from my android apps. I am able to connect but when i send data i am not getting any notification. the followins is my

[android-developers] Re: Sending data from android apps to TCP IP

2011-03-23 Thread Honest
 am, Honest honestsucc...@gmail.com wrote: Hello, I am able to connect to TCP IP netwrok but even if i am sending some byte array but yet i am not seeing any output on Server console. Server is C++ and i need to send data from my android apps. I am able to connect but when i send data i

[android-developers] exception in getting data from cursor(database)

2011-02-27 Thread Honest
hello, i am retrieving Cursor from database but when i am trying to get data from cursor using colIndex. i am getting exception. can some one tell me what is wrong in it. the following is code i am using . it is giving exception at the sentence data[i]=result.getString(colIndex); /*code*/

[android-developers] change background color of particular line in textview or edittext

2011-02-23 Thread Honest
hello, I want to create my layout in a way. i am planning to use TextView or EditText and i will have many String sentence on it. Now i want to change background color of particular text line(not all text or text view background). so can some one tell me how can i do it ? -- You received this

[android-developers] Re: change background color of particular line in textview or edittext

2011-02-23 Thread Honest
, Zsolt Vasvari zvasv...@gmail.com wrote: Read up the Spannable API.  I am sure the answer is in there somewhere. On Feb 24, 10:13 am, Honest honestsucc...@gmail.com wrote: hello, I want to create my layout in a way. i am planning to use TextView or EditText and i will have many String

[android-developers] Re: Scrolling problem in Adapter View

2011-02-07 Thread Honest
(1000); startAnimation(_tAnim); invalidate(); //return true; } where scrolledDistance is distnace which user scrolls. On Feb 7, 3:24 pm, Honest honestsucc...@gmail.com wrote: hi, Thanks for your reply. actually as i told i wanted rubber or bounce back effect. So i

[android-developers] Scrolling problem in Adapter View

2011-02-06 Thread Honest
hello, I am using AdapterView to have Cutom List. But my Xml layout not only contains that List. It also have some other elements like TextBox, labels, ImageButton at the top and bottom. so when i scroll it up and animation starts it also draw elements on that Top Part(Which contains

[android-developers] Re: Scrolling problem in Adapter View

2011-02-06 Thread Honest
know if you can not understand any thing. On Feb 7, 1:50 pm, TreKing treking...@gmail.com wrote: On Sun, Feb 6, 2011 at 8:23 PM, Honest honestsucc...@gmail.com wrote: I am using AdapterView to have Cutom List. But my Xml layout not only contains that List. It also have some other elements like

[android-developers] Re: motion effect in Rubber Band

2011-02-02 Thread Honest
Hi, Thanks to both of you for your reply. but can you provide me some example link ? i will like to go through it. -- 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] motion effect in Rubber Band

2011-02-01 Thread Honest
hello, I am creating Rubber Band effect in my ListView. So for that i created the class which extends AdapterView. When user ups the mouse i am setting the co-ordinate again so it is again re-positioning and there is similar effect but the problem is there is no motion effect. So can some one

[android-developers] exception while creating activity

2010-12-13 Thread Honest
hello, i am starting new activity from current activity but some how before starting activity i am getting Null Pointer exception. and startActivity() from source activity calls sucessfully. I am getting Null Pointer exception. the following is code. Intent intent = new

[android-developers] handing event of two button in widget

2010-11-28 Thread Honest
hello, i have developed simple widget which display images from sd card. I have two button(for setting and open) on center frame. Now i am calling Activity Class to display User Interface for setting and display Image in big view. But i am getting RunTimeException if i try to use PendingIntent

[android-developers] Animation in appWidget

2010-11-25 Thread Honest
hello, i have made a widget which display images from sd card and then navigate through it. Now i want to animate the image while i navigate through it.I need to achieve following animation. 1step : default galleryView motion 2step : perspective galleryView motion hope to hear soon from

[android-developers] Re: Gallerylayout in appWidget ?

2010-11-21 Thread Honest
hello kumar thanks for your reply. so can you suggest me how i can make it ? On Nov 17, 6:44 pm, Kumar Bibek coomar@gmail.com wrote: Nope On 17-Nov-2010 3:12 PM, Honest honestsucc...@gmail.com wrote: hello, i want  to make an app widget which i can display on home screen of mobile

[android-developers] Gallerylayout in appWidget ?

2010-11-17 Thread Honest
hello, i want to make an app widget which i can display on home screen of mobile. can i use Gallery layout in it ? as i came to know that it is not available in app widget. it is only available for application. hope to hear soon. -- You received this message because you are subscribed to the

[android-developers] problem in transfering files to sd card

2010-11-14 Thread Honest
hello, i want to transfer doc or any text file to my SD CARD and then i wan to access it. so i put the folloiwng command line argument in eclipse. -sdcard C:\sdcard.iso then i used the following command from command prompt to push certificate file to sdcard. adb push licenseFile /sdcard but

[android-developers] control for user file selection

2010-10-25 Thread Honest
hello, in my application i want that user can select file from sd card and phone memory. so can some one tell me is there any control available to display file open or file save dilog box. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] println needs a message

2010-07-01 Thread Honest
Hello, I am getting following exception. does some one know what can be reason of it ? E/AndroidRuntime( 2218): Uncaught handler: thread main exiting due to uncaught e xception E/AndroidRuntime( 2218): java.lang.NullPointerException: println needs a message E/AndroidRuntime( 2218):at

[android-developers] problem in taking log

2010-06-21 Thread Honest
Hello, I want to take log but my USB cabel is facing problem as there is issue in driver. is there any ohter alternate of it ? -- 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] Notification for the Message sent by SMS toolkit

2010-05-27 Thread Honest
Hello, Can some one say me how can i get notification for the message which user sent ?? and especially the message sent by SMS toolkit ? -- 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: bluetooth support

2010-01-31 Thread Honest
wrote: I have a Bluetooth SPP app working on version 2.1 without using a 3rd party tool. Which tool did you use BTW? On Jan 29, 8:17 pm, Honest honestsucc...@gmail.com wrote: Hello, From my application i need to do communication with external bluetotoh device. applictrion need

[android-developers] bluetooth support

2010-01-29 Thread Honest
Hello, From my application i need to do communication with external bluetotoh device. applictrion need to communicate using SPP profile connection. So can some one tell me which android version i should use ? i did work on 1.5 bluetooth but we have to use third party tool. so can some one

[android-developers] Re: Avoid Force Close Message Box

2009-11-02 Thread Honest
Generally the exception comes when http connection is running and suddenly wifi goes off then it gave exception. This is real time problem so we can not control wife connectivity. So is there any solution of it. On Oct 31, 4:43 pm, Mark Murphy mmur...@commonsware.com wrote: Honest wrote: My

[android-developers] Avoid Force Close Message Box

2009-10-30 Thread Honest
My application used to execute in background by service. But sometimes when it goes in exception it is giving Exception with the Force Close Message Box. I want to avoid that Message box. Is there any way to avoid it ? -- You received this message because you are subscribed to the Google Groups

[android-developers] retrive number of outgong call

2009-10-22 Thread Honest
Hello, Can some one tell me how can i retrieve the number of outgoing call ? I am able to get notification in BroadcastReceiver but not able to get the number on which it is making call. Can some one tell me how can i get the number ? I wrote the following code but it is throwing exception.

[android-developers] phone number of outgoing call.

2009-10-21 Thread Honest
Hello, I used phoneStateListener and telephonyManager to get the state of outgoing and incoming call but during outgoing call it is not passing number in public void onCallStateChanged (int state, String incomingNumber). Is there any work around of it.

[android-developers] exception

2009-10-14 Thread Honest
Hello, I am retrieving data from database after particular time in service. For sometimes it works perfectly but after some time it used to give following exception. Can some one tell me what can be wrong in it ? E/JavaBinder( 142): java.lang.RuntimeException: No memory in memObj

[android-developers] BroadcastReceiver stopped execution

2009-10-13 Thread Honest
Hello, My application used to start when phone start by broadcast reciever. After that i used to execute some code after every 10 seconds. Using handler but after some time it used to stop execution. Can some one tell me what can be reason behind it ?

[android-developers] android store support

2009-10-06 Thread Honest
Hello, my application has a purpose that parents can track of mobile activity of there child. So my application basically update sms and call information to the web site. Will i able to put my company application to the android store ? --~--~-~--~~~---~--~~ You

[android-developers] time of outgoing SMS

2009-10-05 Thread Honest
Hello, I am fetching Sent SMS from application. But i am not able to get the time on which that SMS sent. I am getting the following things. Can some one tell me how can i uniquely identify each SMS by the following field ? My purpose with the time is to uniquely identify sent sms but is there

[android-developers] problem in creating table.

2009-10-02 Thread Honest
Hello, I have wrote the code to create and write the table. But it is giving the following exception. android.database.sqlite.SQLiteException: no such table: inbox 1: , while compiling: INSERT INTO inbox1(from_num, content, date1, time1) VALUES (?, ?, ?, ?); The following is code to create

[android-developers] Re: problem in creating table.

2009-10-02 Thread Honest
Hello, Thanks for you reply. So what should i do to call it ? On Oct 2, 5:41 pm, Mark Murphy mmur...@commonsware.com wrote: But it did not call onCreate(SQLiteDatabase db) never so can some one tell me what can be the issue in it ? Here are some possibilities: 1. You are not using the

[android-developers] Re: problem in creating table.

2009-10-02 Thread Honest
and the most significant thing is it is giving error that there is no Table exists with the name inbox1. On Oct 2, 5:41 pm, Mark Murphy mmur...@commonsware.com wrote: But it did not call onCreate(SQLiteDatabase db) never so can some one tell me what can be the issue in it ? Here are some

[android-developers] problem in inserting record into database

2009-10-01 Thread Honest
Hello, I got following Exception while inserting data into database. The Exception is as follow. no such table: inbox : , while compiling: INSERT INTO inbox(from_num, content, date1, time1) VALUES(? , ?, ?, ?); --~--~-~--~~~---~--~~ You received this message

[android-developers] store data in registory

2009-09-19 Thread Honest
Hello, i need to store data securely. So can some one tell me what should be the best way to store it on device. Is there something like registory in android. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] third party permission

2009-09-09 Thread Honest
Hello, I need to get recently visited web pages so i am using following permission. I got its reference from http://github.com/android/platform_packages_apps_browser/blob/0cb2af7646d0a41c0543a086021df3042bfc814a/AndroidManifest.xml. But it is giving me error. can some one tell me what is wrong

[android-developers] notification of browser

2009-09-08 Thread Honest
Hello, I would like to get notification when user open browser and open any web page. Even i would like to get notification when user send sms from native application. Is it feasible. If it is not feasible. How can i get contents of outbox or sent items from phone.

[android-developers] notification for the message sent by native application

2009-09-07 Thread Honest
Hello, can some one tell me how can i get notification when user send message from mobile ? --~--~-~--~~~---~--~~ 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] no activity in project

2009-09-05 Thread Honest
I want to run my project in background. So for that i am starting my application when phone starts. But when user go in settings and press force close my application it close. So i do not want to display my application entry in settings. Is it feasible ?

[android-developers] drawing image in full screen on different device

2009-09-03 Thread Honest
Hello, My application required to draw image on full screen. now the phone screen size will be different. So will i have to make different image for each phone or i can use just one image and it can display on full screen in any device. --~--~-~--~~~---~--~~ You

[android-developers] playing sound on active call

2009-08-28 Thread Honest
I am playing one audio file when call arrives so the caller can receive it at other side but the issue is yet the opposite caller is not able to listen it what could be wrong in it. Can some one tell me what can be the issue in it ? --~--~-~--~~~---~--~~ You

[android-developers] problem in drawling line on maps

2009-08-27 Thread Honest
Hello I want to draw line between the points i am creating on maps the following is my code but it is not working preoprly can some one tel me what could be wrong in it. if(i=1) { mapControler.setCenter(point); p1 = new Point();

[android-developers] Re: google maps question

2009-08-26 Thread Honest
If I am starting at first time then it is displaying maps aroudn UK even if i have drawn the point inside australia or any other country. On Aug 25, 7:35 pm, Honest honestsucc...@gmail.com wrote: Hello, I am displaying MAP and some point on it. But some how it is not displaying directly

[android-developers] maps display issue

2009-08-26 Thread Honest
Hello, I am displaying Maps in my application. I am adding some GeoPoint in it and displaying picture at particular point. Now my problem is my screen is not directly displaying that point. Instead of it is display US part first time and when i open maps after first time it displays the previous

[android-developers] google maps question

2009-08-25 Thread Honest
Hello, I am displaying MAP and some point on it. But some how it is not displaying directly on particular point. Instead of it is displaying screen from which i have left previously. Can some one tell me how can i make display of the map on particular point. Another thing is i want to display

[android-developers] android 1.5 to google maps API

2009-08-24 Thread Honest
Hello, My project was working fine in android 1.5 but i need to use google maps so i used google APIS and did some change in API to merge MAPS functionality which was in other application.but some how i got exception and my application stopped working. It is even not starting so can some one

[android-developers] Re: android 1.5 to google maps API

2009-08-24 Thread Honest
=android.permission.ACCESS_FINE_LOCATION/uses- permission uses-permission android:name=android.permission.ACCESS_COARSE_LOCATION/uses- permission uses-permission android:name=android.permission.INTERNET/uses- permission /manifest On Aug 24, 5:50 pm, Honest honestsucc...@gmail.com wrote: Hello, My project

[android-developers] Re: android 1.5 to google maps API

2009-08-24 Thread Honest
in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Aug 24, 6:15 am, Honest honestsucc...@gmail.com wrote: It seems the problem is in manifest file as i have put try catch every where yet it is giving message

[android-developers] pass data to new activity

2009-08-24 Thread Honest
I have two activity in my project. I am callilng second activity from main activity. can some one tell me how can i pass some data to that activity ? Simply i want to pass object array. Can some one tell me how can i do it ? --~--~-~--~~~---~--~~ You received this

[android-developers] Re: pass data to new activity

2009-08-24 Thread Honest
can you give me code snippt for how to use Intanet data bundle ? On Aug 25, 12:35 am, Hong lordh...@gmail.com wrote: array/list of Parcelables via intent data bundle On Mon, Aug 24, 2009 at 3:16 PM, Honest honestsucc...@gmail.com wrote: I have two activity in my project. I am callilng

[android-developers] get area name using latitude and longitude

2009-08-22 Thread Honest
Hello, Can some one tell me how can i get area name by passing latitdue and longitude in android? Which api i will have to use. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] latitude and longitude to Microdegrees

2009-08-21 Thread Honest
Hello, I want to dispaly one point on map. for that i will have to create the object of GeoPoint and we need to pass the altitude and longitude in it in Microdegrees. so can some one tell me how can i do it ? --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: MapActivity in android 1.5

2009-08-20 Thread Honest
, Inc. On Aug 19, 4:10 am, Honest honestsucc...@gmail.com wrote: I could not find MapActity in my android 1.5. On Aug 19, 12:11 pm, tstanly tsai.sta...@gmail.com wrote: if you want to put color on the mapview, you must use the overlay class search for overlay in the map API

[android-developers] play sound so receiver can listen it

2009-08-20 Thread Honest
Hello, My application is getting notification for incoming call and playing sound so the caller can listen it but some how the caller is not able to listen it. Can some one tell me any work around or any thing which seems feasible ? --~--~-~--~~~---~--~~ You

[android-developers] space between component

2009-08-20 Thread Honest
I am putting one spinner and one button using following code. Can some one tell me how can i put some space between it ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: space between component

2009-08-20 Thread Honest
); layout.addView(okBtn); On Aug 20, 5:30 pm, Honest honestsucc...@gmail.com wrote: I am putting one spinner and one button using following code. Can some one tell me how can i put some space between it ? --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: space between component

2009-08-20 Thread Honest
can you give me any code snippt for it ? On Aug 20, 6:17 pm, Mark Murphy mmur...@commonsware.com wrote: Honest wrote: The following is my java file code as i am adding controls in java file so please take a look at it and let me know.. Country.setAdapter(adapter

[android-developers] MapActivity in android 1.5

2009-08-19 Thread Honest
Hello, I want to display my two point on maps. I saw many example but they are using MapActivity when i used MapActivity in my sdk which is 1.5. it seems it is not available in it. So is it true that it is not available in 1.5 API. So is there any other alternative for it. can i do it using the

[android-developers] Spinner add values at run tim

2009-08-19 Thread Honest
Hello, I want to add String values in spinner at run time. My problem is that the value is not available in res file. Can some one tell me how can i do it ? I just want to insert one String array or simple String run time in Spinner. --~--~-~--~~~---~--~~ You

[android-developers] Re: MapActivity in android 1.5

2009-08-19 Thread Honest
I could not find MapActity in my android 1.5. On Aug 19, 12:11 pm, tstanly tsai.sta...@gmail.com wrote: if you want to put color on the mapview, you must use the overlay class search for overlay in the map API On 8月19日, 下午2時16分, Honest honestsucc...@gmail.com wrote: Hello, I want

[android-developers] Re: Spinner add values at run tim

2009-08-19 Thread Honest
,bankList); //android.R.layout.simple_expandable_list_item_1 s1.setAdapter(adapter); layout.addView(s1); On Aug 19, 3:39 pm, Mark Murphy mmur...@commonsware.com wrote: Honest wrote: I want to add String values in spinner at run time. My problem

[android-developers] broadcast to start when phone starts.

2009-08-18 Thread Honest
I want to start application when phone starts and want to hide it from the user so i did in following way. The follinng is broadcast code. public class yourReceiver extends BroadcastReceiver { // @Override public void onReceive(Context context, Intent intent) { /* Intent

[android-developers] display on map

2009-08-18 Thread Honest
i have two latitude and longitude. I want to display it on map in street view on phone. can some one tell me how can i do it ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: broadcast to start when phone starts.

2009-08-18 Thread Honest
at the same level is receiver; uses-permission should be an immediate child of manifest. On Tue, Aug 18, 2009 at 4:56 AM, Honest honestsucc...@gmail.com wrote: I want to start application when phone starts and want to hide it from the user so i did in following way. The follinng

[android-developers] Re: create service only

2009-08-17 Thread Honest
Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Aug 13, 6:16 am, Honest honestsucc...@gmail.com wrote: Hello, I want

[android-developers] problem in service in manifest file

2009-08-17 Thread Honest
Hello, I have created the one class named MyService which extends Service. it is in com.saltriver.service package. Now can some one tell me how i should specified it in anroidmanfiest.xml file. The following is content of xml file but it is giving error in service. so can some one tell me what

[android-developers] Unable to start service intent

2009-08-17 Thread Honest
hello, I tried to create service by following code but in logcat i got following error Unable to start service intent The following is my manifest.xml file. ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android;

[android-developers] Timer not available

2009-08-14 Thread Honest
Hello, I came to know about Timer in android. I read http://android-developers.blogspot.com/2007/11/stitch-in-time.html that Timer is not available at Runtime. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] hide application

2009-08-13 Thread Honest
I want to start my application when phone start and after that i do not want that user can know that my application is running. Is there any way i can do it ? In phone when we press home screen for some times it display all running application. I do not want my application to display in that

[android-developers] Re: hide application

2009-08-13 Thread Honest
Thanks for your reply. Can you tell me how i can create background service ? On Aug 13, 12:06 pm, String sterling.ud...@googlemail.com wrote: On Aug 13, 7:29 am, Honest honestsucc...@gmail.com wrote: I want to start my application  when phone start and after that i do not want that user

[android-developers] create service only

2009-08-13 Thread Honest
Hello, I want to hide my application from user so i just want to create service. Can some one tell me how can i create service only with out activity. Can some one tell me can i create only the service in whole project instead of activity. Is it feasible ?

[android-developers] Re: list with multiple selection

2009-08-11 Thread Honest
and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Aug 10, 4:36 am, Honest honestsucc...@gmail.com wrote: Hello, I want to create list with multiple selection. Can some one tell me how can i

[android-developers] dynamically add checkbox

2009-08-11 Thread Honest
Hello, I want to create the checkbox dyananically and display them to the screen. My problem is that at compilation time i will not know that how many check boxes i will have to create. So can some one tell me how can i do it ? I am so thankful to you as i have wasted already 2 days behind this

[android-developers] Re: dynamically add checkbox

2009-08-11 Thread Honest
, Inc. On Aug 11, 5:44 am, Honest honestsucc...@gmail.com wrote: Hello, I want to create the checkbox dyananically and display them to the screen. My problem is that at compilation time i will not know that how many check boxes i will have to create. So can some one tell me how can i do

[android-developers] Re: dynamically add checkbox

2009-08-11 Thread Honest
from last two days. Sometimes easy things take time. On Aug 11, 10:58 pm, skink psk...@gmail.com wrote: On Aug 11, 4:54 pm, Jack Ha jack...@t-mobile.com wrote: You can create an empty LinearLayout and call its addView() function to add the checkboxes dynamically in your code. if Honest

[android-developers] Re: dynamically add checkbox

2009-08-11 Thread Honest
writing UI code programatically. Seehttp://developer.android.com/guide/samples/ApiDemos/src/com/example/a... for an example of adding multiple TextView and Button to a ScrollView in a for loop. On Aug 11, 2:12 pm, Honest honestsucc...@gmail.com wrote: Thanks pskink for you reply. But can you

[android-developers] Re: dynamically add checkbox

2009-08-11 Thread Honest
. On Aug 11, 3:29 pm, Honest honestsucc...@gmail.com wrote: Thanks i saw that example but now only one question in my mind. Can i get the status of that checkbox letter ? if yes how. I am not finding any assosiated ID with it so can some one tell me how can i do it ? On Aug 12, 12:09 am

[android-developers] list with multiple selection

2009-08-10 Thread Honest
Hello, I want to create list with multiple selection. Can some one tell me how can i create it ? code snippt will be much useful. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] id specify

2009-08-10 Thread Honest
Hello, Can some one tell me how can i specify I.D in android ? acutlly i want to create List . I add the following code in main.xml file. But i do not know where i should specify @android:id /list. Can some one tell me where i should specify it ? ListView android:id=@android:id/list

[android-developers] accurasy in cell id and LAC approach

2009-08-09 Thread Honest
Hello, You all might know that we can get latitude and longitude by passing cell id and LAC to google API but can some one what is the accurasy in it if we use it in real life application. --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] bluetooth use in android

2009-08-09 Thread Honest
I want to use bluetooth APIS in my android application. I could found the API related to wifi but i could not find the API for bluetooth. Can some one tell me how can i use it ? any links for API docs and code snippt will be much useful to me. Thanks to all.

[android-developers] Re: bluetooth use in android

2009-08-09 Thread Honest
Thanks mark for your reply. So is there no way by which we can use bluetooth API. On Aug 9, 4:43 pm, Mark Murphy mmur...@commonsware.com wrote: I want to use bluetooth APIS in my android application. I could found the API related to wifi but i could not find the API for bluetooth. Can

[android-developers] Re: bluetooth use in android

2009-08-09 Thread Honest
Hello, Stefano Sanna thanks for your great work. I put one issue in your project please take a look at it and let me know. On Aug 9, 7:49 pm, Stefano Sanna gerda...@gmail.com wrote: Hi. On Sun, Aug 9, 2009 at 1:29 PM, Honesthonestsucc...@gmail.com wrote: I want to use bluetooth APIS in my

[android-developers] Re: calculate distance using latitude and longitude

2009-08-09 Thread Honest
endLongitude, float[] results) in the Location classhttp://developer.android.com/reference/android/location/Location.html...[]) On 9 Aug., 11:52, Honest honestsucc...@gmail.com wrote: Hello, I want to know that how can i calculate distance between two point using their latitude

[android-developers] read csv file

2009-08-08 Thread Honest
Hello, I want to read csv file from res. Can some one tell me how can i read it ? --~--~-~--~~~---~--~~ 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: record incoming and outgoing call

2009-08-06 Thread Honest
to do it? but i think you could capture voice from people who talk to the phone with voice record On Aug 6, 1:46 pm, Honest honestsucc...@gmail.com wrote: Hello, I want to record the outgoing and incoming call. Can some one tell me. Is it feasible

[android-developers] USB communication

2009-08-06 Thread Honest
Hello, I want to do USB communication in android. Can some one give me some links to starat with it,.Any code snippt will be much appreciated. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] record incoming and outgoing call

2009-08-05 Thread Honest
Hello, I want to record the outgoing and incoming call. Can some one tell me. Is it feasible or not ? --~--~-~--~~~---~--~~ 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: prevent native application

2009-08-04 Thread Honest
But can i delete the inbox messages ? On Aug 4, 1:48 pm, peter heywoodpres...@gmail.com wrote: I don't think you can do it on android system. if you could, other application could do it too. On Aug 4, 1:27 pm, Honest honestsucc...@gmail.com wrote: Hello, I want to prevent native

[android-developers] some basic question.

2009-08-03 Thread Honest
Can some one tell me how can i get signal strenght of my GSM network ? --~--~-~--~~~---~--~~ 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] some basic question.

2009-08-03 Thread Honest
Can some one tell me how can i get signal strenght of my GSM network ? How to start application in back ground ? I want to receive sms and i do not want that new sms symbol display on homes screen at top. Is it possible ? and in the same way i do not want that gprs symbol should display. So

[android-developers] Re: some basic question.

2009-08-03 Thread Honest
this symbols. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Aug 3, 4:10 am, Honest honestsucc

[android-developers] prevent native application

2009-08-03 Thread Honest
Hello, I want to prevent native application to receive message.I want that my application only receive message. Is it possible ? if yes then how ? can i access the received message and delete it ? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] paid support

2009-07-25 Thread Honest
Hello, I would like to know that does google provides any paid support for android developer so that developer can progress fast and they have to do less searching. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

  1   2   >