Re: [android-developers] how to detect when phone is answered or rejected

2014-05-05 Thread Amey Bapat
Hope this thing helps :P http://lmgtfy.com/?q=android+detect+call+answered On Mon, May 5, 2014 at 2:34 PM, Sadhna Upadhyay sadhna.braah...@gmail.comwrote: Hi Guys, can some one tell me that how to detect when phone is answered or rejected in outgoing calls. i have googled it but every where

Re: [android-developers] how to implement editable spinner in android

2013-07-02 Thread Amey Bapat
Hi, *http://lmgtfy.com/?q=editable+spinner+androidl=1 or * http://stackoverflow.com/questions/2243388/how-to-create-editable-spinner-in-android On Tue, Jul 2, 2013 at 6:11 PM, Sadhna Upadhyay sadhna.braah...@gmail.comwrote: how to implement editable spinner in android -- -- You

Re: [android-developers] Read data from android app and want to display on Web

2012-12-03 Thread Amey Bapat
Hi Ashish i hope this helps you.. http://www.codeproject.com/Articles/267023/Send-and-receive-json-between-android-and-php http://www.basic4ppc.com/forum/basic4android-getting-started-tutorials/8339-connect-android-mysql-database-tutorial.html On Mon, Dec 3, 2012 at 6:38 AM, Ashish Jain

Re: [android-developers] Re: Write to another application's internal memory

2012-12-03 Thread Amey Bapat
Hi , There are few bugs related to sharedUserId which you must take into account before using it mate. read more here: http://java-hamster.blogspot.in/2010/05/androids-shareduserid.html On Mon, Dec 3, 2012 at 2:23 PM, Android Test aandroidt...@gmail.com wrote: Hi All, Thanks for all the

Re: [android-developers] http post NetworkOnMainThreadException

2012-10-26 Thread Amey Bapat
http://lmgtfy.com/?q=NetworkOnMainThreadException+in+android On Thu, Oct 25, 2012 at 4:40 PM, aueddonline commsult...@gmail.com wrote: Below I have some of my MainActivity class which starts by making a http post request to the web server running on my development laptop. The webpage

Re: [android-developers] Tab Customisation

2012-10-13 Thread Amey Bapat
to their best On Monday, October 8, 2012 2:38:39 PM UTC+5:30, Amey Bapat wrote: google it..you would get a lot of tutorials on TabView On Mon, Oct 8, 2012 at 1:50 PM, janvi jagruth...@gmail.com wrote: Hello All I need a small information on tabs in android. I want to customise the tab

Re: [android-developers] Tab Customisation

2012-10-08 Thread Amey Bapat
google it..you would get a lot of tutorials on TabView On Mon, Oct 8, 2012 at 1:50 PM, janvi jagruthi.bha...@gmail.com wrote: Hello All I need a small information on tabs in android. I want to customise the tab in a similar way as our message tab in android phones Suppose when message

Re: [android-developers] Re: HTTP server in Android

2012-10-08 Thread Amey Bapat
for GCM refer this blog http://www.vogella.com/articles/AndroidCloudToDeviceMessaging/article.html On Mon, Oct 8, 2012 at 1:00 PM, gjs garyjamessi...@gmail.com wrote: Hi, A HTTP server is useful in Android for some apps, eg: wireless remote access to your files inside a LAN. Regards On

Re: [android-developers] android.os.NetworkOnMainThreadException in facebook wall post

2012-10-06 Thread Amey Bapat
http://www.vogella.com/articles/AndroidNetworking/article.html Read this blog..!! You will also get to understand about STRICT MODE.. On Sat, Oct 6, 2012 at 12:09 PM, lokesh gupta lokeshgupt...@gmail.comwrote: Put the network call innew thread.. U cant make network call in main thread On Oct

Re: [android-developers] Google Map Api key

2012-09-17 Thread Amey Bapat
you might be generating SHA1 fingerprint instead of MD5.. and if this is not the case then you should check in for any unwanted spaces when you register it with Google Maps Service On Mon, Sep 17, 2012 at 9:41 PM, rambabu mareedu rambabu.mare...@gmail.comwrote: i think what you had find that

Re: [android-developers] School project help needed.

2012-09-07 Thread Amey Bapat
Domin8rJ listen up buddy, wid due respect to the prev posts on this thread heres an idea for u.. u might take tym fr it but its k jus take any chap or couple of chaps frm any subject and jus create an app.. so i would b like having a chap in ur phone.. automating it in a way towards smarter

Re: [android-developers] How to remove(clear) shared preferences of one application from other application?

