Re: [android-developers] User Interface

2012-03-28 Thread kaushik p
But Can we built the android gui with html,javaquey like IOS ? On Tue, Mar 27, 2012 at 8:50 AM, Mark Murphy mmur...@commonsware.comwrote: Use Eclipse and the Graphical Layout tool. On Tue, Mar 27, 2012 at 8:25 AM, kaushik p kaushiks...@gmail.com wrote: Hi all , Is there anyway we can

[android-developers] User Interface

2012-03-27 Thread kaushik p
Hi all , Is there anyway we can build the user interface for the android in a very efficient and easy way. I have already tried droidraw , but is there something that is much better than that. -- ThanksRegards Kaushik Pendurthi http://kaushikpendurthi.blogspot.com/ -- You received this

Re: [android-developers] Where was my app stored on the smartphone? (When using Eclipse)

2011-09-14 Thread kaushik p
are you trying to find the apk of your app in SmartPhone ?? On Wed, Sep 14, 2011 at 3:52 PM, TreKing treking...@gmail.com wrote: On Tue, Sep 13, 2011 at 4:54 PM, byhesed ideemons...@gmail.com wrote: I tried to find files related to the app; however, I couldn't. App files are private to the

Re: [android-developers] Re: Back button problem in android

2011-09-14 Thread kaushik p
its very simple , in back button only the finish(); is executed . It means that the existing activity is canceled . If that activity leads to the last GUI screen of you application then the application gets closed . Try to override it . On Wed, Sep 14, 2011 at 4:52 PM, Vance Turnewitsch

Re: [android-developers] I AM USING THESE CODES STILL FACING PROBLEM IN DISPLAYING GOOGLE MAP

2011-09-14 Thread kaushik p
Buddy , did you correctly do keytool stuff and md5 footprint thing .? If you have done that then check the permissions you have used in your manifest file . You must give permission for access internet , gps location .Check the exact names and use them .Even then if dont get it let me know . On

Re: [android-developers] Fwd: Regarding the Android application development

2011-09-14 Thread kaushik p
there is a website called GOOGLE , use it .You will get it in the first link :) On Wed, Sep 14, 2011 at 12:39 PM, shyam prasad shyam.jul...@gmail.comwrote: -- Forwarded message -- From: shyam prasad shyam.jul...@gmail.com Date: Wed, Sep 14, 2011 at 10:06 PM Subject:

[android-developers] Intent Data

2011-07-22 Thread kaushik p
Hi all , Is there any way to get data back from the child activity to the parent activity ?? For example if 1) Activity1callsActivity2 2) now when the activity2 is finished i want some data back from it . Please help me find the solution -- ThanksRegards Kaushik Pendurthi

Re: [android-developers] Intent Data

2011-07-22 Thread kaushik p
activity2 , call with startActivityForResult, and use the appropriate method. On Fri, Jul 22, 2011 at 4:02 PM, kaushik p kaushiks...@gmail.com wrote: Hi all , Is there any way to get data back from the child activity to the parent activity ?? For example if 1) Activity1callsActivity2

[android-developers] Audio

2011-07-07 Thread kaushik p
Hi all is there any way we can our own voice for the button click . I want some .mp3 file to be played when a button is clicked . Can anyone please help me do it ? -- ThanksRegards Kaushik Pendurthi http://kaushikpendurthi.blogspot.com/ -- You received this message because you are

[android-developers] battery status check

2011-06-28 Thread kaushik p
Hi all , Can we write a program to check if the phone is being charged or not ? For example , I keep my phone charging in some room at my house and i need to check if the phone is getting charged with out going near it .To get that information can i send a message to this cell phone from other

[android-developers] android sdk installation

2011-06-20 Thread kaushik p
Hi all I recently installed a new copy of android sdk on my new laptop . I used the same procedure to install it but the problem is i am not able to deploy the application directly onto my device . Please help me do this . On the emulator its working perfect . -- ThanksRegards Kaushik Pendurthi

[android-developers] gaming

2011-06-18 Thread kaushik p
Hi all, Can anyone suggest the best gaming engines for android ?? -- ThanksRegards Kaushik Pendurthi http://kaushikpendurthi.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] is it possible to make call when song is playing

2011-06-18 Thread kaushik p
Hi When the call connects the song automatically stops ,Anyways you can use the intent like startActivity(new Intent(Intent.ACTION_CALL, Uri.parse(tel:99))); it does the work of calling . If you have any use case where the call needs to check for the song to be played then get back to

