[android-developers] Re: HTTP POST to Web Server running on Android Device

2012-02-28 Thread Anil Jagtap
Kiran, I think you are looking for this: http://bytes.com/topic/java/answers/720825-how-build-http-post-request-java Cheers On Feb 27, 10:57 pm, Kiran kiran.ka...@gmail.com wrote: Hi All, I am trying to send a HTTP POST command from Android Device A to Android Device B.  Device B is running

[android-developers] Re: Increase icon size

2012-02-25 Thread Anil Jagtap
. On Fri, Feb 24, 2012 at 12:24 PM, Anil Jagtap anil.so...@gmail.com wrote: Dear TreKing, I do watch your replies since I am on this list for almost an year. Your replies are very precise and up to the point. I have myself learned many time by reading your replies. Thank you for the same

[android-developers] Re: Why explicit need for Permissions to be specified in Manifest File

2012-02-23 Thread Anil Jagtap
Doing anything *non-standard* is not recommended as a common sense. Android permissions are there to make user understand about what your application is doing. For example, If you are downloading an calculator app and if it needs permission to read and write your contacts then you should be

[android-developers] Re: Increase icon size

2012-02-23 Thread Anil Jagtap
Dear TreKing, I do watch your replies since I am on this list for almost an year. Your replies are very precise and up to the point. I have myself learned many time by reading your replies. Thank you for the same. I really feel ashamed when I see manner less comments from some people. Those

[android-developers] Re: Application to allow selected application to connect to the internet via 3G

2012-02-08 Thread Anil Jagtap
You cannot do that On Feb 7, 10:31 am, Nwanna Anthony anthonio2uni...@gmail.com wrote: I have successfully written the android code that will totally disable 3G on a device. What I want to do next is to edit the code so that only selected application can access the internet via 3G while others

[android-developers] Re: help regarding development of my app

2012-02-04 Thread Anil Jagtap
If you learn android application development first, I hope all your problems will vanish. Cheers On Feb 2, 7:20 am, gaurav prashar gauravprasha...@gmail.com wrote: sir, i am trying to develop an android application for my college as my final year engineering project. this will be an

[android-developers] Re: Regarding Auto Text application of android

2012-02-04 Thread Anil Jagtap
Auto Text? Do you mean Auto complete? If yes, http://developer.android.com/resources/tutorials/views/hello-autocomplete.html Cheers On Feb 3, 5:02 am, Tajinderpal Singh aulakh0...@gmail.com wrote: hi everyone!!! i need help regarding my undertaking project Auto TexT. I interested to know

[android-developers] Re: Runtime.exec(su) issue.

