[android-developers] maps navigation example

2015-12-02 Thread Seshu
Hi Guys, Need help regarding android maps navigation like how uber is displaying maps with navigation. If any one knows then please share the info or lins. Thanks in advance. Thanks, S.Seshu Hyderabad. -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] Get the background Running app list.

2015-07-08 Thread Seshu
Hi All, How can we retrieve the list of background runnings apps list in android. currently i am using public List getRunningTasks (int maxNum). But this method is deprecated in API level 21 i.e., from Lollipop onwards. is there any alternative method to get the running apps list. please t

[android-developers] Getting exception while cropping the image.

2014-08-27 Thread Seshu
Hi All, I am cropping my image which is selected from my gallery or captured from my device is getting exception and i am using moto g as well as moto e i.e., !!! FAILED BINDER TRANSACTION !!! Exception in new application when starting activity net.londatiga.android/.MainActivity android.os.Tra

[android-developers] Need help for Developing the app using Google Glass SDK.

2014-02-05 Thread Seshu
Hi Developers, I am new to Google glass SDK. can any one please help me how to start developing the app for google glass sdk. Thanks and Regards, S.Seshu -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Re: passing data from service to activity continously

2014-02-04 Thread Seshu
Use local broadcast manager for sending data from service to activity... On Friday, January 31, 2014 3:20:06 AM UTC+5:30, Goutom wrote: > > > For this, you can use a > BroadcastReceiver > in >> your Activity. >> >> H

[android-developers] Get Current Location

2013-08-28 Thread Seshu
Hi developers, I am doing project on maps in which i need to get the current location. if both network provider and gps provider disabled means then i am opening the locations in setting menu and then user ll select either any one and after selecting any one option i need to get the cu

Re: [android-developers] App is crashing and showing android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@4298f298 is not valid; is your activity running?

2013-07-23 Thread Seshu
please send test mail to this mail id sdotseshu143atgmaildotcom. i ll share code to ur mail id. On Tuesday, July 23, 2013 2:30:06 PM UTC+5:30, Pankaj wrote: > > Could you share your code? > > > On Tue, Jul 23, 2013 at 2:01 PM, Seshu >wrote: > >> Hi pankaj, >>

Re: [android-developers] App is crashing and showing android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@4298f298 is not valid; is your activity running?

2013-07-23 Thread Seshu
of Asyncro thread. put toast or dialog it in > 'onPreExcute()' or postExcute() methods as per your need. > > > On Tue, Jul 23, 2013 at 10:19 AM, Seshu >wrote: > >> Hi All, >>In my application am using webservices, the user is sign in the login >

[android-developers] App is crashing and showing android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@4298f298 is not valid; is your activity running?

2013-07-22 Thread Seshu
Hi All, In my application am using webservices, the user is sign in the login page using facebook so user ll giving his/her credentails, after grant access page in facebook came back to main screen and then am calling the user request data i.e., firstname, lastname and email id. for this one

[android-developers] Custom Base Adapter.

2013-05-09 Thread Seshu
Hi All, My requirements is i have a multiple listviews. i used base adapter class for each listview. Now i want to display this listview like contacts screen i.e., alphabetic order for example: A Ant Apple B Bat Boy C Camel Cat etc. for above requirement i need to change in all adapte

[android-developers] Fwd: How to Fetch user name in twitter with out authentication.

2013-05-01 Thread Seshu
Hi, How can we fetch the public data like username, profile pic in twitter with out autentication. please help if any one knows? Thanks and Regards, S.Seshu. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

[android-developers] How to Fetch Public Data about People Using Email Addresses or name.

2013-04-29 Thread Seshu
Hi Developers, I have a requirement where the user wants to fetch the public data from user email address and the data is from different social sites. for example i have facebook, twitter, linkedin etc.., for each one i have a basic information like profile picture, display name etc., when i

[android-developers] How to retreive edittext and spinner data added dynamically for a linear layout.

2013-04-18 Thread Seshu
when i press the plus image the view should added dynamically for the linearlayout which i defined in xml file. the views contains edittext and spinner and one checkbox button. when the user pressed the nxt btn the checkbox selected and corresponding the user entered the data must be saved. here h

[android-developers] Re: Retreive Special characters from sqlite files.

2013-03-21 Thread Seshu
wrote: > have you tried searching the web for "sqlite unicode"? > > > > > > > > On Thursday, March 21, 2013 8:45:29 AM UTC-4, Seshu wrote: > > > Hi All, > >        I am doing a small dictionary app and the data is in sq-lite > > file. when i

