[android-developers] Java Developer

2019-07-24 Thread sree chinna
Hi All Greeting from Simba Staffing Job Title : Java Developer Location Cincinnati, OH Contact C2C : Duration: 12 months Qualifications: 7-9 years object-oriented design and development of n-tier applications experience in multiple languages and related technologies (JAVA/J2EE, Web Services,

[android-developers] Re: Android documentation in PDF

2016-07-22 Thread sree kanth
I found this book online. But it was created in 2014. https://drive.google.com/open?id=0Bw6bPUwk2mfvZlZnOGJwZWRQLWc -- 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

Re: [android-developers] Re: How to develop openvpn.

2014-11-02 Thread sree android
I tried it.But it is giving force close. On Sun, Nov 2, 2014 at 5:03 AM, Sheharyar Naseer wrote: > Hey @sree, > Have you tried taking a look at ICS-OpenVPN > <https://code.google.com/p/ics-openvpn/>? Maybe that's what you're > looking for. > > -- > You

Re: [android-developers] Re: how to add URL button

2014-10-31 Thread sree android
try this code public void callWebURL( String urlLink) { Intent urlCalling= new Intent( Intent.ACTION_VIEW , Uri.parse( urlLink) ); startActivity( urlCalling); } On Sat, Nov 1, 2014 at 10:30 AM, Naresh Pedagani wrote: > > for this you can use webview,please go through bellow example. >

[android-developers] How to develop openvpn.

2014-10-31 Thread sree android
Hi Every one, We are developing Remote Access Application in android.For that we selected OpenVpn, but how to implement OpenVpn in android,is there any open source code for openvpn in android.Please share any information regarding openvpn. Thank you. -- You received this message because you ar

[android-developers] Exception in AES-256 Algoritham.

2014-10-20 Thread sree android
Hi friends, i am implementing json data decryption in android using AES-256, ECB mode. In these server implementation is done in php using Rijndael encryption* with 24 digit key and 32 digit initial vector,ECB mode.If i implement with this key and initial vector in client i got Exceptions saying E

Re: [android-developers] Get status in activity from BroadCastReceiver

2014-10-09 Thread sree android
gt; > } > return false; > } > > On Tue, Oct 7, 2014 at 5:11 PM, sree android > wrote: > >> Hi every one, >> I am implementing one internet based application,in this application i >> want to check internet status everywhere.So i am impleme

[android-developers] How to work with Digital certificates in android

2014-10-09 Thread sree android
Hi friends, I am working on digital certificates.In my project i am downloading .pem and .crt certificate into SD card,From these to certificate i need to generate BKS keystore programatically,for this i tried alot.but i did get any idea.Please help me any one. Thanks in advance. -- You receive

Re: [android-developers] How to implement app specific VPN

2014-09-25 Thread sree android
Thank you for giving replay, But my case is not for data transfer,In my application i want create VPN for connecting another server. On Thu, Sep 25, 2014 at 1:19 AM, Todd Grigsby wrote: > Sounds like you want to pass secure data. Why not just encrypt the data? > On Sep 24, 2014 4:29 AM,

[android-developers] How to implement app specific VPN

2014-09-24 Thread sree android
Hi, In my application, i need to implement application specific VPN and that VPN data should not modify the user.How can i implement this feature in my app. Thank you for advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

[android-developers] Align text right side in spinner

2013-12-04 Thread sree android
Hi, i want display text right side, inside spinner.my code is my root layout is LinearLayout.please guide 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 un

[android-developers] Avoid app force closed issue.

2013-12-02 Thread sree android
Hi friends, some times i am faceing a problum.That is when i am getting data from server using web services ,some times my app is force closed due to low internet peers(Low internet signals).how can i handle this problum and how can i avoid app force close problum. when my app app is force close a

[android-developers] Hijri Calender in android

2013-11-20 Thread sree android
Hi friends, i am developing HRMS app,it is developing with english and arabic.When i am implementing calender date will display in english and arabic.arabic follows hijri calender,how can i implement hijri calendeplease guide me.how can i do. thank you in advance. -- You received this mess

[android-developers] Question regarding screen orientation change

2013-11-04 Thread Mek&#x27;s Sree Rama
Share your Manifest fle code snippet where you have locked ? -- 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-dev

[android-developers] Re: 2 different text size in a text view

