[android-developers] Message Bubble 9 patch Image

2012-05-02 Thread Ankit Kasliwal
Hello, Is any Have Message ( patch Image Please send me. Thanks!!! -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

Re: [android-developers] Chat Application In android

2012-05-02 Thread Ankit Kasliwal
Thanks but i try this code it's not help me out. On Wed, May 2, 2012 at 1:04 AM, deb-account wrote: > On 02/05/12 09:19, Ankit Kasliwal wrote: > > Hello Everyone, > > Is any Help me to create A chat application in > > android, &g

[android-developers] Chat Application In android

2012-05-02 Thread Ankit Kasliwal
i need. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- 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: Sending GPS coordinates to a server

2012-03-28 Thread Ankit Kasliwal
- Vehicle tracking using a mobile, I would be very thankful to u if >> u could explain to me in simple terms how to do it, I couldnt understand >> what u have mentioned earlier >> >> >> On Wed, Mar 28, 2012 at 10:39 PM, Ankit Kasliwal < >> kasliwalankit2...

Re: [android-developers] Re: Sending GPS coordinates to a server

2012-03-28 Thread Ankit Kasliwal
ceived this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com >

Re: [android-developers] Re: How I disable GPS when i exit Application

2012-03-28 Thread Ankit Kasliwal
so can you tell me the process On Wed, Mar 28, 2012 at 2:25 PM, Johan Appelgren wrote: > It is still the wrong thing to do. Just because the API allows you to do > something wrong doesn't mean you have to do it. > > > On Wednesday, March 28, 2012 10:41:04 AM UTC+2,

Re: [android-developers] Re: How I disable GPS when i exit Application

2012-03-28 Thread Ankit Kasliwal
Johan i use that command the it's working properly. On Wed, Mar 28, 2012 at 12:39 PM, Johan Appelgren wrote: > Afaik you should never use android.os.Process.**killProcess or > ActivityManager.killBackgroundProcesses. > > > On Wednesday, March 28, 2012 7:50:40 AM UTC+2,

Re: [android-developers] How I disable GPS when i exit Application

2012-03-28 Thread Ankit Kasliwal
ocation updates from a service, you should stop the > service in the onPause() method of the activity, and handle it accordingly > in onResume. > > On Wed, Mar 28, 2012 at 10:50 AM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> Hello, >> I

[android-developers] How I disable GPS when i exit Application

2012-03-27 Thread Ankit Kasliwal
nager activityManager = (ActivityManager)context.getSystemService(Context.ACTIVITY_SERVICE); activityManager.killBackgroundProcesses(packageName); } -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscrib

Re: [android-developers] Re: How i Use Google Map in Offline Mode

2012-03-13 Thread Ankit Kasliwal
13, 2012 at 8:46 AM, Ankit Kasliwal > wrote: > > No one know about Offline Map Use. > > > > On Mon, Mar 12, 2012 at 10:46 PM, Ankit Kasliwal > > wrote: > >> > >> Hello Everyone, > >> I am trying to use Google map in o

[android-developers] Re: How i Use Google Map in Offline Mode

2012-03-13 Thread Ankit Kasliwal
No one know about Offline Map Use. On Mon, Mar 12, 2012 at 10:46 PM, Ankit Kasliwal < kasliwalankit2...@gmail.com> wrote: > Hello Everyone, > I am trying to use Google map in offline mode, > i am try OSM map for this but it's only show main area n

[android-developers] How i Use Google Map in Offline Mode

2012-03-12 Thread Ankit Kasliwal
vance. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- 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 t

Re: [android-developers] plz help close application

2012-01-10 Thread Ankit Kasliwal
pers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google G

Re: [android-developers] Re: Reading Text Written on Image

2011-12-14 Thread Ankit Kasliwal
). But its not so trivial as including > a library and may need JNI. > > Just my take - maybe there IS such a library.... > > On Dec 14, 9:50 am, Ankit Kasliwal > wrote: > > Hello Friends, > > i am trying to read text which written on image so > ca