[android-developers] Retreive Special characters from sqlite files.

2013-03-21 Thread Seshu
Hi All, I am doing a small dictionary app and the data is in sq-lite file. when i search the keyword then corresponding words ll showing in a list view. in my database i have special characters i.e., ábaco, ábaco psicométrico when i entered keyword a then above words also i want. Any body k

[android-developers] Disable or Enable Applications through our Application.

2013-03-15 Thread Seshu
Hi All, Is there option Disable or Enable other Android Applications through our Application? If means then please provide steps for how to do?? -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Edit Text searching using Filters.

2013-03-11 Thread Seshu
Hi all, I am developing a small dictionary application in which the user can search the word. here i am using sqlite file for getting data. everything is working fine for me but i am getting the issue while searching the keyword i.e., when i entered some key word say wall then i need to displa

[android-developers] Re: I have problem working with SHARED PREFERENCES, I think is project specific... i used the same before without errors but now get error

2013-03-10 Thread Seshu
uot;One", value); editor.commit(); } } u can call this method by creating object in our activity class i.e. SharedPrefEx sharedPrefs = new SharedPrefs(); sharedPrefs.saveData("Seshu"); On Mar 11, 9:03 am, Deepa M wrote: > SharedPreferences myPrefs = > yourac

[android-developers] ArrayAdapter Vs BaseAdapter.

2013-02-28 Thread Seshu
Hi All, I want to show some students information i.e. id, name, address and contact number in listview. Which Adapter should i use here i.e, ArrayAdapter or BaseAdapter. What's the major difference between them. Thanks and Regards, S.Seshu. -- -- You received this message because you ar

[android-developers] Re: TextView vs Button

2013-02-26 Thread Seshu
Thanks to all. Now my doubt was cleared. On Feb 27, 8:28 am, Nobu Games wrote: > Well, a look at the source code reveals that Seshu has a point. There is > virtually no difference between a Button and a TextView: > > public class Button exte

[android-developers] TextView vs Button

2013-02-25 Thread Seshu
Hi All, I have one textview and one button. i know the purpose of both views but if i used background image and displayed text on both then both r looking same only. Is there any particular point which differentiate them. Thanks for all, Thanks and Regards, S.Seshu -- -- You received this

[android-developers] Re: An idea for Google Now!

2013-02-21 Thread Seshu
Lol:-) On Feb 21, 2:14 pm, Parthi K wrote: > :) > > Thanks & Regards, > Parthiban.k > Software Engineer > Mode FinServer Pvt. Ltd. > Cell: +7204205850 > Email: parthisof...@gmail.com |parthiban.k > @modefinserver.com > > On Tue, Feb 19, 2013 at 11:24 AM, Abhishrant Majhi > wrote: > > > > > > >

[android-developers] Re: Pass Object between Fragments

2013-02-14 Thread Seshu
Hi Sree, U need interface for sending data between two fragments. http://manishkpr.webheavens.com/android-passing-data-between-fragments/ see this example.. it ll helps u... On Feb 15, 10:11 am, sree android wrote: > Hi friends, > > I have a dout on Fragments.How can i pass object from

[android-developers] Android App is installed twice in Android Device.

2013-02-12 Thread Seshu
Hi All, I downloaded the android project from internet and i renamed the package name and then i done small modifications to that code. If i installed the app in the android real device showing two apps. if i removed the app using command prompt both apps are deleting at a tim

[android-developers] Re: Custom array adapter