2013-10-29 Thread Mek&#x27;s Sree Rama
Try with The classes that affect character-level text formatting in a way that changes the width or height of characters extend this class http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.3_r2.1/android/text/style/MetricAffectingSpan.java/ search in android

Re: [android-developers] Re: insert data from android to sql server though WCF web services

2013-09-17 Thread sree android
this is my WCF implemented class code and interface this interface [OperationContract] [WebInvoke(Method = "POST", UriTemplate = "InsertLeaveRequest", BodyStyle = WebMessageBodyStyle.WrappedRequest, ResponseFormat = WebMessageFormat.Json, Req

[android-developers] insert data from android to sql server though WCF web services

2013-09-16 Thread sree android
hi friends, i am inserting data from my mobile to SQL Server using WCF web services.but Data is not inserting.So please help me any one.i wrote below code for that,check it is correct or not.it is giveing response code is 400. thank you, // POST request to HttpPost request = new HttpPos

Re: [android-developers] select from and to date at a time.

2013-07-08 Thread sree android
nt to develop your own calendar then you can use > http://developer.android.com/reference/android/util/MonthDisplayHelper.html > This will provide you basic calculations e.g. what should be first day of > calendar etc. > > Cheers > Dalvinder Singh > > > > On Mon, Jul 8,

Re: [android-developers] Re: Generate Barcode Image

2013-06-20 Thread sree android
Thank you friend. On Thu, Jun 20, 2013 at 12:28 PM, Jadranko Bodiroga < jadrankobodiroga1...@gmail.com> wrote: > i did not generate BarCode for android,but when i generete in some other > language,i just sent text with code to TextBox,and import EANCODE 13 Font > in that textBox.And it shown co

Re: [android-developers] Re: Generate Barcode Image

2013-06-19 Thread sree android
:52 PM, Piren wrote: > search this forum (also, the entire internet would be a good place).. > that's like the 20th time someone asked. > > > On Tuesday, June 18, 2013 10:25:17 AM UTC+3, sree wrote: >> >> Hi friends, >> I Need to generate barcode image in andr

Re: [android-developers] Generate Barcode

2013-05-16 Thread sree android
13 at 5:49 PM, Mukesh Srivastav wrote: > use the below link that will help you to create the barcode in Android. > > > http://www.mysamplecode.com/2011/09/android-barcode-scanner-using-zxing.html > > > > On Thu, May 16, 2013 at 5:43 PM, sree android > wrote: > >

[android-developers] Generate Barcode

2013-05-16 Thread sree android
Hi, How can i create a simple bar code create example in android. here when enter number in edit text that number will convert into bar code image. Please give me suggestion how can i implement this. -- -- You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] Barcode Generator

2013-05-05 Thread sree android
Hi In my App i read numbers from web application using webservices,using those numbers i need to generate barcode images.How it is possible. Please give me any idea or explain steps for do this. Thank you in Advance. -- -- You received this message because you are subscribed to the Google Group

Re: [android-developers] Re: Improve data retriveing time from server.

2013-04-16 Thread sree android
thank you friends. -- -- 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 Fo

Re: [android-developers] Improve data retriveing time from server.

2013-03-19 Thread sree android
Thakyou for your answer . -- -- 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

[android-developers] Improve data retriveing time from server.

2013-03-18 Thread sree android
Hi friends, i am developing CRM application in android,but when retriveing data from server it is take much time for displaying data on device.How can i improve thid problum. *For Example.* In Server has 100 records,when i am retriveinng these records i need to display with in the fraction of tim

Re: [android-developers] Re: remove blue strip below Tab with actionbar

2013-03-03 Thread sree android
Hi friend, Thank you for gave replay for my query,can you provide any example on this concept.please. Thank you 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@googleg

[android-developers] remove blue strip below Tab with actionbar

2013-03-01 Thread sree android
Hi friends . see the above attachment image.in that i implemented actionbar with tabs.but i need to remove blue strip of below tab and i need to adjust padding of tabs. i tried this,but i did not get result.can you please give me how can i do it.it is urgent for my requirement. Thanks in advance.

Re: [android-developers] Re: Adjust ActionBar Tabs Width

2013-02-16 Thread sree android
thank you rour best answer. -- -- 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...@googlegrou

[android-developers] Adjust ActionBar Tabs Width

2013-02-15 Thread sree android
Hi see The above attachment. I implemented ActionBar tabs,But when i add more than 3 tabs it is going back of the screen.so i need to adjust width for each tab.How can i do it. actually i need to implement 5 tabs. Thank you in advance. -- -- You received this message because you are subscribed

[android-developers] Pass Object between Fragments

2013-02-14 Thread sree android
Hi friends, I have a dout on Fragments.How can i pass object from fragment to fragment. Here My Code, /*/Sending Object.* CityData tname = lcd.get(position);//Here lcd is ArrayList Object and CityData is POJO class. CityFragment f2=new CityFragment()

[android-developers] Pass Object

2013-02-14 Thread sree android
Hi friends, I have a dout on Fragments.How can i pass object from fragment to fragment. Here My Code, CityData tname = lcd.get(position); CityFragment f2=new CityFragment(); Bundle b=new Bundle(); b.putSerializable("TNAME",tname); Lo

[android-developers] splash with animation

2013-02-13 Thread sree android
Hi Good Moorning, i need more help from these blog,How can i create splash screen with animation.these splash screen look like STC app in play store. Here activity will loaded from bottom to top,splash image move top when activity loaded. these i tried with small piece of code but it is not execute

[android-developers] select call option

2013-02-12 Thread sree android
Hi, i write a code for make a phone call,here code is String number=contactList[position]; Intent callIntent=new Intent(android.content.Intent.ACTION_CALL); callIntent.setData(Uri.parse("tel:"+number));

Re: [android-developers] Select Numbers from CustomListview

2013-02-11 Thread sree android
Thank you for your replay,But these is possible only one array of phone numbers,But i have two arrays.so i need to call these two types arrays in one dialogue see the second row their is three numbers these three numbers are accessing from three arrays. please give any sugession or share any exampl

[android-developers] Select Numbers from CustomListview

2013-02-11 Thread sree android
Hi, See above image,In that when i click on second row all numbers are display in dialogue.How it is possible.(means i would like to implement call function for the custom listview when i click on particular row all numbers will load one dialogue and select one number for phone call.) please give

[android-developers] Notification Services

2013-02-02 Thread sree android
Hi, Run app in background if app is close or open(example GMail in android mobile)and at these time notification will display every 1 min or notification will display when record is insert.(using webservices). How we can implement in android and please share me steps or any example. sorry for my e

Re: [android-developers] Re: Google Map Android Api V2 not working

2013-01-30 Thread sree android
can u send your xml code. -- -- 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

[android-developers] set Mydate to Datepicker

2013-01-30 Thread sree android
Hi, when i am create datepicker dialogue,it contain current date,month,year was displayed.instead of these i would like to display my own date,month,year. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

Re: [android-developers] Re: Google Map Android Api V2 not working

2013-01-29 Thread sree android
see these link,it is usefull to u. http://android-er.blogspot.in/2013/01/using-mapfragment-instead-of.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 unsu

[android-developers] Maps v2 with Fragments

2013-01-28 Thread sree android
Hi, How can i create maps v2 with using fragments. i saw few exmples in google.all the examples are extended using Activity or FragmentActivity.But i want to extend Fragment,because i implemented tabs using fragments.in these tabs on tab haveing locations.so i need to extend Fragment. sorry for sp

[android-developers] Different layout for Different screen sizes.

2013-01-22 Thread sree android
Hi, i am implementing UI design for samsung S3 and nexus S.when i am run my project compatability of screen is change. i am using separate layout in res folder like layout-sw240dp(Nexus S), layout-sw320dp(S3).when i am running these both devices are take layout-sw320dp xml file. can help any one f

Re: [android-developers] Re: What is Fragments?

2013-01-17 Thread sree android
thank you -- 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 option

[android-developers] What is Fragments?

2013-01-17 Thread sree android
What is Fragments,why we are using it.When we are working 16th API it is mandatory or not to extends FragmentsActivity. -- 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.co

[android-developers] How can i implement Datepicker with Alert

2013-01-12 Thread sree android
Hi, i need to display Datepicker with Three buttons(Set,Alert,Cancel).How can i implement these. i Traied these way , i took Alert Dialogue object and set three buttons to alert dialogue object(positive,negative,neutral).Here how can i take datepicker in alert dialogue. help me with any idea or s

Re: [android-developers] Re: Hi bros

2013-01-10 Thread sree android
thank you for you good 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 email to android-developers+unsubscr...@googleg

Re: [android-developers] Re: hi

2013-01-08 Thread sree android
i am reading data from webservices using ksoap. -- 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+unsubs

Re: [android-developers] Re: hi friends

2013-01-07 Thread sree android
3000 meand 3 milly seconds(1000 seconds for 1ms).It is correct. -- 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] Re: Hi bros

2013-01-04 Thread sree android
It is not Working 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-developers+unsubscr...@googlegroups.com Fo

[android-developers] Hi bros

2013-01-04 Thread sree android
Hi friends, See The above attachment image.In that i implemented CustomListView and text are retrive from SOAP webservices. But When i click on ListView,i cant get any response. Why suggest me,What is the problem. list.setOnItemClickListener(this); @Override public void onItemClick(AdapterView

[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 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

[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] Re: hi friends

2013-01-03 Thread sree android
I Got solution for this,Thank you no need to explain it. > TEXTVIEW > (TEXTVIEW | TEXTVIEW | TEXTVIEW) > -- 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 unsubscrib

[android-developers] Re: hi friends

2013-01-03 Thread sree android
TEXTVIEW > (TEXTVIEW | TEXTVIEW | TEXTVIEW) > -- 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

[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] Re: hi friends

2013-01-03 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 mor

Re: [android-developers] terminating android application

2013-01-02 Thread sree android
you can write finish() method end of the activity. -- 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+uns

[android-developers] Re: hi friends

2013-01-02 Thread sree android
I am asking customlistview inside customlistview.It is possible or not.If it is possible How. The above attachements are implemented with customlistview using webservices. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

[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 BROS

2013-01-01 Thread sree android
After takeing two one dimensional arrays, i prepared one two dimensional array.like this way String [ ][ ] taskoutput=new String[prioritynamearray.length][taskvaluesarray.length]; then Loop is rotating like this way, for (int s = 0; s http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: help me urgent

2013-01-01 Thread sree android
After takeing two one dimensional arrays, i prepared one two dimensional array.like this way String [ ][ ] taskoutput=new String[prioritynamearray.length][taskvaluesarray.length]; then Loop is rotating like this way, for (int s = 0; s http://groups.google.com/group/android-developers?hl=en

[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] XMLParsing

2012-12-24 Thread sree android
U have code for sax parser goto these blog www . ramscreative.blogslot.com.it helps to u. On Dec 24, 2012 12:22 PM, "Sadhna Upadhyay" wrote: > Hi Everybody, > >Can Some one tell me how to XML Parsing data from > server.please help me. > > > > > Thanks: > Sadhana. > > > > -- >

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,

[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] chek the image

2012-12-09 Thread sree android
Thank you bro i wil try. On Dec 9, 2012 7:34 PM, "Mohd Arshi Khan" wrote: > in image - > 1. list with header. >In header " > a button for speech and > a relative layout with edit box & button for plus. " > 2. list items are - > a imageview, check box, textview and a button for ca

[android-developers] chek the image

2012-12-08 Thread sree android
See the below image their is a feed the cat in that horizantal display is showed..Which concept is apply their. i tried many using expandablelistview child horizantally,but not showed. already one developer is said,it is contact Badge concept.but is not.plz send which concept is followed here and a

[android-developers]

2012-12-08 Thread sree android
See the below image their is a feed the cat in that horizantal display is showed..Which concept is apply their. i tried many using expandablelistview child horizantally,but not showed. already one developer is said,it is contact Badge concept.but is not.plz send which concept is followed here and a

Re: [android-developers] Java knowledge

2012-12-07 Thread sree android
Every one say java basics is enough for learning android,But it is wrong as my experience.We should know complete knowledge on Core java for learning android.But, for working in real time we should know basic knowledge on JDBC,Webservices,Servlets,JSP while developing real time projects,Now all th

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

[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 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

[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] sqllite database with data

2012-12-01 Thread sree android
Their is possible to do it.But it is supported only CRUD operations ,light weight database and it is local for single user. If you are maintain single database(common for every one)for all user you will maintain server and you can use web services in android project.(Here Client and Server relatio

Re: [android-developers] Re: hi bros

2012-11-30 Thread sree android
i am using but not working > > Toast.makeText(MyExpandableActivity.this,"Clicked > Child",Toast.LENGTH_LONG).show(); > > > > -- 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@googlegrou

[android-developers] Re: hi friends

2012-11-29 Thread sree android
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-developers+unsubscr...@googlegroups.com For more o

Re: [android-developers] How to create program on server side code java and client side code in android?

2012-11-28 Thread sree android
you can write server side code in JEE or PHP or .NET and using webservice concept we can use in android. these is the link,it is use full you. http://javatutorialspoint.blogspot.in/2012/02/simple-java-web-service-client-using.html -- You received this message because you are subscribed to the Go

Re: [android-developers] hi

2012-11-27 Thread sree android
thank you bro,i got solution.using remote DB -- 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.

[android-developers] hi

2012-11-21 Thread sree android
First thanks for your replay and spend your valuable time for me. What ever u said entire thing is 100% right,but how can i solve my problem i did not have anybody for solve these problem. These is Login access using JSON webservices , Here My server code and Android is gave.when i running thes

[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

[android-developers] Re: Unique "ANDROID_ID" for each User in Android 4.2 (bug or feature)?

2012-11-15 Thread Mek&#x27;s Sree Rama
It's feature. Your family members can use a single device. You can restrict On Thursday, November 15, 2012 1:19:11 AM UTC+5:30, Matthew Insko wrote: > > According to the documentation at > http://developer.android.com/about/versions/android-4.2.html: > "Beware that if your app requests one of th

[android-developers] Re: New to Android App Development need Advice in Designing UI

2012-10-16 Thread Mek&#x27;s Sree Rama
Hello Aadi, Have you tried with compatible jar for fragments and action bar. The compatible jar works well with version 2.3 API level 10. FYI. On Tuesday, October 9, 2012 12:39:08 PM UTC+5:30, Aadi Rockzz wrote: > > Hi Everyone, > > I'm going to develop an application for Android2.2 platform.

[android-developers] How can i use both Gallery and Grid views in one activity.

2012-10-02 Thread sree android
Hi friends,i am displaying images by using Grid and Gallery view with in the same activity.Can any body help me with code. -- 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.

[android-developers] hi

2012-10-02 Thread sree android
hi friends i would like store settings using sharedpreferences in my app,help any one with code.thank you. -- 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 unsubscri

[android-developers] hi

2012-09-20 Thread sree android
hi friends i would like to share my app to social networks with share button any one help with code. -- 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 fro

Re: [android-developers] hi

2012-08-31 Thread sree android
thank you for information. -- 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.co

[android-developers] hi

2012-08-27 Thread sree android
hai friends i would like to share my app in to social networks like facebook,twiter,gmail how.any body help with social networks code. -- 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@g

Re: [android-developers] Re: hi

2012-08-27 Thread sree android
i have one more dout,after posting the app into google play ,then some is download it ,at that time we will get any profit? sorry for my bad english. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

Re: [android-developers] Re: hi

2012-08-27 Thread sree android
hey friend may i known your location.i like you so much shall i talk to you personally. -- 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

2012-08-27 Thread sree android
hi how to post my app into google play, plz send procedure for that step by step 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, se

Re: [android-developers] Re: hi

2012-08-27 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] Re: Android button position changes while the screen rotating

2012-08-24 Thread sree android
you will use layoutland operation in your layout folder. -- 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-develope

Re: [android-developers] Re: hi

2012-08-24 Thread sree android
thank you for your replay,shall you provide any video for me...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, send email to androi

[android-developers] hi

2012-08-24 Thread sree android
hi friends i would like to play video from url (you tube video) in my app,t tried it but it cant play,any one help me. this is my code package com.aiss; import android.app.Activity; import android.net.Uri; import android.os.Bundle; import android.widget.MediaController; import android.widget.Vi

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] How to get every time new/refreshed Current Location

2012-08-23 Thread sree android
hai friends how can find distance between tow cities in my app,help me 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, send email t

[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] Re: Getting started with Android. Love the overall system architecture and SDK except for one thing...

2012-08-21 Thread Mek&#x27;s Sree Rama
are absolute and fixed, it will not fit in other device. regards Mek's Sree Rama On Wednesday, August 22, 2012 5:21:08 AM UTC+5:30, Indicator Veritatis wrote: > > Google's approach to documentation has its frustrating points, and to be > sure, finding the right XML name for

  1   2   >