Re: [android-developers] Re: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file?

2013-06-04 Thread rauf qureshi
Xml file is not used for layout which will load on run-time. On Tue, Jun 4, 2013 at 9:16 AM, Jonathan S xfsuno...@gmail.com wrote: Not in XML. You only do that in Java. On Monday, June 3, 2013 10:15:54 PM UTC-4, マキレット wrote: Hello. I am Japanese. Is it possible to divide View used using

Re: [android-developers] Re: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file?

2013-06-04 Thread rauf qureshi
Xml is only used for layout which will load at run-time. On Tue, Jun 4, 2013 at 9:16 AM, Jonathan S xfsuno...@gmail.com wrote: Not in XML. You only do that in Java. On Monday, June 3, 2013 10:15:54 PM UTC-4, マキレット wrote: Hello. I am Japanese. Is it possible to divide View used using a

Re: [android-developers] want vertical coverflow

2012-11-05 Thread rauf qureshi
Thanks for comment, but can you please tell where exactly I have to change in the code for that. Thank you Regards, Rauf Qureshi On Sun, Nov 4, 2012 at 10:32 PM, TreKing treking...@gmail.com wrote: On Sun, Nov 4, 2012 at 5:54 AM, rauf qureshi qureshira...@gmail.comwrote: I got link

[android-developers] want vertical coverflow

2012-11-04 Thread rauf qureshi
)http://www.flexdownloads.com/preview_source/114/ Thank you Regards, Rauf Qureshi -- 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

Re: [android-developers] single selection listveiw

2012-11-03 Thread rauf qureshi
Hi Parmar, yap, I have tried that but this will work with ArrayAdapter not by class which extends BaseAdapter. Thank you Regards, Rauf Qureshi On Fri, Nov 2, 2012 at 11:53 AM, Nirav Parmar n.parma...@gmail.com wrote: Hi Rauf, Did you have tried this listView.setChoiceMode

Re: [android-developers] single selection listveiw

2012-11-01 Thread rauf qureshi
{ holder.checkProfileItem.setChecked(false); } Thank you Regards, Rauf Qureshi On Wed, Oct 31, 2012 at 12:04 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Wed, Oct 31, 2012 at 10:51 AM, rauf qureshi qureshira...@gmail.comwrote: hello friends, I am developing

[android-developers] single selection listveiw

2012-10-30 Thread rauf qureshi
hello friends, I am developing listview with customerAdapter which extends baseAdapter,in each item of list there is two textview and one check box is there , so i want to select one check box at a time but i am unable to do that can any body give me solution for that Thanks in advance -- You

[android-developers] spinner

2012-10-23 Thread rauf qureshi
Hello friends , I want to show Select option in spinner when application launch,and when i select any item that should be on the spinner how we can do this. Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] GroupActivity is not being closed

2012-09-29 Thread rauf qureshi
hello friends, I am using GroupActivity in this i have used Toptab and BottomTab. now problem is that when i am pressed back buttom application is not being closed .so can any body tell me solution of that i have also used onBackPressed() { finish();

[android-developers] when i am trying close this activity it is not being closed.

2012-09-29 Thread rauf qureshi
import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; import java.util.Vector; import org.ksoap2.serialization.SoapObject; import android.app.Activity; import android.app.ActivityGroup; import android.app.LocalActivityManager; import

[android-developers] tab view

2012-09-24 Thread rauf qureshi
hello friends please help me how to design top tab and bottom tab in one activity and each tab should be different action. Thanks -- 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] how to send vector from one activity to another

2012-09-21 Thread rauf qureshi
hello friends I am trying to send Vector one activity to another activity how to do this can any body tell me. thanks -- 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

[android-developers] Google Map Api key

2012-09-17 Thread rauf qureshi
Hello friends, I am working with google map,I have generate MD5 certificate. when i am trying to generate api key its showing message that invalid certificate so can any body help me what is error -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] installation issue

