[android-developers] Re: How to log Moto 360 sensor data simultaneously at a fixed rate?

2016-01-24 Thread Rishabh Singh
If you got the chance to look at the code, i think i am create individual sensor listeners inside the same service. Have i done anything wrong? On Saturday, 23 January 2016 00:39:16 UTC-6, Denzil Ferreira wrote: > > You will need a service per each sensor or create individual sensor > listeners

[android-developers] How to log Moto 360 sensor data simultaneously at a fixed rate?

2016-01-22 Thread Rishabh Singh
I am trying to build an app for which i want to log data from accelerometer, gravity,light, linear and rotational sensor at the same time. I am able to get data for individual sensors but i am unable to get data simultaneously. This is the code i am using: http://pastebin.com/aXQu04zS Thanks

[android-developers] Search View on Top of SuperSlim

2016-01-09 Thread rishabh yadav
Hey Guys, I am implementing Search View on top of SuperSlim Library(for Sticky Header) . I running into problems with that. If anyone has used the same thing, help me out please. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Twice Expandable ListView

2015-12-08 Thread rishabh yadav
Hello Guys, I need to create a Expandable List View , Then the child of the expandable list view should expand into sub-children. Basically an expandable listview into an expandable listview. Need Help. -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Can I Promote My Other Application Using GCM Service.

2013-02-12 Thread rishabh agrawal
Hi I am new bee in Android.I want promote my other cool application using push notification Using GCM.Can i use it for this purpose or it is violation of Google GCM term condition please let me know. -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Install Button Not Showing in Google + Account

2013-01-01 Thread rishabh agrawal
Hi I am integrating Google +1 api in my android application for +1 Recommendation sharing.When i share my application using android phone install button not show in google+ account .Where user can be directly download.But when i share using web browser it show install button. Kindly

[android-developers] Confusion InAppBilling V3

2012-12-16 Thread Rishabh Agrawal
I am implementing App Billing V3 in My Android app.I have a little confusion in implementation.In Android Developer Website implementation describe with two type. 1st http://developer.android.com/google/play/billing/billing_integrate.html 2nd

[android-developers] How to retrive all Holder Object From ListView

2012-09-15 Thread Rishabh Agrawal
I am using spinner in each ListView row.I am using a class like (ViewHolder) for hold spinner object.I want to hold all holder object with calling getView to the End.Suppose that i have a 6 row in ListView . I want to hold all holder object but only 5 row is visible at a time on my

[android-developers] code compatibility with different api levels

2012-06-18 Thread Rishabh Jain
Hi guys, I am developing a library which third party applications will use in their application to make their application accessible. Well the problem I am facing is that I have implemented an interface(API level 10) in my library but as of API level 11 some more functions were added to it, so now

Re: [android-developers] actiities cascaded

2012-05-31 Thread Rishabh Agrawal
YES On Thu, May 31, 2012 at 11:54 PM, mani kandan mgmanikanda...@gmail.comwrote: u have to pass intent using 1st activity in on backpress method. . On 31 May 2012 23:51, Jags jag...@gmail.com wrote: i ve 4 activities 1-2-3-4 after 4 submit i need 1 to be shown, but dont wanna come 4-3-2-1

Re: [android-developers] actiities cascaded

2012-05-31 Thread Rishabh Agrawal
May i know where your exact problem. On Fri, Jun 1, 2012 at 12:03 AM, mani kandan mgmanikanda...@gmail.comwrote: U have to use simple intent in submit button on forth activity On Thu, May 31, 2012 at 11:54 PM, mani kandan mgmanikanda...@gmail.comwrote: u have to pass intent using 1st

[android-developers] Remove attribute in Ksoap2

2011-08-02 Thread rishabh agrawal
Hey My name is Rishabh Agrawal.Please suggest me how to remove the aatribute which show in my mobile screen when i am access through Ksoap2. I have mention tutorial below where given how to remove it.But i cant remove attribute.Please suggest. http://www.helloandroid.com/tutorials/using-ksoap2

[android-developers] WSDL+KSOAP2 WITHOUT PASSING ANY PARAMETER