[android-developers] Reading Text Written on Image

2011-12-14 Thread Ankit Kasliwal
Hello Friends, i am trying to read text which written on image so can any one tell me what is the best open source Java library that I can use to extract text from an image (JPEG, PNG) files? -- Thanks and Regards, Ankit Kasliwal

Re: [android-developers] excel file in android

2011-09-27 Thread Ankit Kasliwal
isit this group at > http://groups.google.com/group/android-developers?hl=en > -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

Re: [android-developers] Re: How to create Excel/Spread Sheet Programmatically in Android

2011-09-06 Thread Ankit Kasliwal
ved 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 > F

[android-developers] Live video streaming over website

2011-08-23 Thread Ankit Kasliwal
ow my phone camera video over my web site. Thanks in advance!!! -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send e

Re: [android-developers] Upload Audio File over Server

2011-07-21 Thread Ankit Kasliwal
ok mark thanks!!! On Thu, Jul 21, 2011 at 5:38 PM, Mark Murphy wrote: > On Thu, Jul 21, 2011 at 8:05 AM, Ankit Kasliwal > wrote: > > Sorry Mark i mean to say that i don't have user name and password > > of client FTP so is any way to upload file over FTP without a

Re: [android-developers] Upload Audio File over Server

2011-07-21 Thread Ankit Kasliwal
Sorry Mark i mean to say that i don't have user name and password of client FTP so is any way to upload file over FTP without asking user name and password. On Thu, Jul 21, 2011 at 5:13 PM, Mark Murphy wrote: > On Thu, Jul 21, 2011 at 7:40 AM, Ankit Kasliwal > wrote: > > i hav

Re: [android-developers] Upload Audio File over Server

2011-07-21 Thread Ankit Kasliwal
gt; On Thu, Jul 21, 2011 at 4:40 PM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> Hello Everyone is any way to upload Audio file which i record through >> Application >> uploaded over My FTP server Folder. >> >> -- >> >> Thanks an

[android-developers] Upload Audio File over Server

2011-07-21 Thread Ankit Kasliwal
Hello Everyone is any way to upload Audio file which i record through Application uploaded over My FTP server Folder. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups "An

Re: [android-developers] Re: Camera Issue

2011-07-20 Thread Ankit Kasliwal
; Provide console log of errors. > > Regards > > On Jul 20, 3:32 pm, Ankit Kasliwal > wrote: > > No Solution? > > > > On Wed, Jul 20, 2011 at 10:15 AM, Ankit Kasliwal < > > > > > > > > > > > > > > > > > > &g

[android-developers] Re: Camera Issue

2011-07-19 Thread Ankit Kasliwal
No Solution? On Wed, Jul 20, 2011 at 10:15 AM, Ankit Kasliwal < kasliwalankit2...@gmail.com> wrote: > Hello Everyone, >I have two problem in my camera Application please > anyone help me to solve this issue. > > Error :- *native_jpeg_encode

[android-developers] Camera Issue

2011-07-19 Thread Ankit Kasliwal
No Location Found"); } } public void onLocationChanged(Location arg0) { } public void onProviderDisabled(String arg0) { } public void onProviderEnabled(String provider) { } public void onStatusChanged(String provider, int status, Bundle ex

[android-developers] Camera Problem in clicking Img

2011-07-19 Thread Ankit Kasliwal
Current Location", "Current System Location" + lat + " : Lag " + lag); } else { Log.d("Current Location", "No Location Found"); } } public void onLocationChanged(Location arg0) { } public void onProviderDisabled(Str

[android-developers] How i call Localhost file in application

2011-07-17 Thread Ankit Kasliwal
ally and solve issue. Please any one help me. Thanks in Advance. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

Re: [android-developers] latitude and longitude Problem

2011-07-17 Thread Ankit Kasliwal
Ok Thanks On Sun, Jul 17, 2011 at 9:57 PM, TreKing wrote: > On Sun, Jul 17, 2011 at 7:34 AM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> I just simply wants my current location.in real time like i press some >> login button and fetch my locat