2013-02-07 Thread Seshu
Which problem u r facing in above code?? On Feb 6, 10:35 am, arunkuma...@npcompete.net wrote: > Hi, > I m create a list-view  sample.i have one problem.i want to display item in > list view...my code is given below > public class Sliding_listview extends ListActivity > { >   private static fin

[android-developers] SIP Demo Connection using LinPhone

2013-02-03 Thread Seshu
Hi All, I downloaded sip demo example using http://www.linphone.org/eng/download/ for android devices. I am not understanding how to run the code with out any errors.. Can u plz guide me how to do??? -- -- You received this message because you are subscribed to the Google Groups "Android Dev

[android-developers] Re: Java knowledge

2012-12-07 Thread Seshu
Core java is enough but in some cases Collections are also required for Android Applications. On Dec 7, 12:53 pm, Awdhesh Jha wrote: > You should be know only core java for it. > > > > > > > > On Friday, December 7, 2012 12:32:01 PM UTC+5:30, Sadhna Upadhyay wrote: > > > i everybody, > >        

[android-developers] Re: Orientation issue in Tablet and Devices.

2012-12-05 Thread Seshu
Thanks bob for providing support. On Dec 5, 9:34 pm, bob wrote: > Please see > > http://www.techrepublic.com/blog/app-builder/handling-orientation-cha... > > You should make a folder called layout-land, I think. > > > > > > > > On Tuesday, Decembe

[android-developers] Re: Orientation issue in Tablet and Devices.

2012-12-04 Thread Seshu
Can u give any solution for my Question??? On Dec 4, 7:41 pm, Piren wrote: > How about actually reading google's tutorials and documentation? > > > > > > > > On Tuesday, December 4, 2012 2:10:31 AM UTC-5, Seshu wrote: > > > Hi All, > >      

[android-developers] Orientation issue in Tablet and Devices.

2012-12-03 Thread Seshu
Hi All, Currently i am developing an application for Android Devices with Portrait mode orientation. Now i need same Application for Android Tablets with both Portrait and Landscape orientation with single APK file. If anybody knows then plz provide the solution how to implement to do.. T

[android-developers] Messages are not receiving using GCM

2012-10-18 Thread Seshu
Hi all, I implemented GCM i.e., Google Cloud Messaging in my application. I got registration id and i sent to backend team.our backend team sending msg's to device. but i am not able to receive those messages. sday i received 2 messages out of 10. but 2day i didn't receive single message al

[android-developers] Re: Receive GCM messages when App is force closed.

2012-10-17 Thread Seshu
or any reason) until the end-user launches > it again. > > See the *Launch controls on stopped applications* section in the link > below:http://developer.android.com/about/versions/android-3.1.html > > > > > > > > On Wednesday, October 17, 2012 2:44:59 PM UTC+1, S

[android-developers] Receive GCM messages when App is force closed.

2012-10-17 Thread Seshu
Hi All, In my application i integrated GCM(Google Cloud Messaging). I got RegisterID and based on registerID my backend team were sending messages to the device. Some times i am getting messages when my app is not force closed. Now i am not getting any messages when my app is force closed. I

[android-developers] Re: Run the Service continuously even force close the app.

2012-10-15 Thread Seshu
Wat about the lower versions i.e., from Android 1.1 to Android 2.3.4. Will it work??? On Oct 15, 3:57 pm, Mark Murphy wrote: > On Mon, Oct 15, 2012 at 6:49 AM, Seshu wrote: > >          I have a requirement that i need to run the service > > continuously even if the user forc

[android-developers] Run the Service continuously even force close the app.

2012-10-15 Thread Seshu
then plz provide any links or samples etc., Thanks and Regards, Seshu.. -- 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, sen

[android-developers] Re: How to upload videos in YouTube.

2012-10-03 Thread Seshu
Thanks for the reply Asheesh Arya, I downloaded the code from the above url, and i deployed in the device. When i opened the app, i got this toast message " Request made to TODO-appname.appspot.com failed. Please make sure you have correct domain. " On Oct 3, 11:54 am, Asheesh Arya wrote: >

[android-developers] How to upload videos in YouTube.

2012-10-02 Thread Seshu
Hi All, How to upload videos in YouTube. If anyone knows then please reply me.. Thanks and Regards, S.Seshu -- 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.c

[android-developers] Re: import a jar file ?

2012-09-26 Thread Seshu
Right click on ur project... u ll find Build Path.. In Build Path again u ll find configure build path.. select configure build path.. now u ll get a another window. In Right side of the window.. go to second button i.e., "Add External JARS". click on that buttons.. now u need 2 add ur jars files t

[android-developers] Re: How Can I pass an ArrayList do another Activity?

2012-09-05 Thread Seshu
hi, R u passing String Array List or Custom Array List.. On Sep 5, 5:10 am, Guilherme Bernardi wrote: > Funny... > > How did I not find it? > > That's the point, that is not my answer. > I searched before coming to ask. I asked for help, no one is obliged to > respond... > > To do what I asked

[android-developers] How to set X Axis Label Text vertically..

2012-09-04 Thread Seshu
Hi All, I am drawing bar charts using "Google Charts API". I displayed the x Axis Label text as horizontally. now i need to display the these x Axis Label text as vertically.. how to achieve these one???. see these url.. http://chart.apis.google.com/chart?cht=bvg&chs=350x300&chd=t:20,35,10&chxr=1,