2011-07-27 Thread rishabh agrawal
Hi ,I am begginer in Web service.I developing app using ksoap2 jar file.In my project i have add ksoap2 2.5.7 jar file.In my app user does not pass any parameter.He is directly retrive all the data.When im run my code the it get a error which is shown below i am giveing my code please see where i

[android-developers] How to access Web Service using WSDL,Soap.

2011-07-22 Thread rishabh agrawal
I am beginner in Soap web service nothing no how i access web service using wsdl for client request response.Please suggest me where i can start. -- 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] Page Turning effect

2011-07-04 Thread rishabh agrawal
Sir, Please suugest me how i am use any effect for going one page to another page for better User Interference. Please Help -- 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] Recently released: Geo-Filtered Assistant

2011-06-21 Thread rishabh jain
hi i am a noob and eager to develop android gesture applications on android.i wanted to know that is gesture search api different from gesture api already added in android 1.6 and higher sdk's or is it one and the sameif its different please give some link from where i can

[android-developers] triggering an application to open when i make a particular pre-defined gesture

2011-06-17 Thread rishabh jain
hi all, i am a noob and android is kinda new for mei have defined a set of gestures in gesture buildernow i what i want is that if i make a particular gesture then i must be able to open some application.like if i make a m then it must automatically open messages, if i draw c then it

[android-developers] How to create ScrollView using Source file

2011-04-29 Thread rishabh garg
Please suggest how to create ScrollView using this code. public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); LinearLayout layout=new LinearLayout(this); layout.setOrientation(1); -- You received this message because you are subscribed to the Google

[android-developers] How to change TextView object.

2011-04-28 Thread rishabh agrawal
android.widget.TextView; public class agrawal_first extends Activity { Button first,second; String st=Rishabh; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState

[android-developers] Button code

2011-04-27 Thread rishabh agrawal
How to crate button also called without using xml. -- 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] how to use scrollview in java code.

2011-04-27 Thread rishabh agrawal
I want to know that how i use the scrollview in java 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] Parshing error

2011-04-07 Thread rishabh agrawal
One day i installed my application mobile it run perfectly.But now i installed same apk file on another mobile phone then it get parshing error..How it is remove... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Parshing error

2011-04-07 Thread rishabh agrawal
plz reply -- 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

[android-developers] Re: Parshing error

2011-04-07 Thread rishabh agrawal
ok -- 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 options,

[android-developers] Installation Error

2011-04-07 Thread rishabh agrawal
When i installed my application on real android phone it give parshing error and the application not installed.Please suggest me how to remove this error. -- 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] Get data from EditText

2011-04-04 Thread rishabh agrawal
How to get data from EditText how to stored in Buffer i.e Integer.. -- 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] API 10 ERROR

2011-03-26 Thread rishabh agrawal
When i run my apps on API 8 then it run fine.But when i run my apps on API 10 then it get unexpected error automatically my app closed.Please check my mainfest file.or please suggest me any other permission required. ?xml version=1.0 encoding=utf-8? manifest

[android-developers] DashBoard

2011-03-25 Thread rishabh agrawal
Please suggest any tutorial for creation Dashboard in API 2.2 -- 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] Error in API 10

2011-03-24 Thread rishabh agrawal
When i run my apps on API 8 then it run perfectly on emulator.But when i run my apps on API 10 then the unexpected error is occureced. The error are:- 03-25 00:05:31.067: ERROR/AndroidRuntime(431): FATAL EXCEPTION: main 03-25 00:05:31.067: ERROR/AndroidRuntime(431): java.lang.RuntimeException:

[android-developers] Re: Error in API 10

2011-03-24 Thread rishabh agrawal
So sir how to remove that type of error On Mar 24, 11:45 pm, Romain Guy romain...@android.com wrote: Looks like you are using too much memory: java.lang.OutOfMemoryError: bitmap size exceeds VM budget On Thu, Mar 24, 2011 at 11:43 AM, rishabh agrawal android.rish...@gmail.com wrote

[android-developers] Re: Error in API 10

2011-03-24 Thread rishabh agrawal
Actully in this apps i use more image. On Mar 24, 11:56 pm, rishabh agrawal android.r itish...@gmail.com wrote: So sir how to remove that type of error On Mar 24, 11:45 pm, Romain Guy romain...@android.com wrote: u Looks like you are using too much memory: java.lang.OutOfMemoryError