Re: [android-developers] latitude and longitude Problem

2011-07-17 Thread Ankit Kasliwal
I just simply wants my current location.in real time like i press some login button and fetch my location On Sun, Jul 17, 2011 at 10:49 AM, TreKing wrote: > On Sat, Jul 16, 2011 at 2:39 AM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> i try the below code

[android-developers] Re: Image Issue Please help me

2011-07-16 Thread Ankit Kasliwal
is there is no one which help me in camera issue. On Fri, Jul 15, 2011 at 4:40 PM, Ankit Kasliwal wrote: > Hello Everyone, > > Is there anyway to reduce the resolution of picture taken using > camera? It takes long time to upload the image to server Coz i m converting > the ima

[android-developers] latitude and longitude Problem

2011-07-16 Thread Ankit Kasliwal
Hello Everyone, Can any one help me for getting current Location (latitude and longitude) with Address i try the below code but it always return me same old Address like right now me in city A but it always return me old City B address here is the code which i use: package c

[android-developers] Image Issue Please help me

2011-07-15 Thread Ankit Kasliwal
code which i use for convert and upload the image in Bytes * if(PImg != null) { try { PImgString = Base64.encodeToString(PImg, 1); Log.d("PImgString", PImgString); } catch (Exception e) { PImgString

[android-developers] Take low Resolution Image

2011-07-15 Thread Ankit Kasliwal
PImgString); Log.d("PImgString catch", PImgString); } For Send Query String over my handler file which i create in .Net postParameters.add(new BasicNameValuePair("PImg", PImgString )); -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-

Re: [android-developers] Camera Problem

2011-07-01 Thread Ankit Kasliwal
the second one error (Layout Problem) On Fri, Jul 1, 2011 at 11:06 PM, TreKing wrote: > On Fri, Jul 1, 2011 at 12:20 PM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> i m not able to trace the error coz the 2.1 device at my frnd place i send >> him APK

[android-developers] Camera Problem

2011-07-01 Thread Ankit Kasliwal
box so any one help me what should i do.. i m not able to trace the error coz the 2.1 device at my frnd place i send him APK file. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Camera not open

2011-06-28 Thread Ankit Kasliwal
te: > You just need to select it from the list that comes. Again, What does the > LogCat say? And could you stop starting a new thread for each reply? > > On Tue, Jun 28, 2011 at 7:36 PM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> >> only says ap

[android-developers] Camera not open

2011-06-28 Thread Ankit Kasliwal
only says application not open camera activity force close application i set in my manifest file is it right or in Capital is right -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google

Re: [android-developers] Cam not open on click of button

2011-06-28 Thread Ankit Kasliwal
Hi Raghav i am try to use camera over my HTC wildfire device not emulator. so how i read logcat. On Tue, Jun 28, 2011 at 7:20 PM, Raghav Sood wrote: > Logcat output? > > On 6/28/11, Ankit Kasliwal wrote: > > Hey hi i am able to install application on device directly to device bu

[android-developers] Cam not open on click of button

2011-06-28 Thread Ankit Kasliwal
Hey hi i am able to install application on device directly to device but now one more problem occur when i click open cam button over my HTC Wildfire it give me error message to force close application any one help me. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300

Re: [android-developers] Fail to install Apk on device

2011-06-28 Thread Ankit Kasliwal
Hey hi i am able to install application on device directly to device but now one more problem occur when i click open cam button over my HTC Wildfire it give me error message to force close application any one help me. On Tue, Jun 28, 2011 at 6:26 PM, Ankit Kasliwal wrote: > Shashidhar i m

Re: [android-developers] Fail to install Apk on device

2011-06-28 Thread Ankit Kasliwal
Shashidhar i m try to install apk on device on emulator. On Tue, Jun 28, 2011 at 6:20 PM, Shashidhar wrote: > What does the logcat say > > On Tue, Jun 28, 2011 at 6:07 PM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> Hello Everyone please any one

