[android-developers] Я не могу зарегистриваться Разработчиком по Украинскому паспорту, почему ?

2023-05-30 Thread Ga Me
Я не могу зарегистриваться Разработчиком по Украинскому паспорту, почему ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[android-developers] wlan blacklisting

2016-12-22 Thread me
Hey guys! in our app, i use wifimanager to manually connect to wlan networks. since android 7 on a pixel phone wlan connections get rejected with: 12-22 21:52:18.499 1070-1450/? E/WifiQualifiedNetworkSelector:: MyWifi:84:dd:20:a6:96:84 is in blacklist. Is there any way to unblacklist wifi

[android-developers] removing items from listview and array list problem

2012-03-04 Thread minnie me
I have this code i am used to pass an array list to another page and show it as a listview. When the list shows up, i want to be able to check an item and remove it at button click which will modify the array. public class Oppout extends Activity { int selectedPosition; /** Called

[android-developers] Re: EditText input into array

2012-02-29 Thread minnie me
got it..i put it after the button click now..and i don't have tiime to learn java first..i need to do both. thanks On Feb 29, 8:27 am, TreKing treking...@gmail.com wrote: On Wed, Feb 29, 2012 at 12:53 AM, minnie me mgm...@gmail.com wrote: This is my new updated code, it prints out blank input

[android-developers] Re: EditText input into array

2012-02-28 Thread minnie me
It doesn't store array and allow me to display it on click On Feb 28, 8:45 am, TreKing treking...@gmail.com wrote: On Mon, Feb 27, 2012 at 9:45 PM, minnie me mgm...@gmail.com wrote: Add more button and storing to array doesn't quite work Would you explain what doesn't quite work means

[android-developers] Re: EditText input into array

2012-02-28 Thread minnie me
()); } }); On Feb 28, 12:54 pm, TreKing treking...@gmail.com wrote: On Tue, Feb 28, 2012 at 11:46 AM, minnie me mgm...@gmail.com wrote: It doesn't store array and allow me to display it on click That's still quite ambiguous. Read the link I gave you, then please try again

[android-developers] EditText input into array

2012-02-27 Thread minnie me
I have an input box (EditText1) 1. that i want to keep adding values and save them to an Array 2. then when am done, i can click the done button and it can take me to the next screen and I can display the values or call the values of the array.. this is what i have so far 1. Done Button Works 2

[android-developers] Re: check box states

2012-02-27 Thread minnie me
thanks, it work On Feb 23, 10:45 am, chanakyaraichur chanakyaraic...@gmail.com wrote: Instead of checkbox.ispressed() Use !checkbox.ischecked On Feb 23, 2012 8:32 PM, TreKing treking...@gmail.com wrote: On Tue, Feb 21, 2012 at 9:39 PM, minnie me mgm...@gmail.com wrote: Am trying

[android-developers] check box states

2012-02-23 Thread minnie me
Am trying to get the count of how many check boxes are selected and if you de-select one, it's suppose to update the counter to -1..So if i select 4 check boxes and it says check less = count 4...then i pick 3 and the counter=3..this is what i have: // ---CheckBox 1--- final CheckBox

Re: [android-developers] Re: How to set the preferred APN through code?

2012-01-23 Thread Putti Me
Thanks Sayed for the sample code. But unfortunately even that didn't work. The 'insert' i.e. the line: getContentResolver().insert(*PREFERRED_CONTENT_URI*, values); always returns null. I'm using 2.3.3. Looks like

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

2012-01-17 Thread Putti Me
I try to execute the following code: * try { Process process = Runtime.getRuntime().exec(su); // blah blah } catch (Exception e) { res += ERROR + e.getMessage() + \n; } * And I get the following exception:: Error running exec(). Command: [su] Working Directory: null Environment: null

Re: [android-developers] Wifi is currently being used.

2012-01-16 Thread Putti Me
Thanks for that info. getTotalRxByteshttp://developer.android.com/reference/android/net/TrafficStats.html#getTotalRxBytes()() + getTotalTxByteshttp://developer.android.com/reference/android/net/TrafficStats.html#getTotalRxBytes()() gives me the total bytes transferred. Does this include all

Re: [android-developers] Custom list and onClick

2011-07-04 Thread Me
Hi Dawid Fixus ; It should work for single click . . . Have you put the breakpoint in method public void onClick(View v) { Log.i(testy, this.news.getName()); } and see if the control is coming into this method on single click . . .. On Fri,

Re: [android-developers] Connect via Bluetooth without Permission

2011-06-23 Thread Me
sends a string (for example,'Hello world') to the device found in Device Discovery. It should be noted that this should not ask for the second device to accept the connection request. The string should automatically be sent to the found device. Please help me in this. -- You received

[android-developers] HTML ImageGetter not working, showing a square with text obj

2011-06-07 Thread Agnes Despicable Me
Hi all, I have a TextView in a ScrollView. Within the TextView there are instructions on how to walk to a particular destination (like Google maps directions). What I want to do is display an image before the line of instruction. E.g: [image here] Turn to left. I use html imageGetter to

Re: [android-developers] Help needed in.android tabs

2011-05-07 Thread Me
Can't understand what you exactly need ,for tabs you can visit below links ... http://developer.android.com/resources/tutorials/views/hello-tabwidget.html http://developer.android.com/resources/tutorials/views/hello-tabwidget.html

Re: [android-developers] Re: onBackPressed to hide Not destroy activity

2011-05-07 Thread Me
On back button you need to save the instance state of activity . . . On Fri, May 6, 2011 at 11:51 PM, Kevin TeslaCoil Software ke...@teslacoilsw.com wrote: moveTaskToBack is what you're asking for, but check the rest of the documentation about the lifecycle too to make sure it's what you

[android-developers] Fwd: How to Implement onChildClick Listener

2011-05-07 Thread Me
the onChildClick Listener ... -- Forwarded message -- From: Me tonasirin...@gmail.com Date: Thu, May 5, 2011 at 6:53 PM Subject: How to Implement onChildClick Listener To: android-developers@googlegroups.com I am following the example code given on android developer site for develop

[android-developers] How to Implement onChildClick Listener

2011-05-05 Thread Me
But control not coming inside the onChildClick () method . Anyone guide me where I am doing the wrong ... Hope someone teach where is my mistake --- Regards : Aftab --- -- You received

[android-developers] encryption give different result in android and jsp

2011-04-28 Thread me mine
Hi all, I use encryption method like at post: http://groups.google.com/group/android-developers/browse_thread/thread/091d69976f4b9362. public class SimpleCrypto { public static String encrypt(String seed, String cleartext) throws Exception { byte[] rawKey =

[android-developers] Fwd: Handle Multi Screen

2011-04-23 Thread Me
-- Forwarded message -- From: Me tonasirin...@gmail.com Date: Wed, Apr 20, 2011 at 6:11 PM Subject: Handle Multi Screen To: android-developers@googlegroups.com Hi Community I am using smack for a chatting module in my application … Now there is need to handle the multi chat

[android-developers] Handle Multi Screen

2011-04-20 Thread Me
Hi Community I am using smack for a chatting module in my application … Now there is need to handle the multi chat screens. Right now I am opening my chat screen activity as below Intent chatIntent=new Intent(HomeActivity.this,ChatActivity.class); startActivity(chatIntent); When a user press

Re: [android-developers] Activity Restart On Rotate Phone

2011-04-20 Thread Me
you are facing problem feel free to ask . . . On Mon, Apr 11, 2011 at 10:54 PM, anik ralhan rebellion.a...@gmail.comwrote: hey can you please send me the steps that you followed,actually m also facing the same problem On Sun, Apr 10, 2011 at 2:56 PM, Me tonasirin...@gmail.com wrote: Hi

[android-developers] pen source XMPP client for android

2011-04-17 Thread Me
Dear All ; Anyone can point me *o**pen source XMPP client for android ?* **I am working on a social network application where I need to handle client side .I can't know which xmpp client I use for this . . thanks --- Regards

Re: [android-developers] pen source XMPP client for android

2011-04-17 Thread Me
. http://www.beem-project.com/. On Sun, Apr 17, 2011 at 7:55 PM, Me tonasirin...@gmail.com wrote: Dear All ; Anyone can point me *o**pen source XMPP client for android ?* **I am working on a social network application where I need to handle client side .I can't know which

Re: [android-developers] Android+Google Docs

2011-04-16 Thread Me
Dear Reptil ; In some past I use smack jar for this .. On Sat, Apr 16, 2011 at 2:01 PM, Reptil christophepeix...@gmail.com wrote: How can i develop a Android Application that allow someone to login in his Google Docs account? And which library i much use? -- You

Re: [android-developers] How to Access Gmail Account Contact in Android

2011-04-12 Thread Me
...@gmail.com wrote: Hi Dears ; I am working on a messenger type application where I need to access all contacts (gmail-ID) related to a specific user , Anyone can give me the hint how I can do this ? Can I use google contact API for this ? Whoever is in your contacts, s/he do no have to have any

Re: [android-developers] Bluetooth in Android

2011-04-10 Thread Me
Dear Vishal Rajpal ; *Android BlueTooth example on developer site is an good example to connect and discover devices * *using both discovering and pairing method .* *Tell me where you are facing problem ?* * * On Sat, Apr 9, 2011 at 5:55 PM, Vishal Rajpal

Re: [android-developers] Activity Restart On Rotate Phone

2011-04-10 Thread Me
Hi thanks group I solved this one On Mon, Apr 11, 2011 at 1:34 AM, TreKing treking...@gmail.com wrote: On Sun, Apr 10, 2011 at 1:12 AM, Jons Jean tonasirin...@gmail.com wrote: problem is this when I rotate phone its activity got restart , How I can handle it ? Read the

[android-developers] Android 2.0 source group

2009-11-30 Thread me
Would someone be kind enough to zipup the android 2.0 source code related to the MediaRecorder class and email it to me? My code works fine in the emulator but MediaRecorder.Start() is failing on the droid. There error message only says could not start. Thanks michaelto...@yahoo.com

[android-developers] Re: Eclair install choked with errors about locks and died horribly leaving corrupted install

2009-11-05 Thread Call Me Paul
Hello, I am having the same issue, can someone post the steps to solve this? I got v1.1 working on eclipse (still not sure why) for for the rest I get the warning temp error. Thanks! On Nov 5, 12:07 am, ekwang ekwa...@gmail.com wrote: When I try to upgrade Android SDK Tools, revision 3, by

[android-developers] SDK installation problems on Vista

2009-11-05 Thread Call Me Paul
Hello, I am having troubles installation the SDK on vista. I get a warning telling me that it could't move data from a /temp directory to its final destination under /platform/androidxx and that I should check if any program was using windows explorer or that folder. I tried several times, I

[android-developers] Re: webview to show large picture zoomed out

2009-05-19 Thread me tun
There is a new scale type in ImageView which will shrink (but not grow) an image to make it fit within the specified bounds. Not sure if there is the same for WebView. On May 19, 6:04 pm, rukiman ruksh...@optushome.com.au wrote: How can I get the WebView to make any content it loads for

[android-developers] Re: RingtoneManager.ACTION_RINGTONE_PICKER

2009-04-20 Thread me
Why doesn’t this work? Uri ringtoneuri=Uri.parse(/sdcard/myapp/customsounds/test.3gpp); RingtoneManager.setActualDefaultRingtoneUri(this, RingtoneManager.TYPE_RINGTONE, ringtoneuri); When I run this my ringtone ends up getting set to the default. I know the file is accessible because

[android-developers] RingtoneManager.setActualDefaultRingtoneUri not working

2009-04-20 Thread me
Why doesn’t this work? Uri ringtoneuri=Uri.parse(/sdcard/myapp/customsounds/test.3gpp); RingtoneManager.setActualDefaultRingtoneUri(this, RingtoneManager.TYPE_RINGTONE, ringtoneuri); When I run this my ringtone ends up getting set to the default. I know the file is accessible because

[android-developers] setActualDefaultRingtoneUri doesnt work

2009-04-20 Thread me
Why doesn’t this work? Uri ringtoneuri=Uri.parse(/sdcard/myapp/customsounds/test.3gpp); RingtoneManager.setActualDefaultRingtoneUri(this, RingtoneManager.TYPE_RINGTONE, ringtoneuri); When I run this my ringtone ends up getting set to the default. I know the file is accessible because

[android-developers] A quick question about the Roadmap

2009-04-02 Thread me tun
I just noticed on the roadmap http://source.android.com/roadmap that there will be support for additional types of displays beyond 2009. Is this limited to support for WVGA and QVGA, or will you guys perhaps be rolling out dual display support? Is this going to occur in the foreseeable future?

[android-developers] Re: How do I pass data in an intent from an activity started from the launcher?

2009-03-24 Thread me tun
to work. On Mar 24, 5:23 pm, Dianne Hackborn hack...@android.com wrote: http://developer.android.com/reference/android/content/Intent.html#pu...) And all of the other overloaded methods for various types. On Mon, Mar 23, 2009 at 10:40 PM, me tun a...@tpg.com.au wrote: How can I do

[android-developers] Re: How do I pass data in an intent from an activity started from the launcher?

2009-03-24 Thread me tun
at 4:13 PM, me tun a...@tpg.com.au wrote: Thanks Dianne, I'm not sure if I have been completely clear.  When I start my application from the launcher, I want to pass it some of my own data (left or right for example) if I'm talking about handedness...  How do I go about doing this?  I've

[android-developers] Re: How do I pass data in an intent from an activity started from the launcher?

2009-03-24 Thread me tun
LOL sorry, that was about as clear as before: I meant the user pressing the app icon :) On Mar 25, 10:52 am, me tun a...@tpg.com.au wrote: Yeah, I mean starting the application from the launcher! Does this mean I essentially cannot initialize my application with any data I want to pass

[android-developers] Re: How do I pass data in an intent from an activity started from the launcher?

2009-03-24 Thread me tun
? On Mar 25, 11:05 am, Mark Murphy mmur...@commonsware.com wrote: me tun wrote: Does this mean I essentially cannot initialize my application with any data I want to pass to it this way?  It seems very strange? Each activity usually only has one icon in the launcher. There is nothing to pass

[android-developers] Re: How do I pass data in an intent from an activity started from the launcher?

2009-03-24 Thread me tun
Thanks, you've been a great help. I understand that there is another list for framework discussion but I thought there would be a way to do it via the SDK so I asked here. Cheers everyone! On Mar 25, 11:20 am, Mark Murphy mmur...@commonsware.com wrote: me tun wrote: OK, time to come clean

[android-developers] Re: How do I pass data in an intent from an activity started from the launcher?

2009-03-24 Thread me tun
trying to achieve. On Mar 25, 11:47 am, Dianne Hackborn hack...@android.com wrote: On Tue, Mar 24, 2009 at 4:52 PM, me tun a...@tpg.com.au wrote: Does this mean I essentially cannot initialize my application with any data I want to pass to it this way?  It seems very strange? The user installed

[android-developers] Re: How do I pass data in an intent from an activity started from the launcher?

2009-03-24 Thread me tun
That's right, it's a nice group here :) On Mar 25, 11:57 am, Mark Murphy mmur...@commonsware.com wrote: me tun wrote: I had already tried Mark's way (great book btw) Thanks! which does work but isn't quite an elegant solution nor is it exactly what I'm trying to achieve. Oh, well

[android-developers] Re: How do I pass data in an intent from an activity started from the launcher?

2009-03-24 Thread me tun
How about I add a half screen theme and interpret it from that (perhaps via the history record class)? i.e: android:theme=@android:style/Theme.HalfScreen How would one go about creating their own theme? On Mar 25, 11:59 am, me tun a...@tpg.com.au wrote: That's right, it's a nice group here

[android-developers] How do I pass data in an intent from an activity started from the launcher?

2009-03-23 Thread me tun
Hello, I've tried something similar to this, intent.setData(Uri.parse (screenmode://android.ds/ActivityType=MY_ACTIVITY)); Can I just put anything, or is there a specific format I need to follow i.e. screenmode: something else, something else etc... Cheers guys.

[android-developers] Re: How do I pass data in an intent from an activity started from the launcher?

2009-03-23 Thread me tun
How can I do that? Is there a reference you can point me to? On Mar 24, 4:35 pm, Dianne Hackborn hack...@android.com wrote: Please don't make up URI schemes.  If you are passing app-private data, you should probably just put it in as extra fields of whatever type you want. On Mon, Mar 23

[android-developers] Re: A simple question regarding inter-process communication.

2009-03-22 Thread me tun
. Of course, they are transparently send across processes when necessary, or sent locally if the receiver is in the same process. This magic is the exact purpose of the Android Binder. Kenny On Mar 19, 1:05 pm, me tun a...@tpg.com.au wrote: Thanks Dianne, a colleague was telling me basically

[android-developers] Re: Is there a flag I can enable to permanently display the virtual keyboard in my app?

2009-03-22 Thread me tun
, and the only way I've been able to hide the soft keyboard is by hacking the onTouchEvent method the TextView class! And of course, I don't want to do this! On Mar 18, 1:47 pm, me tun a...@tpg.com.au wrote: One can set, android:windowSoftInputMode=stateVisible in the AndroidManifest... Cheers

[android-developers] A simple question regarding inter-process communication.

2009-03-18 Thread me tun
it is then displayed. Do I have to expose a remote interface via a service that co-resides between the two applications? Or can I do something simpler (is there a way to pass data between processes without defining your interface using AIDL)? Thanks for clearing this up for me, as I seem to be struggling

[android-developers] Re: A simple question regarding inter-process communication.

2009-03-18 Thread me tun
Thanks Dianne, a colleague was telling me basically this too. Does it matter that the activities are running on different processes? On Mar 19, 3:50 pm, Dianne Hackborn hack...@android.com wrote: If you are communicating between activities, you wouldn't use interfaces at all -- all

[android-developers] Re: Is there a flag I can enable to permanently display the virtual keyboard in my app?

2009-03-17 Thread me tun
One can set, android:windowSoftInputMode=stateVisible in the AndroidManifest... Cheers. On Mar 17, 2:14 pm, me tun a...@tpg.com.au wrote: Thanks Dianne, I've had a quick look through the code and have seen how the onTouchEvent in the TextView Class has been modified to display the soft

[android-developers] Is there a flag I can enable to permanently display the virtual keyboard in my app?

2009-03-16 Thread me tun
I want to permanently display the virtual keyboard in my application, but it seems bound by focus to an edit text field. Is there a way around this? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Is there a flag I can enable to permanently display the virtual keyboard in my app?

2009-03-16 Thread me tun
().getSystemService (Context.INPUT_METHOD_SERVICE); imm.showSoftInput(mTextEntry); But it seems to only work with an Edit Text view, I understand it makes little sense to do so but is there a way I can have it permanently raised for say an image view? On Mar 16, 11:03 am, me tun a...@tpg.com.au

[android-developers] Re: Is it possible to set focus to a component programmatically?

2009-03-16 Thread me tun
Yes, you should be able to use button.requestFocus(); On Mar 17, 1:19 pm, Zia zia.cha...@gmail.com wrote: Wondering if we have few buttons on a LinearLayout, is it possible to set focus to a button programmatically? Please advice. Thanks,

[android-developers] Re: Is there a flag I can enable to permanently display the virtual keyboard in my app?

2009-03-16 Thread me tun
to figure out what you want to do.  In this case WindowManager.LayoutParams has new options for controlling the input method, View has new methods, and the InputMethodManager class has the start of some documentation for how these things go together. On Mon, Mar 16, 2009 at 3:08 PM, me tun