2012-09-13 Thread rauf qureshi
hello everyone I want to install my android application in HTC android device but i am not able to connect that in installation mode can any body tell the solution. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] json format

2012-09-12 Thread rauf qureshi
hello everyone, JSONObject json=new JSONObject(); json.put(date,25/10/2012); in above code when i send this request to server date automatic converted into following format 25/\10/\2012 can any body tell me how to send date on the server using json in 25/10/2012 format. Thanks in advance --

Re: [android-developers] json format

2012-09-12 Thread rauf qureshi
, 2012, at 3:40 PM, rauf qureshi quresh...@gmail.com wrote: in above code when i send this request to server date automatic converted into following format 25/\10/\2012 can any body tell me how to send date on the server using json in 25/10/2012 format. It's the other way around

Re: [android-developers] json format

2012-09-12 Thread rauf qureshi
one uses backslashes? -- Lew rauf qureshi wrote: Thanks friends to comment. i [sic] have solved this problem just pass your string with 25\\10\\2012 John Coryat wrote: or... switch to '-' instead... -John Coryat Harri Smått wrote: rauf qureshi quresh...@gmail.com wrote

Re: [android-developers] soap request parameter

2012-09-10 Thread rauf qureshi
- http://lmgtfy.com/?q=android+send+soap+request Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 5:23 AM, rauf qureshi qureshira...@gmail.comwrote: hello everyone can anybody tell me how to send soap request in the following

Re: [android-developers] soap+android related problem

2012-09-09 Thread rauf qureshi
On Sun, Sep 9, 2012 at 3:48 AM, TreKing treking...@gmail.com wrote: On Sat, Sep 8, 2012 at 3:44 AM, rauf qureshi qureshira...@gmail.comwrote: i am troubling with above code Learn to debug your own code or post a *small* sample of code with a * clear* explanation of the problem you're

Re: [android-developers] soap+android related problem

2012-09-08 Thread rauf qureshi
MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Sep 7, 2012 at 7:38 AM, rauf qureshi qureshira...@gmail.comwrote: can any body tell me how to send soap request in json format please reply thanks in advance -- You received this message because you are subscribed

[android-developers] soap+android related problem

2012-09-07 Thread rauf qureshi
can any body tell me how to send soap request in json format please reply thanks in advance -- 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

[android-developers] soap request parameter

2012-09-05 Thread rauf qureshi
hello everyone can anybody tell me how to send soap request in the following format in android ?xml version=1.0 encoding=utf-8? soap:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:soap= http://schemas.xmlsoap.org/soap/envelope/;

[android-developers] soap

2012-09-03 Thread rauf qureshi
hello everyone, can anybody explain me SOAP service I have found many example but i have not cleared following parameters NAME_SPACE METHOD SOAP_ACTION URL Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers]

2012-08-31 Thread rauf qureshi
package com.example.splashscreentest; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapSerializationEnvelope; import org.ksoap2.transport.HttpTransportSE; import android.app.Service; import android.content.Context; import

Re: [android-developers] Bluetooth connection problem

2012-08-30 Thread rauf qureshi
//demo3.idhasoft.us/iloyal/api/iloyal/customer.php/customer.login //I have develop following code can any body tell me solution of following errors import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapSerializationEnvelope; import

Re: [android-developers] java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

2012-08-28 Thread rauf qureshi
can any body tell me how to make a post in this group for problem solution and please some one update me about payment gateway and its charges is apply to use this server please help me On Mon, Aug 27, 2012 at 8:36 PM, nikhilesh singh Tak nikhileshsingh...@gmail.com wrote: Hi Mark,

Re: [android-developers] Live audio stream - Android 2.x - possible ?

2012-08-28 Thread rauf qureshi
Use RTSP protocol for that On Mon, Aug 27, 2012 at 5:22 PM, Dmitriy F midnight@gmail.com wrote: I need to play a live audio stream on devices with 2.x and greater versions. Thishttp://developer.android.com/guide/appendix/media-formats.html states that it's impossible to play live