[android-developers] Fail to install Apk on device

2011-06-28 Thread Ankit Kasliwal
nd Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- 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, s

Re: [android-developers] Svar: how to create a apk file

2011-06-24 Thread Ankit Kasliwal
bscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups &q

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Thanks Jorge Luis i though it's free On Fri, Jun 24, 2011 at 6:15 PM, Jorge Luis wrote: > To create a keystore you must register as a developer at Android Market, > pay the $25 fee and then you'll be able to create the keystore ;D > > > 2011/6/24 Ankit Kasliwal &

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
ndo...@gmail.com> wrote: > Don't you understand English... I told you just put your comment in the > blog regarding what you are asking... I will give you reply there... > > > On Fri, Jun 24, 2011 at 6:43 PM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: >

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
i saw there but how i create keystore coz i m not able to create keystore On Fri, Jun 24, 2011 at 6:13 PM, Ankit Kasliwal wrote: > Sorry what you say i am not able to understand. > > On Fri, Jun 24, 2011 at 5:59 PM, Mohammed Hossain Doula < > hossaindo...@gmail.com> wrote:

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Sorry what you say i am not able to understand. On Fri, Jun 24, 2011 at 5:59 PM, Mohammed Hossain Doula < hossaindo...@gmail.com> wrote: > Comment over there... > > > On Fri, Jun 24, 2011 at 6:27 PM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >>

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Hi hey is *Unsigned APK but i need signed APK.* On Fri, Jun 24, 2011 at 5:46 PM, Mohammed Hossain Doula < hossaindo...@gmail.com> wrote: > > http://hossaindoula.blogspot.com/2011/06/create-apk-android-package-file.html > > On Fri, Jun 24, 2011 at 6:11 PM, Ankit Kasliwal

[android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Dear All, Hi everyone please any one tell me the process of creating apk file with full step. Thanks in advance. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Android sqlite database file

2011-06-17 Thread Ankit Kasliwal
this group at > http://groups.google.com/group/android-developers?hl=en > -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

Re: [android-developers] Android sqlite database file

2011-06-17 Thread Ankit Kasliwal
opers@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 > -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gma

Re: [android-developers] Re: WebView and Linear Layout

2011-02-23 Thread Ankit Kasliwal
_parent" > > /> > > > > -- > 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] Connect WEB SQL SERVER 2005 Using WEB SERVICE

2011-02-23 Thread Ankit Kasliwal
ya i done my work thanks On Wed, Feb 23, 2011 at 7:03 AM, TreKing wrote: > On Sat, Feb 19, 2011 at 11:30 AM, Ankit Kasliwal < > kasliwalankit2...@gmail.com> wrote: > >> Please help me in connecting web SQL server database using web service. >> > > Th

Re: [android-developers] Camera takePicture: onPictureTaken() never called?

2011-02-22 Thread Ankit Kasliwal
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 -- Thanks and

Re: [android-developers] List View with multiple columns

2011-02-22 Thread Ankit Kasliwal
id-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subsc

Re: [android-developers] Google Map Error

2011-02-22 Thread Ankit Kasliwal
more > > What is the problem? Thanks in advance ;) > > -- > Nesim TUNÇ > Senior Software Developer of Distributed Applications > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to th

Re: [android-developers] Re: Saving layout file is very slow with Eclipse / ADT

2011-02-22 Thread Ankit Kasliwal
Dear All, Is any one have a Sample code for connecting Sql server 2005 Data Base over web server and how i check the log in name and insert and fetch the data and show data in grid view . Through Webservice and any other way. please help me.. Thanks!!! Ankit Kasliwal On Sun, Feb

[android-developers] Connect WEB SQL SERVER 2005 Using WEB SERVICE

2011-02-22 Thread Ankit Kasliwal
Hello Everyone, Please help me in connecting web SQL server database using web service. if any one have a sample code please send me or guide me how i check user name and password over web server database and how i insert and get data from it please send me sample code for al