[android-developers] How to stop navigating to previous screen when mobile orientation changes

2012-01-06 Thread Upendra Reddy Vuyyuru
Hi All, My automatically navigating to previous screen when mobile orientation changes. Let us take I have 3 screens like *a, b, c.* In *portrait* mode I opened *a* and navigates to screen *b.* If i changes the orientation of mobile from *portrait* to *landscape* it automatically navigates to

Re: [android-developers] How to stop navigating to previous screen when mobile orientation changes

2012-01-06 Thread Upendra Reddy Vuyyuru
G yogi2...@gmail.com wrote: Hi, May be you need to put that same xml file of portrait screen of tht *b *screen to landscape folder and try or in manifest fail make orientation has portrait.. Regards, Yogendra G On Fri, Jan 6, 2012 at 4:17 PM, Upendra Reddy Vuyyuru upendraredd

[android-developers] How to get mobile number

2012-01-04 Thread Upendra Reddy Vuyyuru
Hi All, I need to find the mobile number. Any ideas? Thank you in advance... Regards Upendra -- 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] Third Party API to get mobile number which is associated with SIM serial number.

2012-01-04 Thread Upendra Reddy Vuyyuru
Hi All, I am planning to get the mobile number. I tried by using the following code snippet TelephonyManager info = (TelephonyManager)getApplicationContext().getSystemService(Context.TELEPHONY_SERVICE); String phoneNumber = info.getLine1Number(); the above snippet always returns null value. By

[android-developers] Third Party API to get mobile number which is associated with SIM serial number.

2012-01-04 Thread Upendra Reddy Vuyyuru
Hi All, I need to get the mobile number which is associates with SIM Serial number. Is there any Third party API to get mobile number. Thank you in advance Regards Upendra -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Request for folder structure and way of call the Servlet methods through app

2012-01-04 Thread Upendra Reddy Vuyyuru
Hi All, I would like to call a method from servlet class through my app. To call that method i used the following code snippet. CustomHttpClient.executeHttpPost(target page url, postParameters); Can anybody please help me out how to give the URL of that Servlet class. If it is PHP we can give

[android-developers] TelephonyManager.getLine1Number() returns null always

2012-01-02 Thread Upendra Reddy Vuyyuru
Hi All, I am trying to fetch the telephone number of the device. I am calling TelephonyManager.getLine1Number() it always returns null. Thank you in advance Regards Upendra Reddy.V -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Reg: Layout for File browser/picker option

2011-12-15 Thread Upendra Reddy Vuyyuru
Hi All, I am stuck with layout of file Browser/Picker. Main aim is to upload an image to server. So, to upload a image first we need to browse that file. So provide me the structer to choose file from folder available in SD Card. Thanks in Advance, Regards Upendra -- You received this