2012-01-17 Thread Anil Jagtap
LOL!!! On Jan 18, 1:40 am, old new niuha...@gmail.com wrote: yes , If u exce su ,u must be get root permission first 2012/1/18 Putti Me putt...@gmail.com I try to execute the following code: * try {  Process process = Runtime.getRuntime().exec(su);     // blah blah }

[android-developers] Re: How to Printf in Android development ??

2012-01-16 Thread Anil Jagtap
If you want to print in application there is no way you can use printf. But if you want to print line for debugging purpose while development, it will be visible in LogCat view. System.out.printf is used for same. Cheers On Jan 13, 4:19 pm, Haider Ali haideralichoudh...@gmail.com wrote: Hello

[android-developers] Re: Giving away my book: Genius Android Marketing

2012-01-10 Thread Anil Jagtap
I want the book. Please count me in. Regards On Jan 5, 11:50 am, scp89 jayvanbui...@gmail.com wrote: I've recently finished writing the first full-length, android-specific book on Android Marketing. It covers tips, tricks, strategies, competitive analysis, and so much more. Everything I've

[android-developers] Re: can use ATM cum debit card of State Bank of India (SBI) for registration.

2012-01-02 Thread Anil Jagtap
Register your debit card to 'verified by visa'. After registration, you can generate 'Net Safe' virtual card of desired amount to pay online fees. It just works like credit card. Cheers On Dec 31 2011, 7:34 am, Aamir Khan ak4u2...@gmail.com wrote: On Sat, Dec 31, 2011 at 2:47 PM, Mohd Arshi

[android-developers] Re: App force closes after adding more than 3 markers

2011-12-27 Thread Anil Jagtap
May be an array have only 3 elements hard coded. On Dec 24, 10:58 pm, Znaz zehra...@college.harvard.edu wrote: I am making an app that uses Google Maps. After I try to add any more than 3 markers to the overlay, the app force closes. Why does this happen? -- You received this message because

[android-developers] Re: How can i terminate message, after sending it

2011-12-21 Thread Anil Jagtap
Run like they do in Olympics!! Or Superman!! Or use Doraemon's anywhere door!! Get the receivers phone before he/she reads the message and delete it. So simple!! On Dec 20, 2:15 am, surabhi jain surabhi17.j...@gmail.com wrote: Hi to all. Pls send me the source code or send the souce code

[android-developers] Re: Access denied error while trying to install new API

2011-12-20 Thread Anil Jagtap
check permissions on folders? Cheers -- anil jagtap Android Application Developer On Dec 14, 4:26 pm, Uday (Dave) uday...@gmail.com wrote: Hi, I have installed the android sdk 16 on my Windows7 machine I have installed the Android2.1 API initially without any glitch. But then again when I try

[android-developers] Re: difference of usage of 'frame tag' between android4.0 and android2.2

2011-12-15 Thread Anil Jagtap
It looks like it was webkit issue they have fixed now in 4.0 On Dec 15, 3:59 am, JIMUROJIYASU jitsuhats...@ezweb.ne.jp wrote: Please teach me the difference of usage of 'frame tag(frame scrolling= )' between android4.0 and android2.2. I compared android4.0(galaxy nexus) with

[android-developers] Re: Problem when running Android Program

2011-12-15 Thread Anil Jagtap
Where it happens? on emulator? What is the configuration of the machine you are using? -- anil Android Application Developer On Dec 14, 7:31 pm, Mona AlRekabi mona.alrek...@gmail.com wrote: I have a problem when I run  Android program for the second time it states that it's loaded to 27%, but

[android-developers] Re: how to block application installation

2011-12-15 Thread Anil Jagtap
Sounds more malware than an application. You cannot do it, installing and removing apps is users choice. -- anil jagtap Android Application Developer On Dec 16, 12:19 am, suganya lakshmanan suganyalakshmana...@gmail.com wrote: I want to block application installation in android..The user

[android-developers] Re: How to compile C / C++

2011-12-14 Thread Anil Jagtap
Hi, This may help you http://android-tricks.blogspot.com/2009/02/hello-world-c-program-on-using-android.html Cheers On Dec 15, 1:17 am, RAJU V kathiriraj...@gmail.com wrote: Hi this is Raju...              How to compile C / C++ by Android terminal..              Please help

[android-developers] Re: Reverse Engineering .APK files

2011-12-07 Thread Anil Jagtap
I wonder what made you think I did not understood what 'he' means. I know perfectly and that was the answer! Cheers On Dec 6, 8:41 pm, Kristopher Micinski krismicin...@gmail.com wrote: On Tue, Dec 6, 2011 at 8:37 PM, Anil Jagtap anil.so...@gmail.com wrote: Even if the application is reverse

[android-developers] Re: Reverse Engineering .APK files

2011-12-06 Thread Anil Jagtap
Even if the application is reverse engineered and say an cracker gets 100% of your code. Still, what is use? it is your app that is first in android market in case of android market apps. If someone makes a clone, it is still a 'clone' and you are the original. We are using Java and hence risk of

[android-developers] Re: After updating sdk from r06 to r15

2011-12-06 Thread Anil Jagtap
Simple Google search given me this http://androidbridge.blogspot.com/2011/09/error-retrieving-parent-for-item-no.html -- anil Android Application Developer On Dec 6, 12:39 am, Vivek Malavade vivek.malav...@gmail.com wrote: When I update my android sdk from r06 to r15, getting following error.

[android-developers] Re: please give me solution

2011-12-03 Thread Anil Jagtap
2 things you have to learn first. Below listed on priority: a) English b) Java Best luck!! On Dec 2, 2:11 am, sunkuru abhishek abhisheksunk...@gmail.com wrote: hello,  i am developing application,i am using CountDownTimer . new CountDownTimer(a, 1000) {                     public void

[android-developers] Re: Can we upgrade Android OS in a mobile??

2011-12-03 Thread Anil Jagtap
You need to check with the manufacturer. Any unauthorized/unapproved software has amazing ability to turn your phone in a stone or paperweight. By the way as Mike said, 3.0 is for tablets, not made for phones. Cheers On Dec 2, 5:52 am, kavya jabilideep...@gmail.com wrote: hi all, i am using

[android-developers] Re: Android with Python

2011-10-30 Thread Anil Jagtap
Scala is another language some people use for android development. I believe it is just a wrapper over Java, that wrapper compiler converts 'Scala' code in Java code. So, ultimately it is Java at the end. No other easy choice. NDK is bit complicated for general applications. On Oct 29, 5:57 am,

[android-developers] Re: How to transfer data between Android and Iphone

2011-10-20 Thread Anil Jagtap
If you want to do it one time, then copy in some computer and copy again to other device. If you need frequent data transfer then AFAIK, you need some service stand in between iPhone and Android , like a web server. Then you can write web services to send and receive data. No easy way than this I

[android-developers] Re: youtube video uploading in android application

2011-10-19 Thread Anil Jagtap
100% agree with you Jim On Oct 19, 6:37 pm, Jim Graham spooky1...@gmail.com wrote: On Wed, Oct 19, 2011 at 12:53:38PM -0700, KAlexander Kepler wrote: I will ask the same question as many time same s as  needed until l get an answer. But you HAVEN'T asked a question, nor have you posted

[android-developers] Re: Can't respond to user comments

2011-10-16 Thread Anil Jagtap
There are always some perverts writing irresponsible comments. As Kostya Vasilyev said, write to Google about it. On Oct 15, 8:50 pm, rastyrori rastyr...@gmail.com wrote: Today a user posted a comment about my app claiming that it accesses the user's phone numbers and calling history, which

[android-developers] SQlite text data type

2011-10-15 Thread Anil Jagtap
I am having a text data field in sqlite. When I read it using cur.getString(0), it reads nothing. Is text is blob in sqlite? If I decide to drop 'text' type then what max size data varchar can hold? Regards -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: SQlite text data type

2011-10-15 Thread Anil Jagtap
Thank you lbendlin Its working now!! Cheers On Oct 15, 9:43 am, lbendlin l...@bendlin.us wrote: Also, make sure your field 0 is actually a text field. Most often field 0 is the index field. -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: HI i want to retrive the values from excel file

2011-10-12 Thread Anil Jagtap
There is no built-in way to it in android. But you can do following. http://www.vogella.de/articles/JavaExcel/article.html Cheers On Oct 11, 5:05 am, basha visitba...@gmail.com wrote: Hi i am the new developer for phone-gap android.. i want some code, to retrieve the value from the excel

[android-developers] Re: HTTP Request Handler

2011-10-11 Thread Anil Jagtap
Dear Sunil, I have wrote something like following http://pastebin.com/6tX9UHQS Is that what you want? On Oct 10, 2:16 pm, Sunil Mishra suniljmis...@gmail.com wrote: Can any one please provide me an example of HTTP Request Handler. Please its urgent. -- You received this message because you

[android-developers] Re: Does Android Support SOAP web service?

2011-10-11 Thread Anil Jagtap
You may be interested in this http://www.helloandroid.com/tutorials/using-ksoap2-android-and-parsing-output-data Hope you will find this tutorial useful On Oct 10, 7:32 am, Archana archana.14n...@gmail.com wrote:  Hi, Could some one tell me whether android supports SOAP web Service. If yes

[android-developers] Re: how to parse xml from sdcard...

2011-09-29 Thread Anil Jagtap
I guess this article will help you http://p-xr.com/android-tutorial-how-to-parseread-xml-data-into-android-listview/ heers On Sep 29, 5:45 am, GopalaKrishnan D gopall...@gmail.com wrote: i don't know how to parse xml... i saw many example but i can't understand... can u help me -- ~*

[android-developers] Re: How to read data from an Xml file

2011-09-28 Thread Anil Jagtap
Dear Sumit, Here is what you looking for http://p-xr.com/android-tutorial-how-to-parseread-xml-data-into-android-listview/ Hope you can get some idea Cheers -- anil On Sep 26, 6:20 am, sumit garg sumitgr...@gmail.com wrote: hello I am trying to read data from an XML file which is in an

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

2011-09-07 Thread Anil Jagtap
That is fantastic martypantsROK On Sep 7, 5:24 am, martypantsROK martyg...@gmail.com wrote: I have been using jexelapi for my app. Works great and is easy to program.http://jexcelapi.sourceforge.net/ On Sep 6, 8:47 pm, pranay pranay.urk...@gmail.com wrote: Hi Friends, we have to