[android-developers] RTSP streaming with mediaplayer

2011-01-09 Thread mayank bisht
I am playing the media player on rtsp url its playing fine but it is not pausing and playing again and again.while if i am using VideoView to play the stream it paused but it is showing error in resume the video I am using samsung galaxy 3 with android 2.1.Can anyone help me please on this topic ?

[android-developers] GPRS Problem

2010-09-17 Thread mayank bisht
I have android HTC mobile os version - 1.6 . I have GPRS setting in my mobile. I can access internet through mobile. But in my programme to findout my current latitude and longitude i checked the gps enabled it shows false.Can anyone help me why it is so ? My code is below LocationManager mlocM

[android-developers] Calendar issue

2010-08-30 Thread mayank bisht
I am developing an app for android in which i have to initiate my app whenever an entry will be done in calendar.How to get notification on calendar entry ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Calender Entry Listener

2010-08-20 Thread mayank bisht
I am developing an app in which I need to listen events whenever they are created or modified in android calendar. Is it possible to listen calendar entry when the user enters events ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Money Transaction

2010-07-12 Thread mayank bisht
How we can do money transaction in android apps ? i.i How can we attach PayPal or other money transaction system in android application ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developer

[android-developers] Parsing heavy data

2010-06-07 Thread mayank bisht
I am calling webservices in my application . I got response with 10, data . i am using ksoap for parsing but dalvikvm showing me memory out of heap error. i know its so so much heavy data . How should i handle this problem ? what r the ways to solve this problem ? Thanks in advance -- You re

[android-developers] Way To develope the android application ?

2010-06-07 Thread mayank bisht
I have an application in which on front screen there are 7 buttons.Through these seven buttons navigate to different screens. But on all screens these buttons will be appear in lower portion so how should I have to develop this application. My way 1:- I am creating an activity for starting applica