[android-developers] Re: Error in API 10

2011-03-24 Thread rishabh agrawal
Please suggest me how to use less memory.for remove that type of error i will compress it On Mar 25, 12:05 am, rishabh agrawal android.rish...@gmail.com wrote: Actully in this apps i use more image. On Mar 24, 11:56 pm, rishabh agrawal android.r itish...@gmail.com wrote: So sir how

[android-developers] How to test my application

2011-03-23 Thread rishabh agrawal
I have no real android mobile.I check my apps on emulator it working perfect.So how to check i sign my apps properly or not for real android deveice.Any other method for checking my apps in real android device.Please suggest -- You received this message because you are subscribed to the Google

[android-developers] PHP Support or not

2011-03-23 Thread rishabh agrawal
In the android O.S,I want develope web bassed apps.i am a beginner in this field.so plz suggest me PHP is give me help when i create web based apps. -- 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] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2011-03-22 Thread rishabh agrawal
WHEN I RUN MY APPS IN MY EMULATOR THEN THESE ERROR IS OCCURES.HOW TO REMOVE THESE ERROR Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE [2011-03-22 13:23:30 - SAI2011] Please check logcat output for more details. [2011-03-22 13:23:31 - SAI2011] Launch canceled! -- You received this

[android-developers] Hard Key Board problem

2011-03-22 Thread rishabh agrawal
When i set Screen size of the emulator then the Hard Key Board Remove.I have no real android mobile where i test my apps.so how to call Back,Home button when the Hard Key Board is Removed. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Android API 10

2011-03-22 Thread rishabh agrawal
When i run my apps on emulator API 8 then it run correctly.But when i run my apps on API 10 then it get unexpected error.it is RunTime error.I use DualCore processer .i thing that the speed of my PC is slow that why that error are created.i am right or not.please suggest me how to remove that

[android-developers] Re: Android API 10

2011-03-22 Thread rishabh agrawal
Please Suggest On Mar 22, 5:56 pm, rishabh agrawal android.rish...@gmail.com wrote: When i run my apps on emulator API 8 then  it run correctly.But when i run my apps on API 10 then it get unexpected error.it is RunTime error.I use DualCore processer .i thing that the speed of my PC is slow

[android-developers] RunTime Error

2011-03-22 Thread rishabh agrawal
When i run my apps on emulator then some time it run perfect.But some time it get unexpected error. 03-23 00:23:12.143: ERROR/dalvikvm-heap(332): 2437890-byte external allocation too large for this process. 03-23 00:23:12.143: ERROR/GraphicsJNI(332): VM won't let us allocate 2437890 bytes 03-23

[android-developers] Re: RunTime Error

2011-03-22 Thread rishabh agrawal
Please help me On Mar 23, 12:29 am, TreKing treking...@gmail.com wrote: On Tue, Mar 22, 2011 at 2:19 PM, rishabh agrawal android.rish...@gmail.comwrote: 03-23 00:23:12.322: ERROR/AndroidRuntime(332): Caused by: android.view.InflateException: Binary XML file line #14: Error inflating class

[android-developers] Re: RunTime Error

2011-03-22 Thread rishabh agrawal
thanks sir. On Mar 23, 12:44 am, TreKing treking...@gmail.com wrote: On Tue, Mar 22, 2011 at 2:42 PM, rishabh agrawal android.rish...@gmail.comwrote: how to fix it sir Please help me Find line #`14, as the error states, determine what is wrong, and make it right

[android-developers] Unexpected error

2011-03-21 Thread rishabh agrawal
When i run my application on api level 4 then it create unecpected error but when i run on api level 8 then it not create any error,i also set the uses-sdk android:minSdkVersion=4 android:maxSdkVersion=10 / application android:icon=@drawable/sai11 android:label=@string/app_name

[android-developers] Re: Unexpected error

2011-03-21 Thread rishabh agrawal
03-21 11:49:32.092: ERROR/AndroidRuntime(234): Uncaught handler: thread main exiting due to uncaught exception these error is occures how to remove it On Mar 21, 2:30 pm, Marcin Orlowski webnet.andr...@gmail.com wrote: so how to remove these error,please guide me. That's simple - fix it.