2012-09-07 Thread Amey Bapat
id u try doing this remove all SharedPreferences.Editor.clear() followed by a commit() also removing the package can also b an option On Fri, Sep 7, 2012 at 4:31 PM, Abhishek Kumar Gupta akgaec2...@gmail.comwrote: I want to remove(clear) the sharedpreferences of one application from other

Re: [android-developers] School project help needed.

2012-09-07 Thread Amey Bapat
well i agree its a bit difficult to understand it.. but it is ok.deal with it..!! On Fri, Sep 7, 2012 at 10:16 PM, Mark Phillips m...@phillipsmarketing.bizwrote: +200 On Sep 7, 2012 8:57 AM, TreKing treking...@gmail.com wrote: On Fri, Sep 7, 2012 at 7:33 AM, Amey Bapat amey.n.ba

Re: [android-developers] School project help needed.

2012-09-07 Thread Amey Bapat
relax guys..!! don't stretch it too much now..!! next time will make sure i don't type in a hurry..!! On Sat, Sep 8, 2012 at 1:49 AM, Lew lewbl...@gmail.com wrote: TreKing wrote: Amey Bapat wrote: well i agree its a bit difficult to understand it.. but it is ok.deal with it..!! How

Re: [android-developers] Icons in LISTVIEW...

2012-09-06 Thread Amey Bapat
import android.app.Activity; import android.app.ListActivity; import android.os.Bundle; import android.widget.ArrayAdapter; import android.widget.Button; import android.widget.ListView; public class Home extends ListActivity { String [] names = {aa, bb, cc, dd}; int [] images = {

Re: [android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Amey Bapat
yes jus change the text to google.com it works.. On Wed, Aug 29, 2012 at 2:47 PM, Jason Sesso djse...@gmail.com wrote: Change your to actual text. :P I bet its because it thinks its a phone number. On Wednesday, August 29, 2012 2:08:22 AM UTC-7, Sandy wrote: I tried this also

Re: [android-developers] Re: how to exit from app

2012-08-29 Thread Amey Bapat
try system.exit(0); On Wed, Aug 29, 2012 at 2:51 PM, Jason Sesso djse...@gmail.com wrote: Do you need all of the other activities? You can put finish() on the ones that you are leaving when you go to the next one. On Wednesday, August 29, 2012 2:15:02 AM UTC-7, Sadhna Upadhyay wrote: Hi

[android-developers] Booting IOS 4 on android phone

2012-06-28 Thread Amey Bapat
Well have googled it a lot and have a fair idea of it but still would like to get some pointers in that matter.. basically what i want to do is when i start the phone there should be a choice between choosing IOS4 or IcecreamSandwhich for the Users.. -- You received this message because you

Re: [android-developers]

2012-06-14 Thread Amey Bapat
Read about Asynctask... it hads methods called as doInBackground() and onPostExecute() preexecute() publishprogress() do smething in background in da method doInBackground() and from onPosExecute() throw and intent and start activity On Thu, Jun 14, 2012 at 11:56 AM, Vijay Krishnan

Re: [android-developers] Landscape Portrait and more... advanced question

2012-06-14 Thread Amey Bapat
public class Home extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(new MySurface(this)); } } heres da code fr MySurFace public

Re: [android-developers] mapviewError

2012-06-13 Thread Amey Bapat
check your logcat if u r getting dis line in red color couldn't get connection factory client den check your map apikey ..der is smething wrong there.. are u creating the fingerprint using md5 or sha1..(command prompt creation of map key) all da best On Wed, Jun 13, 2012 at 4:59 PM, deepak

Re: [android-developers] mapviewError

2012-06-13 Thread Amey Bapat
exactly..thats what ws trying to suggest..!! On Wed, Jun 13, 2012 at 5:27 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Wed, Jun 13, 2012 at 4:57 PM, deepak mamdapure developer.it.a...@gmail.com wrote: plz Suggest me any one i wrote all code for mapview but it does not

Re: [android-developers] App Security

2012-06-13 Thread Amey Bapat
apk signing ...read fr obfuscation of the code also On Wed, Jun 13, 2012 at 5:34 PM, sujit dubey sujit...@gmail.com wrote: Hi, Is there a way to prevent reverse engineering on .apk file generated for app? -- You received this message because you are subscribed to the Google

[android-developers] problem running Monkeyrunner script in ubuntu

2012-06-04 Thread Amey Bapat
HELLO PEOPLE, well i have wriiten a sample python script in my eclipse. now i need to run it on my emulator. this is whr i am getting stuck.. dis is the blog i followed to make it work http://goravsingal.hubpages.com/hub/Android-UI-Automation-with-Python where dey say this is to be done.. Open