[android-developers] Re: how to-Start new activity with also current activity running

2012-09-04 Thread Seshu
Hi HK, U cannot overlap another activity in main activity. still if u want means then use fragments. On Sep 4, 11:34 am, HK wrote: > I think you mean: > popup.getWindow().setBackgroundDrawable(new > ColorDrawable(android.graphics.Color.TRANSPARENT)); > > I have tried this, but it doesn't wor

[android-developers] Problem Getting the first and last day of current week.

2012-09-03 Thread Seshu
Hi All, I am using Calendar objects in my application and based on the current date i am retrieving first and last date of current week. In emulator o/p is coming as week starting from Sunday to Saturday correct and in some device the o/p is showing as Monday to Sunday. I used same code in

[android-developers] Android Bar Graphs and Line Graphs.

2012-08-27 Thread Seshu
Hi All, I need to integrate Bar Charts Graphs and Line Graphs in my application. I use aiChartEngine and afree charts. but both these graphs are not look and feel. Any body knows how to implement these graphs using canvas in android. Thanks for ur support. -- You received this message becau

[android-developers] Re: Please go to the link (Android questions) and give ur suggestions

2012-08-01 Thread Seshu
Hi Siva, Did u connected any device or virtual device. if means then only log file will create otherwise it will show "-waiting for the device..." Thanks & Regards, S.Seshu On Aug 1, 11:22 am, Siva Kumar wrote: > Dear All, > > Please access the link (android question) and give ur ideas > >

[android-developers] Problem with capturing images.

2012-07-16 Thread Seshu
HI all, I am facing a issue regarding the camera i.e., i captured the image from camera now i ll take the image path and converted to bitmap format and then pushed to some array list. now i want to delete the image from the gallery. i used these concept Bitmap bmp = null; String

[android-developers] Problem with SQLite File

2012-07-10 Thread Seshu
Hi All, I have SQLite url i.e., https://sample.sqlite. I downloaded the these sqlite file and these file was saved in "/data/data/"+ myContext.getApplicationContext().getPackageName()+ "/ files/" + DB_NAME;" but i want to change the files into database folder??? i.e., "/data/data/"

[android-developers] Re: Removing an item from ListView

2012-03-20 Thread Seshu
dataValues..remove(position); will deletes the entire row only... On Mar 20, 6:58 pm, radhakrishna wrote: > Thank  you for your response Seshu, But I would like to delete list > row, when I click on delete button from List view. > > On Mar 20, 1:12 pm, Seshu wrote: > >

[android-developers] Re: Removing an item from ListView