[android-developers] Re: Unexpected error

2011-03-21 Thread rishabh agrawal
/AndroidRuntime(196): at android.graphics.Bitmap.createBitmap(Bitmap.java:435) 03-21 18:04:46.301: ERROR/AndroidRuntime(196): at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:340) On Mar 21, 5:36 pm, Marcin Orlowski webnet.andr...@gmail.com wrote: On 21 March 2011 12:54, rishabh

[android-developers] Create Project

2011-03-21 Thread rishabh agrawal
I was create my application as a android sdk api 8.and written all the code.bu now i want run on a sdk api 4.with the help of mainfest file i changed minSdkVersion=4,But when i installed on it then unexpected error are created...In this apps i used Tab..some tab work properly but some

[android-developers] ProgressBar

2011-03-21 Thread rishabh agrawal
In my apps with the help of Intent i call another Activity.But in the duration of calling some delay is occures Blank screens show.here i use ProgressBar for better UI.plz suggest me any tutorial for that.. -- You received this message because you are subscribed to the Google

[android-developers] Re: Create Project

2011-03-21 Thread rishabh agrawal
that didn't yet exist in API 4. Bring up Properties on your project, select Android in the list on the left, and select Android 1.6 for building. Then go through compile errors, and remove or change all code that cannot work with API level 4. -- Kostya 21.03.2011 20:38, rishabh agrawal

[android-developers] Cloud Computing

2011-03-21 Thread rishabh agrawal
I am a Begginer in android.But i want develope apps for Cloud ComputingSo for Cloud Computing...Which Language is nessesary. Please Help me.I am Fresher -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Suugest any tutorial for database

2011-03-21 Thread rishabh agrawal
Whould u please suggest any great tutorial for android database.i am a begginer no knowledge about database.. -- 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] diffrence b/w sdk vesiron 8 10

2011-03-19 Thread rishabh agrawal
in the sdk version 8 ,back button also given by emulator but version 10 the emulator not give back button,actully i have not use any android mobile.so when i developed apps for version 10 then how to call back buttonit is nessery that back button should be create in apps when i want

[android-developers] Re: diffrence b/w sdk vesiron 8 10

2011-03-19 Thread rishabh agrawal
PLZ REPLY On Mar 19, 3:20 pm, rishabh agrawal android.rish...@gmail.com wrote: in the sdk version 8 ,back button also given by emulator but version 10 the emulator not give back button,actully i have not  use any android mobile.so when i developed apps for version 10 then how to call back

[android-developers] Unexpected error

2011-03-18 Thread rishabh agrawal
when i run my app in emulator some time it run good,but some time my Tab get a unexpected error so, how i remove it -- 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

[android-developers] plz suggest

2011-03-18 Thread rishabh agrawal
plz suggest any software for better icon designe,i am a fresher and no knowledge about how to get better icon for good apps... -- 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] how to remove my error

2011-03-16 Thread rishabh agrawal
03-16 22:30:36.546: WARN/Zygote(33): Preloaded drawable resource #0x1080200 (res/drawable-mdpi/jog_tab_left_normal.png) that varies with configuration!! is shown in LogCat.plz help -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] how to remove LogCat error

2011-03-16 Thread rishabh agrawal
03-16 22:30:36.516: WARN/Zygote(33): Preloaded drawable resource #0x10801fb (res/drawable-mdpi/jog_tab_left_confirm_gray.png) that varies with configuration!! 03-16 22:30:36.546: WARN/Zygote(33): Preloaded drawable resource #0x1080200 (res/drawable-mdpi/jog_tab_left_normal.png) that varies with

[android-developers] Re: how to remove LogCat error

2011-03-16 Thread rishabh agrawal
plz reply On Mar 16, 10:39 pm, rishabh agrawal android.rish...@gmail.com wrote: 03-16 22:30:36.516: WARN/Zygote(33): Preloaded drawable resource #0x10801fb (res/drawable-mdpi/jog_tab_left_confirm_gray.png) that varies with configuration!! 03-16 22:30:36.546: WARN/Zygote(33

[android-developers] Re: how to remove LogCat error