[android-developers]

2011-06-17 Thread kaushik p
Hi all , I am searching tutorials for developing android games from scratch , i have found couple of them but nothing that suffices my interests . Can anyone please help me get the tutorials or at the least send me the links ? thanks in advance :) -- ThanksRegards Kaushik Pendurthi

Re: [android-developers] Back Button implementation

2011-06-06 Thread kaushik p
. That's all the default implementation does. On Sun, Jun 5, 2011 at 12:09 PM, kaushik p kaushiks...@gmail.com wrote: Hi all can anyone please help me implementing the back button in my app exclusively?? I am building an app to help illiterate ppl , so they do not know how to use the android back

Re: [android-developers] Back Button implementation

2011-06-06 Thread kaushik p
Hi i got the solution , its very simple . Sorry for being foolish . No Sleep is the culprit On Tue, Jun 7, 2011 at 3:48 AM, kaushik p kaushiks...@gmail.com wrote: How can the activity be accessed in the onclick() of the button , ?? finish() inside the onclick is not working

[android-developers] Back Button implementation

2011-06-05 Thread kaushik p
Hi all can anyone please help me implementing the back button in my app exclusively?? I am building an app to help illiterate ppl , so they do not know how to use the android back button ,i need to exclusively put it on the screen . However i want to use my back button exactly ia the way,

Re: [android-developers] Orientation problem

2011-05-30 Thread kaushik p
the problem.. On Mon, May 30, 2011 at 11:08 AM, kaushik p kaushiks...@gmail.com wrote: are you trying to change the orientation when your app is running or at the beginning ? Please be more clear when asking questions On Mon, May 30, 2011 at 11:02 AM, shanmu nathan win.sha...@gmail.comwrote: Hi

Re: [android-developers] Orientation problem

2011-05-29 Thread kaushik p
are you trying to change the orientation when your app is running or at the beginning ? Please be more clear when asking questions On Mon, May 30, 2011 at 11:02 AM, shanmu nathan win.sha...@gmail.comwrote: Hi guys, Good Morning I need help from yours. I develop one apps that

Re: [android-developers] mp3 cutter

2011-05-29 Thread kaushik p
Hi check out(CO ) this code and i think it will solve the problem http://code.google.com/p/ringdroid/source/checkout On Mon, May 30, 2011 at 10:53 AM, kampy narasimha1...@gmail.com wrote: hi , i am thinking of desining a mp3 cutter on andrioid . i refered the pais and well prepared with

Re: [android-developers] Re: Moving from free app to a paid model

2011-05-29 Thread kaushik p
Hi guys , can you just mention any place where all the details regarding the app hosting on android market is available ? And can we host paid android apps on our website without anyones permission ?? On Mon, May 30, 2011 at 9:58 AM, Zsolt Vasvari zvasv...@gmail.com wrote: They will HAVE to

[android-developers] UI problem

2011-05-26 Thread kaushik p
Hi all I have written a UI for one android phone say X whose screen size is 7 inches , now if i install my application to other phone whose screen is 3 inches , the UI is not relatively displayed . It still shows the button as huge as 7 inch screen one . Due to this my application is only half

[android-developers] searching the web from phone ..

2011-05-04 Thread kaushik p
Hi , is there a possibility for having a sync between the search boxes on android platform ? For example , can i have a edittext on android phone where , what ever i type should be searched in some xyz.com 's site search and should return the exact values that would have displayed when searched

[android-developers] GMaps launching problem

