[android-developers] Hi friends

2013-06-25 Thread Ibrahim Sada
Friends I Am trying to connect server on pc and client on android device.. My server is working fine... but my client is not working ... Here is my sever and client code... Server Code... public class Server_tcp { void run(){ { try { System

[android-developers] hi Friends..

2013-04-21 Thread Ibrahim Sada
Friends I Need To Read Xml File From My Friends System.. Using Xmlpullparser??or xml.. Please Help me 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

Re: [android-developers] hi friends

2013-01-07 Thread Belhouchet Ines
Thanks Nitin Sethi,that's help me too 2012/12/25, Nitin Sethi : > Here you go. > > http://stackoverflow.com/questions/6905262/how-do-i-show-a-custom-dialog-when-there-is-no-internet-connection > > On Monday, 24 December 2012 22:47:27 UTC+5:30, sree wrote: >> >> Thank u friend.Shall u share any cod

Re: [android-developers] hi friends

2013-01-04 Thread Kevin Duffey
Not sure your question You want someone to write the code for you? What is photo frames... Links to screen shots or examples might help. On Jan 4, 2013 8:33 AM, "surya pavan" wrote: > can you tell me the how to write a code for photoframes and tell me the > best tutorial for that .. > > --

[android-developers] hi friends

2013-01-04 Thread surya pavan
can you tell me the how to write a code for photoframes and tell me the best tutorial for that .. -- 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

[android-developers] hi friends

2013-01-04 Thread sree android
How can i fix SocketTimeoutException: Connection timed out give me any suggession. -- 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] hi friends

2013-01-04 Thread sree android
thank you i got it.Using SimpleDateFormat class. thank you bro. -- 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 android-d

Re: [android-developers] hi friends

2013-01-04 Thread skink
sree android wrote: > Here It contain lot of code,please explain me. do you mean SimpleDateFormat? pskink -- 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 unsubs

Re: [android-developers] hi friends

2013-01-04 Thread sree android
Here It contain lot of code,please explain me. -- 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 android-developers+unsubsc

Re: [android-developers] hi friends

2013-01-03 Thread Tamil Arasi
can u share the code?. Because that is easy to help u On Fri, Jan 4, 2013 at 12:37 PM, sree android wrote: > Hi friends > > i am reading date value from webservices (DD/MM/) and set these date > to textview.After Displaying the values is show like DD/MM/.Here i can > store reading date v

[android-developers] hi friends

2013-01-03 Thread sree android
Hi friends i am reading date value from webservices (DD/MM/) and set these date to textview.After Displaying the values is show like DD/MM/.Here i can store reading date value in one array and these array is bind to textview. But i want to display DD/MM only how. plz help me -- You rece

[android-developers] hi friends

2013-01-03 Thread sree android
The above attachment i can use four TextView and one CheckBox and One ImageView. Four textview are display like below format and when i click check box strike all textviews.give me ideas or any code. Between each textview i can use pipe symbol.how TEXTVIEW (TEXTVIEW | TEXTVIEW | TEXTVIEW) -- Y

Re: [android-developers] hi friends

2013-01-02 Thread rambabu mareedu
refer this link: http://ramscreative.blogspot.in/2012/05/custom-listview.html On Wed, Jan 2, 2013 at 6:22 PM, Tamil Arasi wrote: > Your question is not clear.. ask your question clearly.. > > > On Wed, Jan 2, 2013 at 6:00 PM, sree android > wrote: > >> Hi friends, >> The above attachment i pre

Re: [android-developers] hi friends

2013-01-02 Thread Tamil Arasi
Your question is not clear.. ask your question clearly.. On Wed, Jan 2, 2013 at 6:00 PM, sree android wrote: > Hi friends, > The above attachment i prepared ListView with Sections,Here i need to call > Custom Listview inside sections.It is posible or not. > If it is possible how can i do.please g

[android-developers] hi friends

2013-01-02 Thread sree android
Hi friends, The above attachment i prepared ListView with Sections,Here i need to call Custom Listview inside sections.It is posible or not. If it is possible how can i do.please give me stepts or any code links. thank you in advance. -- You received this message because you are subscribed to th

[android-developers] hi friends

2012-12-31 Thread sree android
Happy New Year to One And All. Please suggest me, The above attached image,How can i display that items.How can i add items particularly in Today or Tomarrow Textviews and also the line below of Today textview. Please send me replay with which concept is used and how. -- You received this messa

Re: [android-developers] hi friends

2012-12-25 Thread Nitin Sethi
Here you go. http://stackoverflow.com/questions/6905262/how-do-i-show-a-custom-dialog-when-there-is-no-internet-connection On Monday, 24 December 2012 22:47:27 UTC+5:30, sree wrote: > > Thank u friend.Shall u share any code. > On Dec 24, 2012 9:25 PM, "nemi chhimpa" > > wrote: > -- You receive

Re: [android-developers] hi friends

2012-12-24 Thread sree android
Thank u friend.Shall u share any code. On Dec 24, 2012 9:25 PM, "nemi chhimpa" wrote: -- 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,

Re: [android-developers] hi friends

2012-12-24 Thread nemi chhimpa
First check that intrrnet is on. If not then display toast message. Then open the network setting screen. Use handler postDelayed method to open network setting. So toast message will be displayed to screen On Dec 24, 2012 10:36 AM, "sree android" wrote: > when i am working webservices,internet i

[android-developers] hi friends

2012-12-23 Thread sree android
when i am working webservices,internet is mandatory.If without internet connection i would like to connect my app,at that scenario the TOAST message will display like "YOUR APP HAS REQUIRE INTERNET CONNECTION " .After display the message my app will exist or it will goes to network connection sett

Re: [android-developers] hi friends

2012-12-06 Thread sree android
Thank you sir,i am ur student. -- 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 android-developers+unsubscr...@googlegroup

Re: [android-developers] hi friends

2012-12-05 Thread rambabu mareedu
you need to take submenu On Thu, Dec 6, 2012 at 10:21 AM, sree android wrote: > i would like to display options menu in one activity,when i click one item > in options menu,another options (like options within the options menu on > same window )will be display in the same window.how it is posibl

[android-developers] hi friends

2012-12-05 Thread sree android
i would like to display options menu in one activity,when i click one item in options menu,another options (like options within the options menu on same window )will be display in the same window.how it is posible with any code.plz thank you. -- You received this message because you are subscribe

Re: [android-developers] hi friends

2012-12-05 Thread bob
Maybe this: tv.setPaintFlags(tv.getPaintFlags() & ~Paint.STRIKE_THRU_TEXT_FLAG); On Wednesday, December 5, 2012 6:00:21 AM UTC-6, sree wrote: > > TextView tv=(TextView) v.findViewById(android.R.id.text1); > > tv.setPaintFlags(tv.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG); > > using the abo

Re: [android-developers] hi friends

2012-12-05 Thread Παύλος-Πέτρος Τουρνάρης
Maybe setPaintFlags to null... Στις 5 Δεκ 2012 2:02 μ.μ., ο χρήστης "sree android" < android.sreeni...@gmail.com> έγραψε: > TextView tv=(TextView) v.findViewById(android.R.id.text1); > > tv.setPaintFlags(tv.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG); > > using the above line of code we can st

Re: [android-developers] hi friends

2012-12-05 Thread sree android
TextView tv=(TextView) v.findViewById(android.R.id.text1); tv.setPaintFlags(tv.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG); using the above line of code we can strike the text,but how can i remove the strike on the text.like reverse of above. -- You received this message because you are sub

Re: [android-developers] hi friends

2012-12-04 Thread TreKing
On Tue, Dec 4, 2012 at 4:06 AM, sree android wrote: > help me.i would like to display images in gridview from sd card specific > folder. > any body have any idea,give me please. > Try asking a more specific question. ---

[android-developers] hi friends

2012-12-04 Thread sree android
help me.i would like to display images in gridview from sd card specific folder. any body have any idea,give me please. -- 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

Re: [android-developers] hi friends

2012-11-29 Thread Jovish P
first image listview with custom adapter and custom layout for each row. based on the check u can strike of the text view text TextView tv=(TextView) v.findViewById(android.R.id.text1); tv.setPaintFlags(tv.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG); second image listview itself and on cl

Re: [android-developers] hi friends

2012-11-21 Thread Michael Banzon
First: I'm betting that you won't find anyone willing to give you a complete solution to this very vague problem. If you can ask a more specific question based on a real problem - not easily solvable by searching google etc. - people will be more likely to provide you with useful help. Second: You

[android-developers] hi friends

2012-11-21 Thread sree android
how can i access json web services from java(servlets or JSP) to android,here only i will check username and password of mysql database. when i enter username and password ,compare toMySql database.if comparation is true then navigate new activity,other wise display toast like invalid username and

Re: [android-developers] hi friends

2012-08-24 Thread sree android
thank you friend -- 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 android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] hi friends

2012-08-23 Thread Asheesh Arya
just go through this link hope you got some idea http://eagle.phys.utk.edu/guidry/android/mapOverlayDemo.html -- 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 unsubs

[android-developers] hi friends

2012-08-23 Thread sree android
i friends , i want to display route path between two cities in my app any one help plz -- 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,

[android-developers] hi friends visit this page you have many friends

2011-03-30 Thread GR
http://123maza.com/75/play814/ -- 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 android-developers+unsubscr...@googlegroup