2011-03-16 Thread rishabh agrawal
i am sorry sir On Mar 16, 11:20 pm, TreKing treking...@gmail.com wrote: On Wed, Mar 16, 2011 at 1:09 PM, rishabh agrawal android.rish...@gmail.comwrote: plz reply plz wait more than half an hour to bump your post. plz learn to spell please

[android-developers] Action Bar

2011-03-10 Thread rishabh agrawal
how to create action bar in Android 2.2.it is possible ? if it is possible plz suggest me which theme or style i will use for better action bar. -- 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] Re: Action Bar

2011-03-10 Thread rishabh agrawal
THANKS SIR... On Mar 10, 9:27 pm, Jake Wharton jakewhar...@gmail.com wrote: Try a third https://github.com/johannilsson/android-actionbar partyhttps://github.com/cyrilmottier/GreenDroid library http://code.google.com/p/iosched/. -- You received this message because you are

[android-developers] Action Bar

2011-03-10 Thread rishabh agrawal
Action Bar develop in android2.3 or not???plz help.or it developed only Android 3.0 ??? -- 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] ICON PROBLEM

2011-03-09 Thread rishabh agrawal
HI FRIENDS, PLZ GIVE ME A SUGGESTION WHERE I FIND MORE RELIGIOUS ICON.ANY WEBSITE OR SOFT,OR HOW TO CREATE OWN ICON PLZ HELP -- 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] acion bar

2011-03-09 Thread rishabh agrawal
android:showAsAction=ifRoom|withText is not visible when i develope apps.i use android2.2 version how it is visible -- 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

[android-developers] Re: acion bar

2011-03-09 Thread rishabh agrawal
i dont not On Mar 10, 10:53 am, Zsolt Vasvari zvasv...@gmail.com wrote: Does Android 2.2 support the Action Bar? On Mar 10, 1:14 pm, rishabh agrawal android.rish...@gmail.com wrote: android:showAsAction=ifRoom|withText is not visible when i develope apps.i use android2.2 version how

[android-developers] how to check my sign is correct not

2011-03-05 Thread rishabh agrawal
how to check my sign is correct or not,becouse i have no android phone where i can test.i sign my apps using eclipse so how i will chek ..plz help -- 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] Re: how to check my sign is correct not

2011-03-05 Thread rishabh agrawal
plz suggest me On Mar 5, 5:47 pm, rishabh agrawal android.rish...@gmail.com wrote: how to check my sign is correct or not,becouse i have no android phone where i can test.i sign my apps using eclipse so how i will chek ..plz help -- You received this message because you

[android-developers] how to clear all activity.

2011-03-02 Thread rishabh agrawal
how to clear all activity when i will relaunch my apps.in my apps i have used background music but when i press home then the music is not closed how to remove this problem plz suggest. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: how to clear all activity.

2011-03-02 Thread rishabh agrawal
actully i want kill all the activity in my apps -- 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] Re: how to clear all activity.

2011-03-02 Thread rishabh agrawal
when i start my apps the music automatically starts but when close my apps it does not stop continue play -- 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

[android-developers] Re: how to clear all activity.

2011-03-02 Thread rishabh agrawal
On Mar 2, 7:41 pm, rishabh agrawal android.rish...@gmail.com wrote: when i start my apps the music automatically starts but when close my apps it does not stop continue play how it is remove. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: how to clear all activity.

2011-03-02 Thread rishabh agrawal
i say that if i have closed my apps through the home tab which is in android emulator after i will be open my apps through emulator then my apps is not start with the first page.it is started which page where i have close so how it is remove ,which i will be close my apps in any page then after

[android-developers] Re: how to clear all activity.

2011-03-02 Thread rishabh agrawal
/topics/fundamentals/activities.htm...http://developer.android.com/guide/topics/fundamentals/services.html#... On Wed, Mar 2, 2011 at 8:12 AM, rishabh agrawal android.rish...@gmail.comwrote: i say that  if i have closed my apps through the home tab which is in android emulator after i

[android-developers] watch online video

2011-03-02 Thread rishabh agrawal
how to develope apps fro watch online video ,plz suggest me any tutorial or link,if possible. -- 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