2011-04-28 Thread kaushik p
on click of a button i am launching googlemaps , on which the current location of the user is present . But my application crashes each time i click the button . Please help me solve this problem public void launchmaps() { Intent i = new Intent(this,com.kaushik.android.ShowMap.class);

[android-developers] Mapactivity

2011-04-28 Thread kaushik p
hi all , In my application i am trying to start a mapactivity from another activity . I have been searching every where , i dint get correct information . Please help me , Is it possible to intent mapactivity from an existing activity ? -- ThanksRegards Kaushik Pendurthi

Re: [android-developers] Mapactivity

2011-04-28 Thread kaushik p
as you would with any other Activity. On Thu, Apr 28, 2011 at 6:25 AM, kaushik p kaushiks...@gmail.com wrote: hi all , In my application i am trying to start a mapactivity from another activity . I have been searching every where , i dint get correct information . Please help me

Re: [android-developers] Mapactivity

2011-04-28 Thread kaushik p
your Apps? On Thu, Apr 28, 2011 at 4:54 PM, kaushik p kaushiks...@gmail.com wrote: But for every other activity it works fine , but for only mapactivity it gives force close . I am not getting any kind of information on googling also please help me On Thu, Apr 28, 2011 at 4:01 PM, Mark

Re: [android-developers] Mapactivity

2011-04-28 Thread kaushik p
I have almost gone through all the pages on web to get information on intent mapactivity , i have not found anything that solves my problem . Does anyone know about it ?any help is greatly appreciated On Thu, Apr 28, 2011 at 4:43 PM, kaushik p kaushiks...@gmail.com wrote: no , i have used

Re: [android-developers] Re: Gmaps keytool not found

2011-04-26 Thread kaushik p
\debug.keystore -storepass android -keypass android but make sure the D: drive coantains the androidkeystore file (located in the .android folder ) 2.type the md5 fingerprit generated in the link given by google to get the api key 3.use this key On Apr 26, 9:16 am, kaushik p kaushiks...@gmail.com wrote

[android-developers] Gmaps keytool not found

2011-04-25 Thread kaushik p
Hi all , I am currently doing an app , in which to show the current location of the user of gmap, but the problem is i am not able to get the Api key procedure i used to get this key is exactly what is given in http://code.google.com/android/add-ons/google-apis/mapkey.html I always get error

[android-developers] android set top boxes

2011-04-25 Thread kaushik p
Hi , Is there there anyone here who is working on android set top boxes ? I need some information on that .May i know the availability of the hardware ?? -- ThanksRegards Kaushik Pendurthi http://kaushikpendurthi.blogspot.com/ -- You received this message because you are

[android-developers] SMS -Sending

2011-04-24 Thread kaushik p
Hi, In my application i need to send and receive sms programmatically . I have tried using this snippet , SmsManager smsManager = SmsManager.getDefault(); smsManager.sendTextMessage(destAddr, null, mMessageText, null, null); //exact example is SmsManager smsManager = SmsManager.getDefault();

Re: [android-developers] Re: SMS -Sending

2011-04-24 Thread kaushik p
Hi , thanks for the reply , i am very new to android . I have put the permission in the manifest file uses-permission android:name=android.permission.SEND_SMS /. I am not getting any errors the application is not responding and i have to force stop it . and what is logcat ? On Mon, Apr 25,

Re: [android-developers] Re: hi, help a newbie :)

2011-04-21 Thread kaushik p
Hi Shiv , Even i am doing the same kind of app . Have you started it already or yet to start ? On Thu, Apr 21, 2011 at 12:27 PM, Ali Chousein ali.chous...@gmail.comwrote: Is this possible to implement Of course it's possible! It just needs work and hours and hours of researching,

[android-developers] amdroid GPS problems

2011-04-20 Thread kaushik p
Hi all i am working on an app which uses the current location GPS values .i am getting some error in the xml file . I have added this line in the xml file, just before manifest to get permission to access the location values uses-permission

Re: [android-developers] amdroid GPS problems

2011-04-20 Thread kaushik p
my final XML file appears this way ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=Firstdroid.Tutorial.Gps android:versionCode=1 android:versionName=1.0 application android:icon=@drawable/icon

Re: [android-developers] amdroid GPS problems

2011-04-20 Thread kaushik p
Thanks mark , i solved the prob On Wed, Apr 20, 2011 at 8:14 PM, kaushik p kaushiks...@gmail.com wrote: my final XML file appears this way ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=Firstdroid.Tutorial.Gps

Re: [android-developers] Re: Purchasing a phone for development

2011-04-19 Thread kaushik p
Hi all , how is the Samsung galaxy Tab for development ?? On Tue, Apr 19, 2011 at 11:58 AM, Chambras marcech...@gmail.com wrote: I am using the Nexus One and it works excellent even faster than using the emulator, just plug it, enable dev mode and that is all you do not need to look for

[android-developers] Introduction to android .

2011-04-11 Thread kaushik p
Hi all , I am kaushik Pendurthi , I have been developing mobile apps in the platforms like Meego before , Now i have started to develop apps on android. Can anybody suggest me a good book for learning the key concepts of android like - setting up android environment, develop basic application