2012-03-20 Thread Seshu
Hi radhakrishna, if u want to delete the list row in the list view. protected void onListItemClick(ListView l, View v, int position, long id) { super.onListItemClick(l, v, position, id); Toast.makeText(this, "Click-" + String.valueOf(position), Toast.LENGTH_SHORT).show(); dataVa

[android-developers] Re: Help me on selecting a name to a game..

2012-03-08 Thread Seshu
Devilfish On Mar 8, 7:36 pm, Mohit kumawat wrote: > Sea arcade > > On Mar 7, 7:01 am, Fred wrote: > > > > > > > > > Hi Everybody, > > > I'm developing a android game and i'm urgently needing to define a > > name to this game.. can you help on choosing the name? > > > If you have 1 minute to chec

[android-developers] Re: if condition not working in intent activity

2012-03-08 Thread Seshu
Hi Jai, Below this sample it ll work f9 now. go though once.. u ll understand. package com.self; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.EditText; public class DummyActivity extends Activity { /

[android-developers] Re: Re : spinner from HttpPost

2012-03-08 Thread Seshu
Hi Vivek, Open this link and see this example.. http://www.vogella.de/articles/AndroidJSON/article.html Thanks & Regards, S.Seshu. On Mar 8, 10:33 am, vivek elangovan wrote: > Hi members, >                      Using HttpPost i am able to retrieve the following > data in my response > >

[android-developers] Re: Need 2 Show Multiple Progress Dialog in same activity.

2012-03-05 Thread Seshu
          imageView.setVisibility(View.VISIBLE); >                 progressBar.setVisibility(View.GONE); >             }else{ >                 imageView.setVisibility(View.GONE); >                 progressBar.setVisibility(View.VISIBLE); >             } > > > > >

[android-developers] Re: switching views

2012-02-27 Thread Seshu
Hi Vani, Better 2 use GestureDetectors so that u can fling the multiple views... Thanks and Regards, S.Seshu On Feb 27, 4:32 pm, moktarul anam wrote: > Hi Vani , > > better u create separate activity for display attach file and make > that activity  <>> > > Moktarul anam > On Feb 27, 3:

[android-developers] Re: when internet connection don't exists, show me massage. please help!!

2012-02-23 Thread Seshu
then show the alert box dialog. i.e., AlertDialog.Builder alertbox = new AlertDialog.Builder(this); alertbox.setMessage("Alert"); alertbox.setTitle("Network Connection not found"); alertbox.setNeutralButton("OK", new DialogInterface.OnClickListener(

[android-developers] Re: when internet connection don't exists, show me massage. please help!!

2012-02-23 Thread Seshu
Hi Umer, Check the network in 1st Activity only, if network is not available means then call the finish() method. On Feb 23, 1:06 pm, Muhammad UMER wrote: > hi kris, >           Now i am using socket connection, and it give the message "The > application video (process com.tcp.video) has st

[android-developers] Re: when internet connection don't exists, show me massage. please help!!

2012-02-22 Thread Seshu
Hi Umer, Use this method private boolean isNetworkAvailable() { ConnectivityManager connectivityManager = (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE); NetworkInfo activeNetworkInfo = connectivityManager.getActiveNetworkInfo(); return activeNetworkInf

[android-developers] Re: Re : Save output data as XML

2012-02-22 Thread Seshu
Hi vivek, U can save the file in sdcard also but u need to integrate sdcard storage code and shared preferences and then u can save the file in sdcard. On Feb 22, 3:16 pm, vivek elangovan wrote: > Hi Seshu, >                 Thanks for the suggestion,i got the file from DDMS but >

[android-developers] Re: Re : Save output data as XML

2012-02-22 Thread Seshu
again and then select package name of ur application. now u ll see the Shared Preferences. Click on it. u ll find ur filename.xml. Thanks and Regards, S.Seshu On Feb 22, 2:57 pm, vivek elangovan wrote: > Hi Seshu, >                i checked the link u referred and its working fine, but >

[android-developers] Re: Image Button Onclik view

2012-02-22 Thread Seshu
Hi kholif, in xml file for imageview add this one android:onclick="imageBtnClicked" and in corresponding java file add this method: public void imageBtnClicked(View v) { // add your code here } On Feb 22, 1:58 pm, moktarul anam wrote: > Hi kholif, > > u can use ImageView.se

[android-developers] Re: Re : Save output data as XML

2012-02-21 Thread Seshu
Hi Vivek, Used Shared Preferences so that the output data will be saved in xml format only. https://github.com/junal/Android-SharedPreferences/tree/master/SharedPreferences http://www.tutorials-android.com/learn/How_to_store_and_retrieve_preferences_in_an_Android_app.rhtml Thanks and Regards, S

[android-developers] Re: Android App label:how to make android app label invisible???

2012-02-21 Thread Seshu
Hi divyateja, android:theme="@android:style/Theme.NoTitleBar" so that u can hide the label name for corresponding activity. Thanks and Regards, S.Seshu On Feb 20, 6:51 pm, divya teja wrote: > Hi everyone, > > How to make app label invisible when app is running??.That is, for >

[android-developers] Re: ProgressDialog with Thread

2012-02-17 Thread Seshu
Hi, Use this code, new Thread(new Runnable() { @Override public void run() { //GetWts(); //processes some action try { sleep(3000); } catch (Exception e) { //

[android-developers] Re: hi

2012-02-16 Thread Seshu
Hi Naveen, See this code and pass the parameters bitmap and round i.e., by how much rounded u want... private static Bitmap getRoundedCornerImage(Bitmap src, float round) { // TODO Auto-generated method stub int width = src.getWidth(); int height =

[android-developers] Re: The screen size of galaxy nexus (ICS )

2012-02-15 Thread Seshu
Hi... u ll get the device width and height by using Display.. check this one.. Display display = getWindowManager().getDefaultDisplay(); int targetWidth = display.getWidth(); int targetHeight = display.getHeight(); Thanks and Regards, S.Seshu On Feb 15, 12:55 pm, chen ji wrote: > Hi All, > >

[android-developers] Re: How to save application data in SD card/External storage device

2012-02-10 Thread Seshu
Hi Srinivas, Which type of data u want to save. if the data is textdata means check this link http://www.java-samples.com/showtutorial.php?tutorialid=1523 Thanks and Regards, S.Seshu On Feb 10, 2:24 pm, aparna rani wrote: > in your AndroidManifest.xml gile change the location. > an

[android-developers] Re: How can I get the actual screen height ?

2012-02-10 Thread Seshu
Hi.. Use this function u ll get the width and height of the screens. Display display = getWindowManager().getDefaultDisplay(); int width = display.getWidth(); int height = display.getHeight(); Thanks and Regards, S.Seshu On Feb 10, 8:59 am, Wenshan wrote: > Hi, > > I'm trying to get the scree

[android-developers] Re: Re : Grid View

2012-02-09 Thread Seshu
Hi Vivek, See this example, i ll helps u... http://android-er.blogspot.in/2011/03/custom-gridview.html Thanks and Regards, S.Seshu. On Feb 9, 4:51 pm, vivek elangovan wrote: > Hi, >         i tried defining a layout with image and text and when i m > using getLayoutInflater() function i

[android-developers] Re: Grid View with text

2012-02-08 Thread Seshu
Hi, See this example.. http://android-er.blogspot.in/2011/03/custom-gridview.html thanks and regards, S.Seshu, On Feb 9, 11:58 am, chumki ghosh wrote: > Hello all, > > How to display grid view with text? need sample code for it. Thanks -- You received this message because you are subscribe

[android-developers] Re: Starting Android

2012-02-08 Thread Seshu
use http://saigeethamn.blogspot.in/ (or) http://www.vogella.de/android.html Thanks & Regards, S.Seshu On Feb 8, 1:39 pm, Bhaumik Thaker wrote: > Use androiddevelopers and use stack overflow > > > > > > > > > > On Wed, Feb 8, 2012 at 2:04 PM, Murali Krishna wrote: > > Thanks > > > On Wed,

[android-developers] Sending SMS to mobile using wifi.

2012-02-07 Thread Seshu
Hi, I want to Send SMS from mobile to mobile using wifi with free of cost for the network.. Is it possible to send sms like that. If means can u send source code 2 me and my id s(dot)seshu143atgmaildotcom. Thanks in advance. Thanks and Regards, S.Seshu. -- You received this message because

[android-developers] Re: My First android programming

2012-01-27 Thread Seshu
Hi Sahar, U can install the android apk files in 2 ways, 1) Connect the device to System. Now Open the command prompt then do these steps: a) Locate the android SDK folder i.e., where did u copied the android- sdk-windows. For example: D:\ cd android-sdk-windows.. enter D:\ cd android-s

[android-developers] How to open the ms word documents in android mobile through programming

2012-01-27 Thread Seshu
Hi All, I want to open the ms-word/ms-excel sheet documents in my application. and i implemented reading of pdf files and text files but i am unable to open the ms-word/ms-excel sheet documents. Can anyone tell how to implemented?? Thanks in advance?? and my mail id is s.seshu...@gmail.com

[android-developers] Re: how to be a game developers in android

2012-01-11 Thread Seshu
Hi Nomikhan, Its very difficult to develop a game using Android SDK. Still we can develop by using either Android SDK with OpenGL ES1.0 or Android NDK(Native Development Kit). By Using these both options we can develop but its very difficult to develop a game. Better try to do a applicat

[android-developers] Need Help

2012-01-11 Thread Seshu
Hi All, I am developing a small application which requires listview with images, textImage and icon. i,e., icon image and icon text is on background button like that and background button is look like steps type i.e., incrementing width. can anyone tell me how to implement this problem -

[android-developers] Custom List View is not Click-able when scrolling the list.

2012-01-11 Thread Seshu
Hi Every Body, I am using custom list view in my app. first time if i clicked the custom list view means it's going 2 activity, and if i scrolled the list and then click is not responding. i am not getting where the problem is coming. I wrote the list view like that

[android-developers] Re: Problem about passing intent between two activities

2012-01-11 Thread Seshu
Hi which method r u using 2 call the camera using intent i.e., startActivity or StartActivityforResult(intent, REQUEST_CODE_TAKE_IMAGE); so use 2nd function it ll calls onactivityresult if it captures the image. On Dec 12 2011, 9:52 am, SH wrote: > Hi all. > > I have an app and fixing errors/bug

[android-developers] Closing new window in android using webservices.

2011-10-19 Thread Seshu
Hi Friends, I am using Android Web Services. while opening my app a new window is opening along wih my ap using websettings setJavaScriptCanOpenWindowsAutomatically(true). now i want to close this window. but i didn't found how to close the window. can any one tell how to solve my problem and my m