[android-developers] Re: how to clear all activity.

2011-03-02 Thread rishabh agrawal
+service On Wed, Mar 2, 2011 at 9:43 AM, rishabh agrawal android.rish...@gmail.comwrote: so how i can stop my music which is start in the background of the apps plz.becouse if i have used back button for  closed my apps the music is not closed..plz give me a code  when i start my

[android-developers] Re: how to clear all activity.

2011-03-02 Thread rishabh agrawal
r u agree sir.. On Mar 2, 10:24 pm, Justin Anderson magouyaw...@gmail.com wrote: No On Wed, Mar 2, 2011 at 10:07 AM, rishabh agrawal android.rish...@gmail.comwrote: hi justin plz send me ur email id ,i will be send my code to u ,plz correct it becouse i am a fresher plz

[android-developers] how to develope online video

2011-03-02 Thread rishabh agrawal
plz suggest me how to develope apps for watch online video -- 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] how to stop music which is play background in my apps

2011-03-02 Thread rishabh agrawal
i have develope apps in which i play background music.but when i go to the home through back tab then the song is also playing.how it is stop.. my code are package com.riushabh; import android.app.Activity; import android.content.Intent; import android.media.MediaPlayer; import android.os.Bundle;

[android-developers] Re: how to stop music which is play background in my apps

2011-03-02 Thread rishabh agrawal
thanks for ur suggestion On Mar 2, 11:09 pm, Hari Edo hari@gmail.com wrote: On Mar 2, 12:41 pm, rishabh agrawal android.rish...@gmail.com wrote: i have develope apps in which i play background music.but when i go to the home through back tab then the song is also

[android-developers] foe codeing

2011-02-03 Thread rishabh agrawal
i want to developed a android apps in which any thing write on EditText should be save textfile in my machine. -- 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

[android-developers] Re: install .apk file OTA

2010-04-17 Thread Rishabh
file and if the user has Allow Non-Market Apps enabled, the user will be prompted for an install. I've never done this but from reading other topics on this group, this is my understanding. On Apr 15, 9:49 pm, Rishabh rishabhjainw...@gmail.com wrote: Hi, I have an android's .apk signed

[android-developers] install .apk file OTA

2010-04-16 Thread Rishabh
Hi, I have an android's .apk signed file , how can I install it OTA on my Android 2.1 device. Thanks Rishabh -- 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

[android-developers] How to delete a contact in android 2.1

2010-03-26 Thread Rishabh
Hi, I have added one contact to android by following code. ContentValues values = new ContentValues(); Uri rawContactUri = getContentResolver().insert(RawContacts.CONTENT_URI, values); long rawContactId = ContentUris.parseId(rawContactUri); values.clear(); values.put(Data.RAW_CONTACT_ID,

[android-developers] Re: How to delete a contact in android 2.1

2010-03-26 Thread Rishabh
Hi Dmitri thanks for reply, Is there any way that i can make it invisible from phone if i delete raw contact or there is any need to add some field while adding contact into phone. can you provide me some lines of code to do it ? Thanks Rishabh On Mar 26, 6:15 pm, Dmitri Plotnikov dplotni

[android-developers] I am not able to update contact on android 2.1 emulator

2010-03-18 Thread Rishabh
Hi, I have written an application and added 2 contacts on emulator, but i am not able to update their names on android 2.1, code is working on android 1.6 platform with the following code. ContentValues contactValues = new ContentValues(); contactValues.put(Contacts.People.NAME, firstName+

[android-developers] How to use Hibernate and MySQL Server in NetBeans IDE

2010-02-17 Thread Rishabh Agarwal
Hii All We will learn how to add MySQL library and Hibernate library to NetBeans IDE, and how to make small application to connect Hibernate to MySQL, So Have a look on this Interesting Article-- http://www.ezdia.com//Create-a-Hibernate-Application/Content.do?id=1035#0 -- You received this

[android-developers] Not able to get all vaues of contact

2009-10-13 Thread Rishabh
Hi, I have made an application of reading all contacts and its values from android address book, but i am not able to read all the vlaues of contact. Currently i am getting only its name and mobile number. How can i get its all phone numbers,all eamil values and address values ? Thanks in